fancybox
This commit is contained in:
14
liste.php
14
liste.php
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
/** *****************************
|
||||
* Ideenmelder
|
||||
* Autor: Walter Hupfeld, Hamm
|
||||
@@ -9,6 +8,7 @@
|
||||
******************************** */
|
||||
|
||||
session_start();
|
||||
|
||||
if (!isset($_SESSION['district'])) { header("Location: start.php");}
|
||||
$strDistrict=$_SESSION['district'];
|
||||
require("config.php");
|
||||
@@ -27,22 +27,20 @@
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="css/leaflet.css" />
|
||||
<link rel="stylesheet" href="css/leaflet.awesome-markers.css" />
|
||||
<link rel="stylesheet" href="css/lightbox.css" />
|
||||
<link rel="stylesheet" href="css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="vendor/DataTables/DataTables-2.0.2/css/dataTables.dataTables.min.css">
|
||||
<link rel="stylesheet" href="vendor/DataTables/DataTables-2.0.2/css/dataTables.bootstrap4.min.css">
|
||||
|
||||
<link rel="stylesheet" href="css/jquery.fancybox.min.css" />
|
||||
|
||||
<title>Eintragsliste</title>
|
||||
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/leaflet.js"></script>
|
||||
<script src="js/leaflet.ajax.js"></script>
|
||||
<script src="js/leaflet.awesome-markers.js"></script>
|
||||
<script src="js/lightbox.min.js"></script>
|
||||
|
||||
<script src="vendor/DataTables/DataTables-2.0.2/js/dataTables.min.js"></script>
|
||||
<script src="vendor/DataTables/DataTables-2.0.2/js/dataTables.bootstrap4.min.js"></script>
|
||||
|
||||
<script src="js/jquery.fancybox.min.js"></script>
|
||||
|
||||
<style>
|
||||
#whmap { display:none; position:absolute; top:150px; left:400px; }
|
||||
@@ -172,7 +170,7 @@
|
||||
if ($boolShow) {
|
||||
echo "<td>";
|
||||
if (isset($row['filename'])) {
|
||||
echo "<a href='images/".$row['filename']."' data-lightbox='radweg".$id."'>";
|
||||
echo "<a href='images/".$row['filename']."' data-fancybox data-caption='".$strDefect."'>";
|
||||
echo "<img style='width:120px' src='images/".$row['filename']."'></a>";
|
||||
}
|
||||
echo "</td>";
|
||||
@@ -243,8 +241,6 @@ jQuery(document).ready(function(){
|
||||
$('#close').click(function(e){
|
||||
$('#whmap').hide();
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user