issue24, seperated search functions into their own template
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 7 Jul 2007 09:32:33 +0000 (09:32 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 7 Jul 2007 09:32:33 +0000 (09:32 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@172 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/search.tpl [new file with mode: 0644]

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>