📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
📝
adresler.php
← Geri Dön
<?php require('ust.php');?> <title>Adreslerim - <?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>Adreslerim </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">Adreslerim</h3> </div> <div class="col col-xs-6 text-right"> <a href="adres-ekle" class="btn btn-sm btn-primary btn-create">Yeni Adres Ekle</a> </div> </div> </div> <div class="panel-body"> <table class="table table-striped table-bordered table-list"> <thead> <tr> <th style="text-align: left;">Adres Adı</th> <th>İl / İlçe</th> <th>Adres</th> <th><em class="fa fa-cog"></em></th> </tr> </thead> <tbody> <?php $tt = $DB->query("select * from adresler where uyeId='$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['adi']; ?></td> <td><?php echo $kk['il']; ?> / <?php echo $kk['ilce']; ?></td> <td><?php echo $kk['adres']; ?></td> <td align="center"> <a href="adresdetay?id=<?php echo $kk['id']; ?>" class="btn btn-default"><em class="fa fa-pencil"></em></a> <a onclick="return confirm('Silmek istediğinize emin misiniz ?')" href="adresler?adressill=<?php echo $kk['id']; ?>" class="btn btn-danger"><em class="fa fa-trash"></em></a> </td> </tr> <?php } if (!$__URUN__){ echo " <a href='adres-ekle'/><img class='center-block img-responsive' src='images/adres.jpg' alt='Foto'></a> "; } ?> </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