X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=527584368ef43842cc6f646981c9ce328391c587;hp=e5bcadad54b9cd1536d5f191bec410ed9c027726;hb=8b2b9d9fada346e9aa85dd75cb832ac66e959fbd;hpb=197566923eb20b13dc443f0adee7cbb163b458ae diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index e5bcada..5275843 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,15 +1,17 @@ - @@ -19,9 +21,9 @@
+ Photo {$image_name}
 {$description}
+ {if $extern_link } + + {/if} original resolution - additional informations
{ if $next_url == "" } - + { else } - + { /if } photo @@ -30,23 +32,23 @@
{ if $previous_url == "" } -   + first photo reached { else } - + previous photo { /if } - + photo index { if $next_url == "" } -   + last photo reached { else } - + next photo { /if} @@ -74,9 +76,22 @@
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}