mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 06:13:12 +00:00
Final UI change
This commit is contained in:
parent
310510b686
commit
fda00c7c31
12 changed files with 235 additions and 305 deletions
|
@ -43,12 +43,19 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<div class="image-description">
|
||||
<h2>Description</h2>
|
||||
<?php
|
||||
echo "<p>".$image_alt."</p>";
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="image-detail flex-down">
|
||||
<h2>Details</h2>
|
||||
<?php
|
||||
echo "<p>ID: ".$image['id']."</p>";
|
||||
echo "<p>File Name: ".$image['imagename']."</p>";
|
||||
echo "<p>Upload Date: ".$image['upload']."</p>";
|
||||
echo "<p>Description: ".$image_alt."</p>";
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue