issue30, fixed wickled lines when images have different lines
[phpfspot.git] / templates / index.tpl
index 9442f4ac42c6ac46ba1539c2bb71fa7e8c0eeb6b..f42a124860076625e5e8bdb2f699be753b8a3fcd 100644 (file)
@@ -1,5 +1,5 @@
 {include file="header.tpl"}
 {include file="header.tpl"}
- <body onload="refreshAvailableTags(); refreshSelectedTags();">
+ <body onload="init_phpfspot();">
   <div id="frame">
   <table>
    <tr>
   <div id="frame">
   <table>
    <tr>
@@ -9,22 +9,33 @@
    </tr>
    <tr>
     <td colspan="2" class="menu">
    </tr>
    <tr>
     <td colspan="2" class="menu">
-     <a href="javascript:showPhotoIndex();">
-      <img src="resources/home.png" />
+     <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
+      <img src="resources/photo_index.png" alt="photo index" />
      </a>
      </a>
-     <a href="javascript:Tags('reset', 0);">
-      <img src="resources/reload.png" />
+     <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results">
+      <img src="resources/reload.png" alt="reset tags" />
      </a>
      </a>
-     <a href="javascript:showCredits();">
-      <img src="resources/credits.png" />
+     <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
+      <img src="resources/credits.png" alt="show credits" />
      </a>
     </td>
    </tr>
    <tr>
      </a>
     </td>
    </tr>
    <tr>
-    <td class="tags">
-     <div id="tags">
-      {include file="tags.tpl"}
-     </div>
+    <td class="options">
+     <table>
+      <tr>
+       <td>
+        {include file="search.tpl"}
+       </td>
+      </tr>
+      <tr>
+       <td>
+        <div id="tags">
+         {include file="tags.tpl"}
+        </div>
+       </td>
+      </tr>
+     </table>
     </td>
     <td class="content">
      <div id="content">
     </td>
     <td class="content">
      <div id="content">
@@ -34,5 +45,8 @@
    </tr>
   </table>
   </div>
    </tr>
   </table>
   </div>
+  <div style="text-align: right; font-size: 10px; color: #ffffff">
+   Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" style="font-size: 10px; color: #ffffff">phpfspot</a>
+  </div>
  </body>
 {include file="footer.tpl"}
  </body>
 {include file="footer.tpl"}