show additional infos in the image preview bubble
[phpfspot.git] / templates / index.tpl
index eeb1de779cd7ed3fceaa8e8b96e3bd7cc5b5e18b..bec381b4acbdb6844ab10e80213e815b07fea253 100644 (file)
@@ -1,6 +1,31 @@
 {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();">Photo Index</a>
+     <a href="javascript:Tags('reset', 0);">Reset Tags</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"}