summaryrefslogtreecommitdiffstats
path: root/templates/photo_index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/photo_index.tpl')
-rw-r--r--templates/photo_index.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index 87cd6aa..6c7af4a 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -1,4 +1,4 @@
-<!-- Image Matrix -->
+<!-- Photo Index -->
<table>
<tr>
<td colspan="3">
@@ -38,13 +38,13 @@
{section name="col" loop=$columns step=1}
<td class="thumb">
{if $images[row][col] }
- <div id="outter">
- <div id="inner">
- <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" name="image{$img_id[row][col]}">
+ <div id="inner" onmouseover="setBackGrdColor(this, 'mouseover');" onmouseout="setBackGrdColor(this, 'mouseout');">
+ <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" name="image{$img_id[row][col]}" class="thumblink">
<img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&amp;width={$width}" alt="thumb_{$images[row][col]}" width="{$img_width[row][col]}" height="{$img_height[row][col]}" />
+ <br />
+ {$img_name[row][col]}
</a>
</div>
- </div>
{else}
&nbsp;
{/if}
@@ -84,4 +84,4 @@
</td>
</tr>
</table>
-<!-- /Image Matrix -->
+<!-- /Photo Index -->