issue52, check if phpfspot.db is writeable
[phpfspot.git] / templates / photo_index.tpl
index 1590f857f709b663f96402e2dfaac7e7b0877eda..08c8999f81f0d746ba0eae73b5828ad7742ade76 100644 (file)
@@ -30,6 +30,9 @@
       {/if}
      </td>
      <td class="index_header" style="text-align: right">
+      {if $slideshow_link }
+       <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="resources/slideshow.png" /></a>
+      {/if}
       {if $extern_link }
        <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
       {/if} 
  <tr>
   <td colspan="3">
    <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>