From 5bf0159aa38d4d1b8952e0933cea14761c9de34e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 15 Jul 2007 15:48:26 +0000 Subject: issue49, fixed display header text in photo index git-svn-id: file:///var/lib/svn/phpfspot/trunk@212 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/photo_index.tpl | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'templates/photo_index.tpl') diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 61fd8a8..e4ed521 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -5,8 +5,20 @@ -- cgit v1.2.3-18-g5258
- Photo Index, - {if ! $searchfor } + Photo Index + {if $searchfor } + {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} + {elseif $from_date } + {if $count == 1} + {$count} image is the result for your search between {$from_date} to {$to_date} + {else} + {$count} images are the result for your search between {$from_date} to {$to_date} + {/if} + {elseif $tag_result} {if $count == 1} {$count} image has been found for the selected tags {else} @@ -14,9 +26,9 @@ {/if} {else} {if $count == 1} - {$count} image is the result for your search about "{$searchfor}" + {$count} image has been found {else} - {$count} images are the result for your search about "{$searchfor}" + {$count} images have been found {/if} {/if}