summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-07 07:09:52 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-07 07:09:52 +0000
commit7c498e18d97daa7ae42e355adf24b8c77cacad33 (patch)
tree0caa18f0a640452b1a738260ccabc19eba92d93b /templates/index.tpl
parentf5ebd8bd36353e5920031e7424ae02c212060b1b (diff)
some style improvements
git-svn-id: file:///var/lib/svn/phpfspot/trunk@32 fa6a889d-dae6-447d-9e79-4ba9a3039384
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"}