when click on the loupe open a new window and display the image
[phpfspot.git] / templates / index.tpl
index b3e8a160c8eab1f544f4c19f912f316f931660b6..31b91198e7b8d05a03b5a2e6d73597fbbb5a926b 100644 (file)
@@ -1,11 +1,36 @@
 {include file="header.tpl"}
  <body onload="refreshAvailableTags(); refreshSelectedTags();">
 {include file="header.tpl"}
  <body onload="refreshAvailableTags(); refreshSelectedTags();">
-  <div id="logo">noch keins da</div>
-  <div id="tags">
-   {include file="tags.tpl"}
-  </div>
-  <div id="content">
-   {include file="welcome.tpl"}
+  <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();">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"}