issue59, fixed margin for thumbnails
[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    <table>
26     <tr>
27      <td>
28       {include file="search.tpl"}
29      </td>
30     </tr>
31     <tr>
32      <td>
33       <div id="tags">
34        {include file="tags.tpl"}
35       </div>
36      </td>
37     </tr>
38    </table>
39   </div>
40   <!-- /option column -->
41
42   <!-- content column -->
43   <div id="content" class="content">
44    {include file="welcome.tpl"}
45   </div>
46   </span>
47
48 {include file="footer.tpl"}