summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
blob: 31b91198e7b8d05a03b5a2e6d73597fbbb5a926b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{include file="header.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();">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"}