📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
taksiscripti.demodesign.com.tr
/
detay
📝
galeri-detay.php
← Geri Dön
<section class="page-header" style="background-image: url(resimler/<?=$bead["resim"]?>);"> <div class="page-header-shape"></div> <div class="container"> <div class="page-header-info"> <h4><?=$title?></h4> <h2><span><?=$dilsec["galeri"]?></span></h2> </div> </div> </section> <!--/.page-header--> <section class="team-section padding"> <div class="container"> <div class="row"> <?php $imgcek = $db->query("SELECT * FROM urun_img WHERE urun_id='$id' AND tur='slider'")->fetchAll(PDO::FETCH_ASSOC); foreach($imgcek as $index => $img) { ?> <div class="column"> <img src="resimler/<?=$img['img']?>" alt="Resim <?=$index + 1?>" style="width:100%" onclick="myFunction(this);"> </div> <?php } ?> </div> </div> </section> <!--/.team-section--> <!-- Expanding Image Modal --> <div class="container"> <span onclick="this.parentElement.style.display='none'" class="closebtn">×</span> <img id="expandedImg" style="width:100%"> <div id="imgtext"></div> </div> <!-- Modal Styling --> <style> * { box-sizing: border-box; } body { margin: 0; font-family: Arial; } /* The grid: Four equal columns that float next to each other */ .column { float: left; width: 25%; padding: 10px; } /* Style the images inside the grid */ .column img { opacity: 0.8; cursor: pointer; } .column img:hover { opacity: 1; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Expanding image text */ #imgtext { position: absolute; bottom: 15px; left: 15px; color: white; font-size: 20px; } /* Closable button inside the expanded image */ .closebtn { position: absolute; top: 10px; right: 15px; color: white; font-size: 35px; cursor: pointer; } </style> <!-- Modal Script --> <script> function myFunction(imgs) { var expandImg = document.getElementById("expandedImg"); var imgText = document.getElementById("imgtext"); expandImg.src = imgs.src; imgText.innerHTML = imgs.alt; expandImg.parentElement.style.display = "block"; } </script>
💾 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