rss link fix
[phpfspot.git] / themes / default / templates / index.tpl
1 {include file="header.tpl"}
2  <body onload="init_phpfspot();">
3   <div class="logo" colspan="2">
4    {$page_title}
5   </div>
6   <div class="menu">
7    <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
8     <img src="resources/photo_index.png" alt="photo index" />
9    </a>
10    <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results">
11     <img src="resources/reload.png" alt="reset tags" />
12    </a>
13    <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
14     <img src="resources/credits.png" alt="show credits" />
15    </a>
16   </div>
17   <table>
18    <tr>
19     <td class="options">
20      <table>
21       <tr>
22        <td>
23         {include file="search.tpl"}
24        </td>
25       </tr>
26       <tr>
27        <td>
28         <div id="tags">
29          {include file="tags.tpl"}
30         </div>
31        </td>
32       </tr>
33      </table>
34     </td>
35     <td class="content">
36      <div id="content">
37       {include file="welcome.tpl"}
38      </div>
39     </td>
40    </tr>
41   </table>
42   <div style="text-align: right; font-size: 10px; color: #000000; margin-right: 10px;">
43    Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" style="font-size: 10px; color: #000000">phpfspot</a>
44   </div>
45  </body>
46 {include file="footer.tpl"}