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=adeb9f85e3173e410bbc0ae22e7b82e52a46f5a4;hb=e00eef0a999c366bbfb7912841bd845f659af649;hpb=64aff8eab7dca9b848149d9061a33af0d44f24b9 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index adeb9f8..285f293 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -7,9 +7,9 @@ - + original resolution - + additional informations @@ -23,7 +23,7 @@ { else } { /if } - + photo @@ -33,13 +33,13 @@   { else } - + previous photo { /if } - + photo index @@ -47,7 +47,7 @@   { else } - + next photo { /if} @@ -55,21 +55,29 @@ - + +
{ if $ExifMadeWith } - With: {$ExifMadeWith}
+ camera icon Image taken with:
+ {$ExifMadeWith}
{ /if } { if $ExifMadeOn } - On: {$ExifMadeOn}
+ calendar icon Image made on:
+ {$ExifMadeOn}
{ /if } { if $ExifOrigResolution } - Res: {$ExifOrigResolution}
+ resolution icon 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 } +