limit width/height for thumb display
[phpfspot.git] / templates / index.tpl
index dfbaf6855750f48e631ccd5fb69c5ef0be14e7e4..e0b3b4b3ba00cd66cb9ec86c16bb92d1a07c2234 100644 (file)
@@ -1,11 +1,38 @@
 {include file="header.tpl"}
 {include file="header.tpl"}
- <body>
-  <div id="logo">noch keins da</div>
-  <div id="tags">
-   {include file="tags.tpl"}
-  </div>
-  <div id="content">
-  {include file="body.tpl"}
+ <body onload="refreshAvailableTags(); refreshSelectedTags();">
+  <div id="frame">
+  <table>
+   <tr>
+    <td class="logo" colspan="2">
+     {$page_title}
+    </td>
+   </tr>
+   <tr>
+    <td colspan="2" class="menu">
+     <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>
+    <td class="tags">
+     <div id="tags">
+      {include file="tags.tpl"}
+     </div>
+    </td>
+    <td class="content">
+     <div id="content">
+      {include file="welcome.tpl"}
+     </div>
+    </td>
+   </tr>
+  </table>
   </div>
  </body>
 {include file="footer.tpl"}
   </div>
  </body>
 {include file="footer.tpl"}