X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=527584368ef43842cc6f646981c9ce328391c587;hp=51d4663ff1f34d2dae71c0eefadb684cc4a70b87;hb=8b2b9d9fada346e9aa85dd75cb832ac66e959fbd;hpb=91b606336be6983c11e537c850fa3776527207cc diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 51d4663..5275843 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,52 +1,55 @@ - - +
- Photo {$image_name}, {$c_date}, {$madewith}
+
+ Photo {$image_name}
+  {$description}
- - + {if $extern_link } + + {/if} + + original resolution -
+
@@ -54,6 +57,43 @@
{ if $next_url == "" } - + { else } - + { /if } - + photo
{ if $previous_url == "" } -   + first photo reached { else } - - + + previous photo { /if } - - + + photo index { if $next_url == "" } -   + last photo reached { else } - - + + next photo { /if}
+
+ { if $ExifMadeWith } + camera icon Image taken with:
+ {$ExifMadeWith}
+ { /if } + { if $ExifMadeOn } + calendar icon Image made on:
+ {$ExifMadeOn}
+ { /if } + { if $ExifOrigResolution } + resolution icon Original resolution:
+ {$ExifOrigResolution}
+ { /if } + Size: {$ExifFileSize}
+ { if $tags } +
+ available tags Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+ { if $prev_img } + photo icon Previous:
+ +
+
+ { /if} + { if $next_img } + photo icon Next:
+ +
+
+ { /if} +
+