diff options
-rw-r--r-- | templates/index.tpl | 19 | ||||
-rw-r--r-- | templates/tags.tpl | 13 |
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> |