summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/photo_index.tpl11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index c00ab96..5d11c14 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -44,15 +44,14 @@
</tr>
<tr>
<td colspan="3">
+ <br />
<div id="adinfo"></div>
- <div id="matrix">
- <table>
+ <table class="matrix" id="matrix">
{section name="row" loop=$rows step=1}
<tr>
{section name="col" loop=$columns step=1}
- <td class="thumb">
{if $images[row][col] }
- <div id="inner" onmouseover="setBackGrdColor(this, 'mouseover');" onmouseout="setBackGrdColor(this, 'mouseout');">
+ <td class="thumb" 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" onclick="click(this);" title="{$img_title[row][col]}">
<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 />
@@ -60,14 +59,12 @@
</a>
</div>
{else}
- &nbsp;
+ <td>&nbsp;</td>
{/if}
- </td>
{/section}
</tr>
{/section}
</table>
- </div>
</td>
</tr>
<tr>