📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
📝
destekhatti.php
← Geri Dön
<?php require('ust.php');?> <title>Destek Hattı - <?php echo $ayar['siteadi']; ?></title> <meta name="description" content="<?php echo $ayar['des']; ?>"> <meta name="keywords" content="<?php echo $ayar['keyw']; ?>"> <?php require('menu.php');?> <?php ob_start(); session_start(); if($_SESSION['uyegiris'] == 'true'){?> <div class="breadcrumbs"> <div class="container"> <div class="row"> <div class="col-xs-12"> <ul> <li class="home"> <a title="Anasayfa" href="index">Anasayfa</a><span>»</span></li> <li class="home"> <a title="Hesabım" href="uyelik-profilim">Hesabım</a><span>»</span></li> <li class="category13"><strong>Destek Hattı </strong></li> </ul> </div> </div> </div> </div> <div class="main-content shop-page main-content-blog"> <div class="container"> <div class="login-register-form content-form row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="panel panel-default panel-table"> <div class="panel-heading"> <div class="row"> <div class="col col-xs-6"> <h3 class="panel-title">Destek Hattı</h3> </div> <div class="col col-xs-6 text-right"> <a href="destek-ekle" class="btn btn-sm btn-primary btn-create">Yeni Destek Oluştur</a> </div> </div> </div> <div class="panel-body"> <table class="table table-striped table-bordered table-list"> <thead> <tr> <th style="text-align: left;">Destek No</th> <th>Sipariş No</th> <th>Konu</th> <th>Mesaj</th> <th>Destek Durumu</th> <th style="text-align: center;"><em class="fa fa-cog"></em></th> </tr> </thead> <tbody> <?php $tt = $DB->query("select * from destek where uye='$uyid' order by id desc")->fetchAll(PDO::FETCH_ASSOC); $__URUN__ = false; foreach ($tt as $kk) { $__URUN__ = true; ?> <tr> <td class="hidden-xs"><?php echo $kk['mid']; ?></td> <td><?php echo $kk['sino']; ?></td> <td><?php echo $kk['konu']; ?></td> <td><?php echo strip_tags(mb_substr($kk['mesaj'],0,100));?>...</td> <td> <?php echo $kk['durum'] == '0' ? '<span class="label label-danger " >Okunmadı</span>' : null; ?> <?php echo $kk['durum'] == '1' ? '<span class="label label-success " >Okundu</span>' : null; ?> <?php echo $kk['durum'] == '2' ? '<span class="label label-success " >Cevaplandı</span>' : null; ?> <?php echo $kk['durum'] == '3' ? '<span class="label label-info " >Kapatıldı</span>' : null; ?></h4></td> </td> <td align="center"> <a href="destekdetay?id=<?php echo $kk['id']; ?>" class="btn btn-default"><em class="fa fa-pencil"></em></a> </td> </tr> <?php } if (!$__URUN__){ echo " Herhangi bir destek talebiniz bulunmamaktadır. "; } ?> </tbody> </table> </div> </div> </div> </div> </div> </div> <style> .panel-table .panel-body{ padding:0; } .panel-table .panel-body .table-bordered{ border-style: none; margin:0; } .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type { text-align:center; width: 100px; } .panel-table .panel-body .table-bordered > thead > tr > th:last-of-type, .panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type { border-right: 0px; } .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type, .panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type { border-left: 0px; } .panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td{ border-bottom: 0px; } .panel-table .panel-body .table-bordered > thead > tr:first-of-type > th{ border-top: 0px; } .panel-table .panel-footer .pagination{ margin:0; } /* used to vertically center elements, may need modification if you're not using default sizes. */ .panel-table .panel-footer .col{ line-height: 34px; height: 34px; } .panel-table .panel-heading .col h3{ line-height: 30px; height: 30px; } .panel-table .panel-body .table-bordered > tbody > tr > td{ line-height: 34px; } </style> <?php } else { echo "<meta http-equiv='refresh' content='0; url=index'>"; } ?> <?php require('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