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=e8e326dfc96a6b777a51e1e8e53446e5eca5312f;hp=85260536a5a63a67b5bc9b817f4ef5b30bf06339;hb=f999055210a94d26b9ae58950ff4d45eee86e869;hpb=867cf65e5ec98f5be8529a584329385814543e4d diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 8526053..e8e326d 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,58 +14,66 @@ {/if} {/if}
-
- - - -  Auto-Browse +
+ + + +  Auto-Browse {if $extern_link } -  External Link +  External Link {/if} - original resolution Fullsize + original resolution Fullsize
-
-
+

+ +

{ 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:
- {$ExifOrigResolution}
+ resolution icon Original resolution:
+ {$ExifOrigResolution}px
{ /if } Size: {$ExifFileSize}
+ { if $image_rating } + rating Rating:
+ {section name="rating" loop=$image_rating step=1} + + {/section} +
+ { /if } { if $tags }
- available tags Tagged with:
+ available tags Tagged with:
{ foreach from=$tags key=id item=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 } @@ -77,36 +85,36 @@ -
+
{ 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}
-
+