diff --git a/admin/index.php b/admin/index.php index 0713598..fcbcf89 100644 --- a/admin/index.php +++ b/admin/index.php @@ -47,13 +47,13 @@
© 2013- sur-le-sentier.fr
+ + + + + + + diff --git a/css/sls.css b/css/sls.css index 353c842..cb92ed4 100644 --- a/css/sls.css +++ b/css/sls.css @@ -186,6 +186,11 @@ body { color: #ffffff; text-align: left; } + +.sort a:link, .sort a:visited, .sort a:hover { + color: #ffffff !important; + text-decoration: none; +} .styled-table th, .styled-table td { padding: 12px 15px; diff --git a/insert_bdd.php b/insert_bdd.php index ac8c224..b0c42e6 100644 --- a/insert_bdd.php +++ b/insert_bdd.php @@ -495,9 +495,9 @@ try { }); - + -sur-le-sentier.fr@ 2022
+© 2013- sur-le-sentier.fr
diff --git a/maps.php b/maps.php index bd8ed51..6c2bc83 100644 --- a/maps.php +++ b/maps.php @@ -182,7 +182,7 @@ -@sur-le-sentier.fr 2022
+© 2013- sur-le-sentier.fr
diff --git a/photo-du-mois.php b/photo-du-mois.php index 0bf4457..33239fc 100644 --- a/photo-du-mois.php +++ b/photo-du-mois.php @@ -271,7 +271,7 @@ echo ''; -sur-le-sentier.fr@ 2022
+© 2013- sur-le-sentier.fr
diff --git a/view_bdd.php b/view_bdd.php new file mode 100644 index 0000000..30338b2 --- /dev/null +++ b/view_bdd.php @@ -0,0 +1,174 @@ + + + + + + +| ' . gettext('Id') . ' | ' . gettext('Thumb') . ' | ' . gettext('Filename') . ' | ' . gettext('Date') . ' | ' . gettext('Lens') . ' | ' . gettext('Speed') . ' | ' . gettext('Iso') . ' | ' . gettext('Width') . ' | ' . gettext('Height') . ' | ' . gettext('Html') . ' | '; + echo '' . gettext('Aperture') . ' | ' . gettext('Model') . ' | ' . gettext('Latitude') . ' | ' . gettext('Longitude') . ' | ' . gettext('Alttitude') . ' | ' . gettext('Legende') . ' | ' . gettext('Copyright') . ' | ' . gettext('Title') . ' | '; + echo '' . gettext('Creator') . ' | ' . gettext('Keywords') . ' | ' . gettext('Metering') . ' | ' . gettext('Flash') . ' | ' . gettext('Focal') . ' | ' . gettext('Wb') . ' | ' . gettext('Program') . ' | '; + echo ''; + echo ''; + while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) { + $thumbnail = host() . str_replace("photos/img", "photos/thumb", $row['filename']); + $full = host() . $row['filename']; + + echo '
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ' . $row['id'] . ' | ' . ' | ' . $row['filename'] . ' | ' . $row['date'] . ' | ' . $row['lens'] . ' | ' . $row['speed'] . ' | ' . $row['iso'] . ' | ' . $row['width'] . ' | ' . $row['height'] . ' | ' . $row['html'] . ' | ' . $row['aperture'] . ' | ' . $row['model'] . ' | ' . $row['lat'] . ' | ' . $row['long'] . ' | ' . $row['alt'] . ' | ' . $row['legende'] . ' | ' . $row['copyright'] . ' | ' . $row['title'] . ' | ' . $row['creator'] . ' | ' . $row['keywords'] . ' | ' . $row['metering'] . ' | ' . $row['flash'] . ' | ' . $row['focal'] . ' | ' . $row['wb'] . ' | ' . $row['program'] . ' |
© 2013- sur-le-sentier.fr
+ + + + + + + diff --git a/view_bdd_get.php b/view_bdd_get.php new file mode 100644 index 0000000..30338b2 --- /dev/null +++ b/view_bdd_get.php @@ -0,0 +1,174 @@ + + + + + + +| ' . gettext('Id') . ' | ' . gettext('Thumb') . ' | ' . gettext('Filename') . ' | ' . gettext('Date') . ' | ' . gettext('Lens') . ' | ' . gettext('Speed') . ' | ' . gettext('Iso') . ' | ' . gettext('Width') . ' | ' . gettext('Height') . ' | ' . gettext('Html') . ' | '; + echo '' . gettext('Aperture') . ' | ' . gettext('Model') . ' | ' . gettext('Latitude') . ' | ' . gettext('Longitude') . ' | ' . gettext('Alttitude') . ' | ' . gettext('Legende') . ' | ' . gettext('Copyright') . ' | ' . gettext('Title') . ' | '; + echo '' . gettext('Creator') . ' | ' . gettext('Keywords') . ' | ' . gettext('Metering') . ' | ' . gettext('Flash') . ' | ' . gettext('Focal') . ' | ' . gettext('Wb') . ' | ' . gettext('Program') . ' | '; + echo ''; + echo ''; + while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) { + $thumbnail = host() . str_replace("photos/img", "photos/thumb", $row['filename']); + $full = host() . $row['filename']; + + echo '
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ' . $row['id'] . ' | ' . ' | ' . $row['filename'] . ' | ' . $row['date'] . ' | ' . $row['lens'] . ' | ' . $row['speed'] . ' | ' . $row['iso'] . ' | ' . $row['width'] . ' | ' . $row['height'] . ' | ' . $row['html'] . ' | ' . $row['aperture'] . ' | ' . $row['model'] . ' | ' . $row['lat'] . ' | ' . $row['long'] . ' | ' . $row['alt'] . ' | ' . $row['legende'] . ' | ' . $row['copyright'] . ' | ' . $row['title'] . ' | ' . $row['creator'] . ' | ' . $row['keywords'] . ' | ' . $row['metering'] . ' | ' . $row['flash'] . ' | ' . $row['focal'] . ' | ' . $row['wb'] . ' | ' . $row['program'] . ' |
© 2013- sur-le-sentier.fr
+ + + + + + +