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=3965edcb3f6b55e4045a5e24c5bcfc55b47b8285;hb=8b2b9d9fada346e9aa85dd75cb832ac66e959fbd;hpb=fe544d65af90df49390155616b9c864ea60ff2e5 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 3965edc..5275843 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,41 +1,99 @@ - + +
+ Photo {$image_name}
+  {$description}
+
+ {if $extern_link } + + {/if} + + original resolution +
-
+
- - - +
- - + { if $next_url == "" } + + { else } + + { /if } + photo
+ { if $previous_url == "" } -   + first photo reached { else } - Previous + + previous photo + { /if }   + + + photo index + + { if $next_url == "" } -   + last photo reached { else } - Next + + 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} +
+