issue35, if too many tags are selected and AND condition is used, this will show...
[phpfspot.git] / templates / search.tpl
1 <table style="width: 100%;">
2  <tr>
3   <td style="vertical-align: middle; text-decoration: underline;">
4    <img src="resources/loupe.png" alt="loupe" />Search:
5   </td>
6  </tr>
7  <tr>
8   <td class="searchfor">
9    <form action="" onsubmit="startTagSearch(document.getElementsByName('searchfor')[0].value); return false;">
10     Tag: <input type="text" name="searchfor" value="{$searchfor}" size="15" />
11     <input type="image" src="resources/doit.png" alt="Tag-Search" />
12    </form>
13   </td>
14  </tr>
15 </table>