we check now for file changes with md5 sums.
[phpfspot.git] / templates / index.tpl
1 {include file="header.tpl"}
2  <body onload="refreshAvailableTags(); refreshSelectedTags();">
3   <div id="frame">
4   <table>
5    <tr>
6     <td class="logo" colspan="2">
7      {$page_title}
8     </td>
9    </tr>
10    <tr>
11     <td colspan="2" class="menu">
12      <a href="javascript:showPhotoIndex();" onclick="click(this);">
13       <img src="resources/home.png" />
14      </a>
15      <a href="javascript:Tags('reset', 0);" onclick="click(this);">
16       <img src="resources/reload.png" />
17      </a>
18      <a href="javascript:showCredits();" onclick="click(this);">
19       <img src="resources/credits.png" />
20      </a>
21     </td>
22    </tr>
23    <tr>
24     <td class="tags">
25      <div id="tags">
26       {include file="tags.tpl"}
27      </div>
28     </td>
29     <td class="content">
30      <div id="content">
31       {include file="welcome.tpl"}
32      </div>
33     </td>
34    </tr>
35   </table>
36   </div>
37  </body>
38 {include file="footer.tpl"}