📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv1.demodesign.com.tr
/
systemx
/
support
/
_edit
📝
belge-duzenle.php
← Geri Dön
<?php echo !defined("GUVENLIK") ? die("Vaoww! Bu ne cesaret?") : null;?> <title>Belge Düzenle | <?=$ayar['site_baslik']?></title> <?php $degerCek = $db->prepare("select * from belge where id='$_GET[belge_id]' "); $degerCek->execute(); $row = $degerCek->fetch(PDO::FETCH_ASSOC); ?> <?php if($degerCek->rowCount() == 0 ) { header("Location:pages.php?sayfa=belgeler"); } ?> <div class="row page-titles"> <div class="col-md-5 align-self-center"> <h4 class="text-themecolor"><i class="mdi mdi-format-align-left"></i> Belge Düzenle</h4> </div> <div class="col-md-7 align-self-center text-right"> <div class="d-flex justify-content-end align-items-center"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="javascript:void(0)">Yönetim Paneli</a></li> <li class="breadcrumb-item"><a href="pages.php?sayfa=belgeler">Belgeler</a></li> <li class="breadcrumb-item active">Belge Düzenle</li> </ol> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="card"> <div class="card-body" style="font-family: 'Open Sans', Arial"> <form action="support/post/update/belge-duzenle.php" class="form-horizontal form-bordered" method="post" enctype="multipart/form-data"> <input type="hidden" name="belge_id" value="<?=$row['id']?>"> <input type="hidden" name="eski_gorsel" value="<?=$row['gorsel']?>"> <h3 class="card-title">Belge Düzenle</h3> <hr> <div class="form-body"> <div class="form-group row"> <label class="control-label text-right col-md-3" for="yayinDurum" style="margin-top: 7px; margin-bottom: 10px; font-weight: 600">Yayın Durumu</label> <div class="col-md-6"> <input type='hidden' value='0' name='durum'> <input type="checkbox" <?php if ($row['durum'] == 1) {?> checked <?php }?> id="yayinDurum" class="js-switch" data-color="#f62d51" name="durum" value="1" /> </div> </div> <div class="form-group row"> <label class="control-label text-right col-md-3" for="katAdi" style="margin-top: 9px; margin-bottom: 10px; font-weight: 600">Belge Başlığı</label> <div class="col-md-6"> <input type="text" name="baslik" required class="form-control" id="katAdi" value="<?=$row['baslik']?>"> </div> </div> <div class="form-group row"> <label class="control-label text-right col-md-3" for="tavSiye" style="margin-top: 7px; margin-bottom: 10px; font-weight: 600">Belgenin Fotoğrafı</label> <div class="col-md-6"> <div style="width: 100%; height: auto; background-color: #F8F8F8; border:1px solid #EBEBEB; padding: 15px; 0 15px 0; text-align: center; margin-top:8px; margin-bottom: 8px;"> <img src="../images/belge/<?=$row['gorsel']?>" style="width: 200px; "> </div> <div class="custom-file"> <input type="file" class="custom-file-input" id="inputGroupFile04" aria-describedby="inputGroupFileAddon04" name="gorsel" > <label class="custom-file-label" for="inputGroupFile04">Seç</label> </div> </div> </div> <div class="form-group row"> <label class="control-label text-right col-md-3" for="siraArea" style="margin-top: 9px; margin-bottom: 10px; font-weight: 600">Sırası</label> <div class="col-md-1"> <input type="number" name="sira" required class="form-control" id="siraArea" value="<?=$row['sira']?>" min=1 oninput="validity.valid||(value='');"> </div> </div> <div class="form-actions"> <button type="submit" class="btn btn-success" name="belgedegis"> <i class="fa fa-refresh fa-spin fa-fw"></i> <span class="sr-only">Yükleniyor...</span> Güncelle </button> </div> </form> </div> </div> </div> </div> </div> <?php if($_GET['status']=='imgtype'){ ?> <body onload="sweetAlert('HATA!', 'Görsel dosyanız jpg, png veya gif türü dışında olamaz', 'warning');"> </body> <?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