📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
restorantscripti.demodesign.com.tr
/
admin
/
detay
📝
modul-yonetimi.php
← Geri Dön
<div class="content-body"> <div class="container-fluid"> <div class="row page-titles mx-0"> <div class="col-sm-6 p-md-0"> <div class="welcome-text"> </div> </div> <div class="col-sm-6 p-md-0 justify-content-sm-end mt-2 mt-sm-0 d-flex"> <ol class="breadcrumb"> <li class="breadcrumb-item active"><a > Modül Yönetimi </a></li> </ol> </div> </div> <?php $guncelle = $db->query("select * from izinler where id='1'")->fetch(PDO::FETCH_ASSOC); ?> <form method="post" action="include/fonksiyonlar.php" enctype="multipart/form-data"> <div class="card"> <div class="card-body"> <div class="row"> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Ürün Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="urun_durum"> <option value="0" <?php if($guncelle["urun_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["urun_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>İstatik Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="istatik_durum"> <option value="0" <?php if($guncelle["istatik_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["istatik_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Referans Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="ref_durum"> <option value="0" <?php if($guncelle["ref_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["ref_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Hizmet Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="hizmet_durum"> <option value="0" <?php if($guncelle["hizmet_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["hizmet_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Proje Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="proje_durum"> <option value="0" <?php if($guncelle["proje_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["proje_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Haber Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="haber_durum"> <option value="0" <?php if($guncelle["haber_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["haber_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Sayfa Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="sayfa_durum"> <option value="0" <?php if($guncelle["sayfa_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["sayfa_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Slider Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="slider_durum"> <option value="0" <?php if($guncelle["slider_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["slider_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>SSS Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="sss_durum"> <option value="0" <?php if($guncelle["sss_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["sss_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Galeri Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="galeri_durum"> <option value="0" <?php if($guncelle["galeri_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["galeri_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Video Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="video_durum"> <option value="0" <?php if($guncelle["video_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["video_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Ekip Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="ekip_durum"> <option value="0" <?php if($guncelle["ekip_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["ekip_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Yorum Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="yorum_durum"> <option value="0" <?php if($guncelle["yorum_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["yorum_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>İletişim Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="iletisim_durum"> <option value="0" <?php if($guncelle["iletisim_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["iletisim_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Banner Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="banner_durum"> <option value="0" <?php if($guncelle["banner_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["banner_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <div class="col-lg-6 col-sm-6 col-12"> <div class="form-group"> <label>Banka Göster / Gizle</label> <select class="default-select form-control wide mb-3" name="banka_durum"> <option value="0" <?php if($guncelle["banka_durum"]==0){ echo "selected";}?>>Sitede Göster</option> <option value="1" <?php if($guncelle["banka_durum"]==1){ echo "selected";}?>>Sitede Gizle</option> </select> </div> </div> <br><br><br><br> <div class="col-lg-12"> <input type="hidden" name="link" value="../<?=$seo?>"> <button class="btn btn-primary mb-2" type="submit" name="modul-guncelle">Güncelle</button> </div> </div> </div> </div> </form> </div> </div>
💾 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