some nice credit page
[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();">Photo Index</a>
13      <a href="javascript:Tags('reset', 0);">Reset Tags</a>
14      <a href="javascript:showCredits();">Credits</a>
15     </td>
16    </tr>
17    <tr>
18     <td class="tags">
19      <div id="tags">
20       {include file="tags.tpl"}
21      </div>
22     </td>
23     <td class="content">
24      <div id="content">
25       {include file="welcome.tpl"}
26      </div>
27     </td>
28    </tr>
29   </table>
30   </div>
31  </body>
32 {include file="footer.tpl"}