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