issue13, first try of external links, this time for photo index
[phpfspot.git] / templates / photo_index.tpl
index 36d095575297b6d652cd03591a65971febda0201..61f54d4824fd6042ef3b2476985ca41b54d2bd7f 100644 (file)
@@ -18,6 +18,7 @@
    {/if}
   </td>
   <td class="index_header" style="text-align: right;">
+   <a href="{$extern_link}">Extern</a>
    <img src="resources/photo_index.png" alt="photo index" />
   </td>
  </tr>
@@ -32,7 +33,7 @@
       {if $images[row][col] }
       <div id="outter">
       <div id="inner">
-       <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" class="bubble">
+       <a href="javascript:showImage({$images[row][col]});" id="{$images[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]}" />
        </a>
       </div>
@@ -69,9 +70,4 @@
   </td>
  </tr>
 </table>
-<script type="text/javascript">
-<!--
-   bindBubbles();
--->
-</script>
 <!-- /Image Matrix -->