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=92907441f91fc76d40048e5952df14418e796a89;hb=15a6c1b6db19c2304d4c1c15dc6ed2a21a51cee2;hpb=e610a123c520cb5de19f07a5dd1dd20b3965c60c diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 9290744..9f92693 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -6,48 +6,50 @@  {$description}
+ {if $extern_link } + + {/if} - + original resolution - - +
@@ -55,28 +57,41 @@
{ 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 } -  Image taken with:
+ camera icon Image taken with:
{$ExifMadeWith}
{ /if } { if $ExifMadeOn } -  Image made on:
+ calendar icon Image made on:
{$ExifMadeOn}
{ /if } { if $ExifOrigResolution } -  Original resolution:
+ resolution icon Original resolution:
{$ExifOrigResolution}
{ /if } - Size: {$ExifFileSize}kbyte
+ Size: {$ExifFileSize}
{ if $tags }
- Tagged with:
+ available tags Tagged with:
{ foreach from=$tags key=id item=name } - {$name}
+ {$name}
{ /foreach } { /if } +
+ { if $prev_img } + photo icon Previous:
+ +
+
+ { /if} + { if $next_img } + photo icon Next:
+ +
+
+ { /if}