issue59, further cleanup code after removing html tables
[phpfspot.git] / themes / default / templates / index.tpl
1 {include file="header.tpl"}
2  <body onload="init_phpfspot();">
3  
4   <!-- top menu -->
5
6   <div class="menu">
7    <div class="icons">
8     <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
9      <img src="resources/photo_index.png" alt="photo index" />
10     </a>
11     <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results">
12      <img src="resources/reload.png" alt="reset tags" />
13     </a>
14     <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
15      <img src="resources/credits.png" alt="show credits" />
16     </a>
17    </div>
18    <div class="logo">&nbsp;{$page_title}</div>
19   </div>
20   <!-- /top menu -->
21
22   <span style="clear: both;">
23   <!-- option column -->
24   <div class="options" style="float: left;">
25    <div>
26     {include file="search.tpl"}
27    </div>
28    <div id="tags">
29     {include file="tags.tpl"}
30    </div>
31   </div>
32   <!-- /option column -->
33
34   <!-- content column -->
35   <div id="content" class="content">
36    {include file="welcome.tpl"}
37   </div>
38   </span>
39
40 {include file="footer.tpl"}