X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Ftemplates%2Fsingle_photo.tpl;h=fb799858789f22ed961499f0e73d92530051ade4;hp=ea513d9c851d44490078837f56f2ac7b99e63451;hb=da45128dfbc045d48a408b45c5cffc2a84ab16f9;hpb=b1eac5f578ef049e43a62f1c8d4bbc8f3527db22 diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index ea513d9..fb79985 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -1,6 +1,6 @@
-
+
Photo {$image_name}
{if $photo_count > 0} {$photo_number} of {$photo_count} @@ -14,64 +14,64 @@ {/if} {/if}
-
+
- + - + {if $extern_link } - +  External Link {/if} - + original resolution
-
+
{ if $ExifMadeWith } - camera icon Image taken with:
+ camera icon Image taken with:
{$ExifMadeWith}
{ /if } { if $ExifMadeOn } - calendar icon Image made on:
+ calendar icon Image made on:
{$ExifMadeOn}
{ /if } { if $ExifOrigResolution } - resolution icon Original resolution:
+ resolution icon Original resolution:
{$ExifOrigResolution}
{ /if } Size: {$ExifFileSize}
{ if $tags }
- available tags Tagged with:
+ available tags Tagged with:
{ foreach from=$tags key=id item=name } - {$name}
+ {$name}
{ /foreach } { /if }
{ if $prev_img } - photo icon Previous:
- -
+ photo icon Previous:
+
+
{ /if} { if $next_img } - photo icon Next:
- -
+ photo icon Next:
+
+
{ /if}
-
+
{ if $next_url == "" } - + { else } - + { /if } {$image_filename} @@ -79,22 +79,22 @@ -
+
{ if $previous_url == "" } - first photo reached + first photo reached { else } - - previous photo + + previous photo { /if } - - photo index + + photo index { if $next_url == "" } - last photo reached + last photo reached { else } - - next photo + + next photo { /if}
@@ -103,6 +103,13 @@