📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
etut-dersane.demodesign.com.tr
📝
hizmet-detay.php
← Geri Dön
<?php include 'yonetim/system/core.php'; ?> <?php include 'yonetim/system/function.php'; ?> <?php $veri= $db->query("SELECT * FROM ayarlar WHERE ID=1")->fetch(PDO::FETCH_ASSOC); ?> <?php $hizmetcek=$db->prepare("SELECT * FROM hizmetler where seo=:seo"); $hizmetcek->execute(array( 'seo' => $_GET['seo'] )); $hizmetcektake=$hizmetcek->fetch(PDO::FETCH_ASSOC); ?> <!DOCTYPE html> <html dir="ltr" lang="tr"> <head> <meta charset="UTF-8"> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title><?php echo $hizmetcektake['adi'] ?></title> <meta name="description" content="<?php echo $hizmetcektake['description'] ?>"> <meta name="author" content="Livosoft"> <meta name="publisher" content="Livosoft - Ozel Algi v1"> <link rel="shortcut icon" href="../tema/genel/uploads/favicon/<?php echo $veri['favicon'] ?>"> <!-- Facebook Metadata Start --> <meta property="og:image:height" content="300"> <meta property="og:image:width" content="573"> <meta property="og:title" content="<?php echo $veri['site_baslik'] ?>"> <meta property="og:description" content="<?php echo $veri['site_desc'] ?>"> <meta property="og:url" content="<?php echo $veri['site_url'] ?>"> <meta property="og:image" content="../tema/genel/uploads/logo/<?php echo $veri['firma_logo'] ?>"> <!-- Stylesheet --> <link href="../tema/genel/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="../tema/genel/css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="../tema/genel/css/animate.css" rel="stylesheet" type="text/css"> <link href="../tema/genel/css/css-plugin-collections.css" rel="stylesheet"> <!-- CSS | menuzord megamenu skins --> <link id="menuzord-menu-skins" href="../tema/genel/css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet"> <!-- CSS | Main style file --> <link href="../tema/genel/css/style-main.css" rel="stylesheet" type="text/css"> <!-- CSS | Preloader Styles --> <link href="../tema/genel/css/preloader.css" rel="stylesheet" type="text/css"> <!-- CSS | Custom Margin Padding Collection --> <link href="../tema/genel/css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <!-- CSS | Responsive media queries --> <link href="../tema/genel/css/responsive.css" rel="stylesheet" type="text/css"> <!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. --> <!-- <link href="css/style.css" rel="stylesheet" type="text/css"> --> <link rel="stylesheet" type="text/css" href="../tema/genel/js/sliderengine/amazingslider-1.css"> <!-- CSS | Theme Color --> <link href="../tema/genel/css/colors/color.php.css" rel="stylesheet" type="text/css"> <!-- Font Awesome CSS --> <link rel="stylesheet" href="../tema/genel/css/font-awesome5.min.css"> <link rel="stylesheet" href="../tema/genel/css/all.css"> <!--remodal --> <link rel="stylesheet" href="../tema/genel/css/remodal.css"> <link rel="stylesheet" href="../tema/genel/css/remodal-default-theme.css"> <!--sweetalert2 --> <link rel="stylesheet" href="../tema/genel/css/sweetalert2.min.css"> <!--iziModal --> <link rel="stylesheet" href="../tema/genel/css/iziModal.min.css" type="text/css"> <link rel="stylesheet" href="../yonetim/vendors/iconfonts/flag-icon-css/css/flag-icon.min.css"> <!-- external javascripts --> <script src="../tema/genel/js/jquery-2.2.4.min.js"></script> <script src="../tema/genel/js/jquery-ui.min.js"></script> <script src="../tema/genel/js/bootstrap.min.js"></script> <!-- JS | jquery plugin collection for this theme --> <script src="../tema/genel/js/jquery-plugin-collection.js"></script> <!--sweetalert2 --> <script src="../tema/genel/js/sweetalert2.all.min.js"></script> <script src="../tema/genel/js/sweetalert2.min.js"></script> <script type="text/javascript" src="../js/300/addthis_widget.js#pubid=ra-58b57282384b6d76"></script> </head> <body class=""> <div id="wrapper" class="clearfix"> <?php include 'detay-fixed/fixed-buttons.php' ?> <!-- Header --> <header id="header" class="header"> <?php include 'detay-fixed/header-detail.php' ?> <?php include 'detay-fixed/menu.php' ?> </header> <!-- END HEADER --> <script src="ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <!-- INCLUDE --> <!-------------------------------------------------------------------------------> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header bg-lighter"> <div class="container pt-10 pb-10"> <!-- Section Content --> <div class="section-content"> <div class="row d-ortala"> <div class="col-md-11"> <h3 class="font-30 mb-0 mt-10"><?php echo $hizmetcektake['adi'] ?></h3> <ol class="breadcrumb text-black mt-0 mb-10"> <li><a href="../anasayfa">Anasayfa</a></li> <li class="active text-theme-colored"><?php echo $hizmetcektake['adi'] ?></li> </ol> </div> <div class="col-md-1"> <a href="javascript:history.back();" class="sayfa-geri"><span class="icon"><i class="fas fa-arrow-left"></i></span>Geri</a> </div> </div> </div> </div> </section> <!-- Section: Blog --> <section> <div class="container pt-50 pb-50"> <div class="row"> <div class="col-md-8 blog-pull-right"> <div class="single-service"> <img src="../<?php echo $hizmetcektake['resim'] ?>" alt="<?php echo $hizmetcektake['adi'] ?>"> <h3 class="text-theme-colored line-bottom text-theme-colored"> <?php echo $hizmetcektake['adi'] ?></h3> <?php echo $hizmetcektake['aciklama'] ?> <p class="mb-0"><i class="fa fa-tags text-theme-colored"></i> <span>Etiketler:</span> <?php echo $hizmetcektake['keywords'] ?></p> </div> </div> <div class="col-sm-12 col-md-4"> <div class="sidebar sidebar-left mt-sm-30"> <div class="widget"> <h4 class="widget-title line-bottom"><a href="kurslarimiz"><span class="text-theme-color-2">HİZMETLERİMİZ</span></a></h4> <div class="services-list"> <ul class="list list-border angle-double-right"> <?php $hizmet=$db->prepare("SELECT * FROM hizmetler"); $hizmet->execute(); ?> <?php while ($hizmettake=$hizmet->fetch(PDO::FETCH_ASSOC)) {?> <li class=""><a href="<?php echo $hizmettake['seo'] ?> "><?php echo $hizmettake['adi']?></a></li> <?php } ?> </ul> </div> </div> <div class="col-box"> <a href="foto-galeri"> <i class="icon fa fa-image"></i> <div class="photo"><img src="../tema/genel/uploads/arkaplan/arkaplan4/ortaokul.jpg"></div> <div class="caption"><h1>FOTOĞRAF GALERİSİ</h1></div> </a> </div> <div class="col-box"> <a href="video-galeri"> <i class="icon fa fa-play"></i> <div class="photo"><img src="../tema/genel/uploads/arkaplan/arkaplan5/fen-lisesi.png"></div> <div class="caption"><h1>VİDEO GALERİSİ</h1></div> </a> </div> </div> </div> </div> </div> </section> <?php include 'detay-fixed/referans.php' ?> </div> <!-------------------------------------------------------------------------------> <!-- INCLUDE --> <?php include 'detay-fixed/footer-detail.php' ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <?php include 'detay-fixed/footer.php' ?>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula