summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-07 09:26:10 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-07 09:26:10 +0000
commitcf5054ca9bfc6b2331f60f11463237895d5eb367 (patch)
treef48259fad7988a89a994691b878805c83d5b4951 /templates
parentbfd5316327702904d69fe454ff9cce23f6206826 (diff)
issue24, some html changes so the left column can be handled as general "option" column which include search, tags, ...
git-svn-id: file:///var/lib/svn/phpfspot/trunk@170 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tpl19
-rw-r--r--templates/tags.tpl13
2 files changed, 15 insertions, 17 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index 3cad8ba..9c336e6 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -21,10 +21,21 @@
</td>
</tr>
<tr>
- <td class="tags">
- <div id="tags">
- {include file="tags.tpl"}
- </div>
+ <td class="options">
+ <table>
+ <tr>
+ <td>
+ {include file="search.tpl"}
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div id="tags">
+ {include file="tags.tpl"}
+ </div>
+ </td>
+ </tr>
+ </table>
</td>
<td class="content">
<div id="content">
diff --git a/templates/tags.tpl b/templates/tags.tpl
index 22fd201..4f32ad0 100644
--- a/templates/tags.tpl
+++ b/templates/tags.tpl
@@ -1,19 +1,6 @@
<table>
<tr>
<td style="vertical-align: middle; text-decoration: underline;">
- <img src="resources/loupe.png" alt="loupe" />Tag-Search:
- </td>
- </tr>
- <tr>
- <td class="searchfor">
- <form action="" onsubmit="startTagSearch(document.getElementsByName('searchfor')[0].value); return false;">
- <input type="text" name="searchfor" value="{$searchfor}" size="15" />
- <input type="image" src="resources/doit.png" alt="Tag-Search" />
- </form>
- </td>
- </tr>
- <tr>
- <td style="vertical-align: middle; text-decoration: underline;">
<img src="resources/available_tags.png" alt="available tags" />Available Tags:
</td>
</tr>