add unit-name to exif-resolution-field
[phpfspot.git] / themes / default / templates / index.tpl
1 {include file="header.tpl"}
2  <body onload="init_phpfspot('{$web_path}');">
3  
4   <!-- loading -->
5
6   <div id="HTML_AJAX_LOADING">
7    <img src="{$web_path}/resources/loading.gif" style="vertical-align: middle;" alt="Loading..." />&nbsp;&nbsp;Loading...
8   </div>
9
10   <!-- top menu -->
11
12   <div class="menu">
13    <div class="icons">
14     <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index (CTRL+ALT+i)">
15      <img src="{$web_path}/resources/photo_index.png" alt="photo index" />
16     </a>
17     <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results (CTRL+ALT+r)">
18      <img src="{$web_path}/resources/reload.png" alt="reset tags" />
19     </a>
20     <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
21      <img src="{$web_path}/resources/credits.png" alt="show credits" />
22     </a>
23    </div>
24    <div class="logo">&nbsp;{$page_title}</div>
25   </div>
26   <!-- /top menu -->
27
28   <div style="clear: both;">
29   <!-- option column -->
30   <div class="options" style="float: left;">
31    <div>
32     {include file="search.tpl"}
33    </div>
34    <div id="tags">
35     {include file="tags.tpl"}
36    </div>
37   </div>
38   <!-- /option column -->
39
40   <!-- content column -->
41   <div id="content" class="content">
42    { $initial_content }
43   </div>
44   </div>
45
46 {include file="footer.tpl"}