X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=9f9269367307b3a44a6285bec57af842385bb43f;hp=adeb9f85e3173e410bbc0ae22e7b82e52a46f5a4;hb=4a0b6f6114f19cebd796b3b1c6e5253edc3267c3;hpb=64aff8eab7dca9b848149d9061a33af0d44f24b9 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index adeb9f8..9f92693 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -6,48 +6,50 @@  {$description}
+ {if $extern_link } + + {/if} - + original resolution - - +
@@ -55,21 +57,42 @@
{ if $next_url == "" } - + { else } - + { /if } - + photo
{ if $previous_url == "" } -   + first photo reached { else } - - + + previous photo { /if } - - + + photo index { if $next_url == "" } -   + last photo reached { else } - - + + next photo { /if}
- + +
{ 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}
+ { if $tags } +
+ available tags Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+ { if $prev_img } + photo icon Previous:
+ +
+
+ { /if} + { if $next_img } + photo icon Next:
+ +
+
+ { /if} +