issue52, check if phpfspot.db is writeable
[phpfspot.git] / themes / default / templates / index.tpl
1 {include file="header.tpl"}
2  <body onload="init_phpfspot();">
3   <div id="frame">
4   <table>
5    <tr>
6     <td class="logo" colspan="2">
7      {$page_title}
8     </td>
9    </tr>
10    <tr>
11     <td colspan="2" class="menu">
12      <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
13       <img src="resources/photo_index.png" alt="photo index" />
14      </a>
15      <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results">
16       <img src="resources/reload.png" alt="reset tags" />
17      </a>
18      <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
19       <img src="resources/credits.png" alt="show credits" />
20      </a>
21     </td>
22    </tr>
23    <tr>
24     <td class="options">
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     </td>
40     <td class="content">
41      <div id="content">
42       {include file="welcome.tpl"}
43      </div>
44     </td>
45    </tr>
46   </table>
47   </div>
48   <div style="text-align: right; font-size: 10px; color: #ffffff">
49    Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" style="font-size: 10px; color: #ffffff">phpfspot</a>
50   </div>
51  </body>
52 {include file="footer.tpl"}