summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl32
1 files changed, 26 insertions, 6 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index 38af584..bec381b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -1,11 +1,31 @@
{include file="header.tpl"}
<body onload="refreshAvailableTags(); refreshSelectedTags();">
- <div id="logo">{$page_title}</div>
- <div id="tags">
- {include file="tags.tpl"}
- </div>
- <div id="content">
- {include file="welcome.tpl"}
+ <div id="frame">
+ <table>
+ <tr>
+ <td class="logo" colspan="2">
+ {$page_title}
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="menu">
+ <a href="javascript:showPhotoIndex();">Photo Index</a>
+ <a href="javascript:Tags('reset', 0);">Reset Tags</a>
+ </td>
+ </tr>
+ <tr>
+ <td class="tags">
+ <div id="tags">
+ {include file="tags.tpl"}
+ </div>
+ </td>
+ <td class="content">
+ <div id="content">
+ {include file="welcome.tpl"}
+ </div>
+ </td>
+ </tr>
+ </table>
</div>
</body>
{include file="footer.tpl"}