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=41e78139c64ebde1c81d69a34393bbd36b348174;hb=7c01fd808170e407f5ccec41b4c9ff8154f11749;hpb=fd4c056a353bb74f8078db48c336ce177e095d8d diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 41e7813..285f293 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,11 +2,14 @@ @@ -20,31 +23,31 @@ { else } { /if } - + photo - - - @@ -52,6 +55,30 @@
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
- - + + original resolution + + additional informations
+ { if $previous_url == "" }   { else } - + previous photo { /if } + - + photo index + { if $next_url == "" }   { 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}kbyte
+ { if $tags } +
+ Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+