also show a hint that the photo index can be displayed by
[phpfspot.git] / templates / index.tpl
index e0b3b4b3ba00cd66cb9ec86c16bb92d1a07c2234..3cad8ba03049b33350f35d9cb3d2da7726d11c24 100644 (file)
@@ -1,5 +1,5 @@
 {include file="header.tpl"}
- <body onload="refreshAvailableTags(); refreshSelectedTags();">
+ <body onload="init_phpfspot();">
   <div id="frame">
   <table>
    <tr>
@@ -9,13 +9,13 @@
    </tr>
    <tr>
     <td colspan="2" class="menu">
-     <a href="javascript:showPhotoIndex();" onclick="click(this);">
+     <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
       <img src="resources/photo_index.png" alt="photo index" />
      </a>
-     <a href="javascript:Tags('reset', 0);" onclick="click(this);">
+     <a href="javascript:Tags('reset', 0);" onclick="click(this);" title="Reset Selected Tags and Tag-Search">
       <img src="resources/reload.png" alt="reset tags" />
      </a>
-     <a href="javascript:showCredits();" onclick="click(this);">
+     <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
       <img src="resources/credits.png" alt="show credits" />
      </a>
     </td>