From 7258a4139baaaace3ce9bbeeeab8a20da1b12ff7 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 1 Jul 2007 09:04:03 +0000 Subject: issue6, page selector - a first try git-svn-id: file:///var/lib/svn/phpfspot/trunk@152 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/photo_index.tpl | 57 +++++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 22 deletions(-) (limited to 'templates') diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 61f54d4..28a933d 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -1,29 +1,35 @@ - - -
- 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} - - Extern - photo index + + + + + + +
+ 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} + + Extern + photo index +
+
{section name="row" loop=$rows step=1} @@ -50,7 +56,7 @@ - - +
+ { if $previous_url == "" }   { else } @@ -59,7 +65,14 @@ { /if } + + { if $page_selector == "" } +   + { else } + {$page_selector} + { /if} + { if $next_url == "" }   { else } -- cgit v1.2.3-18-g5258