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=9f2bcd9f11e2b25c2a32ba3cef208c65bb480332;hb=218b86247bd6fe415e616da268abff7faaa3e96a;hpb=d642f891ce6f17ac0d402922d6c417f99e832d21 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 9f2bcd9..285f293 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,13 +2,14 @@ @@ -22,7 +23,7 @@ { else } { /if } - + photo @@ -32,13 +33,13 @@   { else } - + previous photo { /if } @@ -54,6 +55,30 @@
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
- + original resolution - + additional informations
- + photo index @@ -46,7 +47,7 @@   { 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 } +
+