X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=4aa239b6ac8fe1c2707d70c00ca29e4feb073102;hp=adeb9f85e3173e410bbc0ae22e7b82e52a46f5a4;hb=a144cd6c5dfaa08350acdd7e608abe1727e09951;hpb=64aff8eab7dca9b848149d9061a33af0d44f24b9 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index adeb9f8..4aa239b 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -55,21 +55,29 @@ - + +
{ if $ExifMadeWith } - With: {$ExifMadeWith}
+  Image taken with:
+ {$ExifMadeWith}
{ /if } { if $ExifMadeOn } +  Image made on:
On: {$ExifMadeOn}
{ /if } { if $ExifOrigResolution } - Res: {$ExifOrigResolution}
+  Original resolution:
+ {$ExifOrigResolution}
{ /if } - Size: {$ExifFileSize}kbyte
- Tagged:
- { foreach from=$tags key=id item=name } - {$name}
- { /foreach } + Size: {$ExifFileSize}kbyte
+ { if $tags } +
+ Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +