diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-07 09:32:33 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-07 09:32:33 +0000 |
commit | 3233232bc555521ce6bd45aab238190bce2585a5 (patch) | |
tree | 6ce6ad6ec6e3cc5538242761909406a2fd95d573 /templates | |
parent | fb5a16a9495b3438584cd0ab47ea1d1c0ce26995 (diff) |
issue24, seperated search functions into their own template
git-svn-id: file:///var/lib/svn/phpfspot/trunk@172 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/search.tpl | 15 |
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> |