X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=5b5c7ac27b2a791212b9a0020b417b67220f3acd;hp=2243b5622c6a2fb2a216da24e165ca3b027c439c;hb=bcf2be54a7c2b02fdba03b509befafd0c6b50946;hpb=37a17e20128c27bb4e56ef2f020ece577703de4f diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 2243b56..5b5c7ac 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,40 +2,52 @@ - +
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
- + + original resolution + + additional informations
-
+
+
- - - + @@ -43,6 +55,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 } + Previous:
+ +
+
+ { /if} + { if $next_img } + Next:
+ +
+
+ { /if} +
+