📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
etut-dersane.demodesign.com.tr
/
yonetim
📝
on-kayit.php
← Geri Dön
<!-- HEADER --> <?php include 'inc/header.php' ?> <!-- HEADER --> <body> <div class="container-scroller"> <!-- PROFİL --> <?php include 'inc/navbar.php' ?> <!-- PROFİL --> <!-- partial --> <div class="container-fluid page-body-wrapper"> <!-- MENU --> <?php include 'inc/menu.php' ?> <!-- MENU --> <!-- partial --> <!-- Start content --> <div class="main-panel"> <div class="content-wrapper"> <div class="page-header"> <div class="page-title mt-0 mb-0"> <h3>Yönetim Paneli</h3> <div class="crumbs"> <ul id="breadcrumbs" class="breadcrumb"> <li><a href="index.php"><i class="icon-home menu-icon"></i></a></li> <li class="active"><a href="#">Yönetim Paneli</a></li> </ul> </div> </div> </div> <!-- İÇERİK BURAYA --> <div class="card"> <?php if ($_GET['sonuc']=="ok") {?> <div class="alert alert-success"> <strong>BAŞARILI!</strong> İşlem Başarılı </div> <?php echo '<meta http-equiv="refresh" content="1; url=foto-listele.php">'; }elseif ($_GET['sonuc']=="no") {?> <div class="alert alert-danger"> <strong>BAŞARISIZ!</strong> İşlem Başarısız </div> <?php } ?> <div class="card-body"> <div class="row mb-3"> <div class="col-lg-12"> </div> </div> <?php $dokuman=$db->prepare("SELECT * FROM on_basvuru"); $dokuman->execute(); ?> <div class="row"> <div class="col-12"> <div class="table-responsive"> <table id="order-listingg" class="table table-bordered table-hover"> <thead class="headbg"> <tr> <th class="noshort" style="width:20px;" data-toggle="tooltip" data-placement="top" title="Tümünü Seç"> <p>#</p> <label for="checkbox-4" class="checkbox-custom-label mb-0"><span class="checktext"></span></label> </th> <th>Gönderen</th> <th style="width:150px;">Telefon</th> <th style="width:150px;">Konu</th> <th style="width:150px;">E-Posta</th> <th style="width:150px;">Tarih</th> <th style="width:115px;">İşlem</th> </tr> </thead> <tbody id="sortable" class="ui-sortable"> <?php while ($dokumantake=$dokuman->fetch(PDO::FETCH_ASSOC)) {?> <tr id="item-1" role="row" class="odd"> <td><div class="form-check mb-0 mt-0"><label class="form-check-label"><?php echo $dokumantake['id'] ?><i class="input-helper"></i></label></div></td> <td class=" secili"><?php echo $dokumantake['veli_adi'] ?></td> <td class=" secili"><?php echo $dokumantake['telefon'] ?></td> <td class=" secili"><?php echo $dokumantake['isim'] ?></td> <td class=" secili"><?php echo $dokumantake['email'] ?></td> <td class=" secili"><?php echo $dokumantake['tarih'] ?></td> <td class=" text-center"> <button data-toggle="modal" data-target="#exampleModal<?php echo $dokumantake['id']; ?>" class="btn btn-inverse-primary btn-sm" title="Düzenle"><i class="ti-eye"></i></button> <a href="system/islem.php?id=<?php echo $dokumantake['id']; ?>&onkayitsil=ok" class="btn btn-inverse-danger btn-sm popconfirm" title="" data-original-title="Başvuruyu Sil"><i class="ti-trash"></i></a></td> </tr> <!-- Modal --> <div class="modal fade" id="exampleModal<?php echo $dokumantake['id'] ?>" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel"><?php echo $dokumantake['veli_adi'] ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <p class="mb-3 text-right"> IP Adresi: <strong>5.24.150.251</strong> </p> <p class="mb-3 text-right"> Gönderim Tarihi: <strong><?php echo $dokumantake['tarih'] ?></strong> </p> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Veli Adı Soyadı</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['veli_adi'] ?>" disabled=""> </div> </div> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Adres</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['adres'] ?>" disabled=""> </div> </div> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Telefon Numarası</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['telefon'] ?>" disabled=""> </div> </div> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">E-Mail Adresi</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['email'] ?>" disabled=""> </div> </div> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Öğrenci Adı Soyadı</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['isim'] ?>" disabled=""> </div> </div> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Doğum Tarihi</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['dtarih'] ?>" disabled=""> </div> </div> <div class="form-group row row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Kayıt Yaptırmak İstediği Kurs</label> <div class="col-md-9"> <input type="text" class="form-control form-control-sm" value="<?php echo $dokumantake['kurs'] ?>" disabled=""> </div> </div> <div class="form-group row mb-1"> <label class="col-md-3 col-form-label text-right pt-2 mt-1">Mesajı</label> <div class="col-md-9"> <textarea class="form-control form-control-sm" name="adres" disabled=""><?php echo $dokumantake['mesaj'] ?></textarea> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Kapat</button> </div> </div> </div> </div> <!-- Button trigger modal --> <?php } ?> </tbody> </table> </div> </div> </div> </div> </div> <!-- İÇERİK BURAYA --> <!-- Button trigger modal --> <!-- Modal --> <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Yeni Resim Ekle</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form class="forms-sample" method="post" action="system/islem.php" enctype="multipart/form-data"> <input id="id" name="id" type="hidden" value=""> <div class="form-group"> <label for="sira">Sıra</label> <input type="number" class="form-control form-control-sm" min="0" name="sira" id="sira" value="" /> </div> <div class="form-group"> <label for="adi">Resim Başlığı <i class="icon-info text-info" data-toggle="popover" data-content="Proje adında tamamen BÜYÜK harf kullanmayın. 70 karakterden uzun başlıkları Google indexlemede göstermez ve değerlendirmez. Bu nedenle uzun başlıklar kullanmaktan kaçının. Başlıklarda çift tırnak kesinlikle kullanmayın." data-trigger="hover" data-original-title="Başlık"></i></label> <input type="text" class="form-control form-control-sm" name="adi" id="adi" value="" /> </div> <div class="form-group row col-md-6"> <label>Resim</label> <input type="file" name="resim" class="file-upload-default"> <div class="input-group col-xs-12"> <input type="text" class="form-control file-upload-info form-control-sm" disabled="" placeholder="Resim dosyası seçiniz"> <span class="input-group-append"> <button class="file-upload-browse btn btn-primary btn-sm" type="button"><i class="icon-cloud-upload font-12"></i> Dosya Seç</button> </span> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Kapat</button> <button type="submit" name="fotoekle" class="btn btn-primary">Fotograf Ekle</button> </form> </div> </div> </div> </div> <!-- Button trigger modal --> </div> <!-- FOOTER --> <?php include 'inc/footer.php' ?> <!-- FOOTER -->
💾 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