issue30, fixed wickled lines when images have different lines
[phpfspot.git] / templates / photo_index.tpl
index c00ab962482fb3d807aca7e032d2c91bc068c028..5d11c145cdd8d6f5a834299831428f01ce772ef4 100644 (file)
  </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 />
        </a>
       </div>
       {else}
-       &nbsp;
+       <td>&nbsp;</td>
       {/if}
-     </td>
     {/section}
     </tr>
    {/section} 
    </table>
-   </div>
   </td>
  </tr>
  <tr>