alternate text if thumbnail is not available
[phpfspot.git] / templates / index.tpl
index fad6eb521b0bd141062aedc2ea91e7c38e0ff527..e0b3b4b3ba00cd66cb9ec86c16bb92d1a07c2234 100644 (file)
@@ -9,9 +9,15 @@
    </tr>
    <tr>
     <td colspan="2" class="menu">
-     <a href="javascript:showPhotoIndex();">Photo Index</a>
-     <a href="javascript:Tags('reset', 0);">Reset Tags</a>
-     <a href="javascript:showCredits();">Credits</a>
+     <a href="javascript:showPhotoIndex();" onclick="click(this);">
+      <img src="resources/photo_index.png" alt="photo index" />
+     </a>
+     <a href="javascript:Tags('reset', 0);" onclick="click(this);">
+      <img src="resources/reload.png" alt="reset tags" />
+     </a>
+     <a href="javascript:showCredits();" onclick="click(this);">
+      <img src="resources/credits.png" alt="show credits" />
+     </a>
     </td>
    </tr>
    <tr>