summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/index.tpl
blob: 10459aa72dc3f39389408687c7e96d6b95d9bb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{include file="header.tpl"}
 <body onload="init_phpfspot();">
 
  <!-- top menu -->

  <div class="menu">
   <div class="icons">
    <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
     <img src="resources/photo_index.png" alt="photo index" />
    </a>
    <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results">
     <img src="resources/reload.png" alt="reset tags" />
    </a>
    <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
     <img src="resources/credits.png" alt="show credits" />
    </a>
   </div>
   <div class="logo">&nbsp;{$page_title}</div>
  </div>
  <!-- /top menu -->

  <span style="clear: both;">
  <!-- option column -->
  <div class="options" style="float: left;">
   <div>
    {include file="search.tpl"}
   </div>
   <div id="tags">
    {include file="tags.tpl"}
   </div>
  </div>
  <!-- /option column -->

  <!-- content column -->
  <div id="content" class="content">
   {include file="welcome.tpl"}
  </div>
  </span>

{include file="footer.tpl"}