X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=templates%2Fphoto_index.tpl;h=61fd8a8f502645f1e0d03d3c456aa5f8be8fca7c;hb=7f50c5e33bc845582d0d12c4d76d601e2e700094;hp=f917364fcb589ea3bf32be4cfedd87bfdf80f2e1;hpb=5dd7a5cd9bb3c6f8345549dfa51f2e4eb06aca9c;p=phpfspot.git diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index f917364..61fd8a8 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -1 +1,93 @@ -{$image_matrix} + + + + + + + + + + + + + +
+ + + + + +
+ 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} + +
+
+
+
+ + {section name="row" loop=$rows step=1} + + {section name="col" loop=$columns step=1} + + {/section} + + {/section} +
+ {if $images[row][col] } + + {else} +   + {/if} +
+
+
+ { 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} +
+