X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=e83d9145e77558edb5e3a4f0afc961916279a577;hp=3965edcb3f6b55e4045a5e24c5bcfc55b47b8285;hb=f24b3770540d86c587027184850cb6fd28d1a0a2;hpb=fe544d65af90df49390155616b9c864ea60ff2e5 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 3965edc..e83d914 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,41 +1,96 @@ - + +
+ Photo {$image_name}
+  {$description}
+
+ + 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} +
+