some nice icons for available and selected tags
[phpfspot.git] / templates / index.tpl
index eeb1de779cd7ed3fceaa8e8b96e3bd7cc5b5e18b..9442f4ac42c6ac46ba1539c2bb71fa7e8c0eeb6b 100644 (file)
@@ -1,6 +1,38 @@
 {include file="header.tpl"}
- <body>
-  {include file="tags.tpl"}
-  {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();">
+      <img src="resources/home.png" />
+     </a>
+     <a href="javascript:Tags('reset', 0);">
+      <img src="resources/reload.png" />
+     </a>
+     <a href="javascript:showCredits();">
+      <img src="resources/credits.png" />
+     </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"}