issue24, seperated search functions into their own template
[phpfspot.git] / templates / search.tpl
diff --git a/templates/search.tpl b/templates/search.tpl
new file mode 100644 (file)
index 0000000..092006e
--- /dev/null
@@ -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>