X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=285f29349f8b180e147610573adbcaeb30e778f2;hp=2acf924b666cd7fc9af3f930148e868739bbc22b;hb=e00eef0a999c366bbfb7912841bd845f659af649;hpb=81024014bf2fabc1c606edcd8b6441e67ffc824f diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 2acf924..285f293 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,24 +1,84 @@ + - + - - -
- + + Photo {$image_name}
+  {$description}
+
+ + original resolution + + additional informations
- { if $previous_url == "" } -   - { else } - Previous - { /if } + +
+ + + + + + + + + +
+ { if $next_url == "" } + + { else } + + { /if } + photo + +
+ { if $previous_url == "" } +   + { else } + + previous photo + + { /if } + + + photo index + + + { if $next_url == "" } +   + { else } + + next photo + + { /if} +
+
  - { if $next_url == "" } -   - { else } - Next - { /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}kbyte
+ { if $tags } +
+ Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+