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=a1e19a795bfabb619d2729c02cc596666c2143ed;hb=e0ff14d4bcc1659675a8c5208d4151a04c2b0de9;hpb=f64bb236d8b62cb459a6c37b03d96d72c40387a1 diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index a1e19a7..774e142 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -1,28 +1,38 @@ - + - - -
- Photo Index, - {if ! $searchfor } - {if $count == 1} - {$count} image has been found for the selected tags - {else} - {$count} images have been found for the selected tags - {/if} - {else} - {if $count == 1} - {$count} image is the result for your search about "{$searchfor}" - {else} - {$count} images are the result for your search about "{$searchfor}" - {/if} - {/if} - - + + + + + + +
+ Photo Index, + {if ! $searchfor } + {if $count == 1} + {$count} image has been found for the selected tags + {else} + {$count} images have been found for the selected tags + {/if} + {else} + {if $count == 1} + {$count} image is the result for your search about "{$searchfor}" + {else} + {$count} images are the result for your search about "{$searchfor}" + {/if} + {/if} + + {if $extern_link } + + {/if} + Export +
+ +
{section name="row" loop=$rows step=1} @@ -30,13 +40,13 @@ {section name="col" loop=$columns step=1} + + + + +
{if $images[row][col] } -
- {else}   {/if} @@ -48,10 +58,36 @@
+ { 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 + + { /if} +
- - +