summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/search.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/search.tpl b/templates/search.tpl
new file mode 100644
index 0000000..092006e
--- /dev/null
+++ b/templates/search.tpl
@@ -0,0 +1,15 @@
+<table style="width: 100%;">
+ <tr>
+ <td style="vertical-align: middle; text-decoration: underline;">
+ <img src="resources/loupe.png" alt="loupe" />Search:
+ </td>
+ </tr>
+ <tr>
+ <td class="searchfor">
+ <form action="" onsubmit="startTagSearch(document.getElementsByName('searchfor')[0].value); return false;">
+ Tag: <input type="text" name="searchfor" value="{$searchfor}" size="15" />
+ <input type="image" src="resources/doit.png" alt="Tag-Search" />
+ </form>
+ </td>
+ </tr>
+</table>