X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fphoto_index.tpl;h=774e142d3ddd13f0297c30566c3f3bdc76cccef2;hp=ee11a4f15516225be236241194da80b6fd67fbe6;hb=e0ff14d4bcc1659675a8c5208d4151a04c2b0de9;hpb=4c5aa67169b34a02bd7c3b482f178cb93f6700f9 diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index ee11a4f..774e142 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -1,10 +1,10 @@ - +
- -
+ Photo Index, {if ! $searchfor } {if $count == 1} @@ -20,9 +20,11 @@ {/if} {/if} - Extern - photo index + + {if $extern_link } + + {/if} + Export
@@ -30,6 +32,7 @@
+
{section name="row" loop=$rows step=1} @@ -37,13 +40,13 @@ {section name="col" loop=$columns step=1} - - -
{if $images[row][col] } -
- {else}   {/if} @@ -56,25 +59,29 @@
+ { if $previous_url == "" } + { if $count != 0 } first page reached + { /if } { else } previous photo { /if } + { if $page_selector == "" }   { else } {$page_selector} { /if} + { if $next_url == "" } + { if $count != 0 } last page reached + { /if } { else } next photo @@ -83,4 +90,4 @@
- +