X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=themes%2Fdefault%2Ftemplates%2Fphoto_index.tpl;h=2c1b6ac78d916dc02d5495e110ceec8630ef2f50;hb=8a050d435329e91cf33fc12f56c82b7a4b479d0a;hp=c01c6afc4a4190619a5a5572c0ff38eef655fc9f;hpb=7e3758cb44cc14bb68c4724849e923741dc9982b;p=phpfspot.git diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index c01c6af..2c1b6ac 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -1,4 +1,7 @@ + + +
Photo Index @@ -26,23 +29,27 @@ Results are limited to a date within {$from_date} to {$to_date}. {/if}
-
+
{if $slideshow_link } - +  Slideshow {/if} {if $extern_link } - +  External Link {/if} {if $export_link } - +  Export {/if} {if $rss_link } - +  RSS-Feed {/if}
+ + + { if $tag_result } -
+
Tags: @@ -51,6 +58,8 @@
{ /if } + +
{section name="thumb" loop=$thumbs step=1} @@ -64,7 +73,7 @@ {$img_name[thumb]} { if $use_lightbox } - + { /if }
@@ -80,11 +89,11 @@
{ if $next_url == "" } { if $count != 0 } - last page reached + last page reached { /if } { else } - next photo + next photo { /if}
@@ -93,11 +102,11 @@
{ if $previous_url == "" } { if $count != 0 } - first page reached + first page reached { /if } { else } - previous photo + previous photo { /if }
@@ -121,7 +130,7 @@ {section name="thumb" loop=$thumbs step=1} {if $images[thumb] } - image_urls[{counter}] = 'phpfspot_img.php?idx={$images[thumb]}&width={$width}'; + image_urls[{counter}] = '{$web_path}/phpfspot_img.php?idx={$images[thumb]}&width={$width}'; last_thumb = {$images[thumb]}; {/if} {/section}