summaryrefslogtreecommitdiffstats
path: root/themes/arun/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/arun/templates/index.tpl')
-rw-r--r--themes/arun/templates/index.tpl46
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/arun/templates/index.tpl b/themes/arun/templates/index.tpl
new file mode 100644
index 0000000..c4378b2
--- /dev/null
+++ b/themes/arun/templates/index.tpl
@@ -0,0 +1,46 @@
+{include file="header.tpl"}
+ <body onload="init_phpfspot('{$web_path}');">
+
+ <!-- loading -->
+
+ <div id="HTML_AJAX_LOADING">
+ <img src="{$web_path}/resources/loading.gif" style="vertical-align: middle;" alt="Loading..." />&nbsp;&nbsp;Loading...
+ </div>
+
+ <!-- top menu -->
+
+ <div class="menu">
+ <div class="icons">
+ <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index (CTRL+ALT+i)">
+photo index
+ </a>
+ <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results (CTRL+ALT+r)">
+reset tags
+ </a>
+ <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
+about
+ </a>
+ </div>
+ <div class="logo">&nbsp;{$page_title}</div>
+ </div>
+ <!-- /top menu -->
+
+ <div 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">
+ { $initial_content }
+ </div>
+ </div>
+
+{include file="footer.tpl"}