blob: 092006e4d1518271a42a46e1e9b707ad17f96c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|