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