X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=8dfd4336005e52900aa31dc4d7d47d8981f5c999;hp=2acf924b666cd7fc9af3f930148e868739bbc22b;hb=f130f65e9268e969c6556c77a3212e267a6da468;hpb=81024014bf2fabc1c606edcd8b6441e67ffc824f diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 2acf924..8dfd433 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,24 +1,99 @@ + - + - - -
- + + Photo {$image_name}
+  {$description}
+
+ {if $extern_link } + + {/if} + + original resolution +
- { if $previous_url == "" } -   - { else } - Previous - { /if } + +
+ + + + + + + + + +
+ { 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 $next_url == "" } -   - { else } - Next + +
+ { 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} +
+