summaryrefslogtreecommitdiffstats
path: root/templates/search.tpl
blob: 51c18777f14263b4a77d6c431b95154e40bb97de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>
   <form action="" onsubmit="startDateSearch(); return false;">
    Date:<br />
   {$from_date} <a href="javascript:showCalendar('from');"><img src="resources/date.png" id="frompic"/></a><br />
   {$to_date} <a href="javascript:showCalendar('to');"><img src="resources/date.png" id="topic" /></a><br />
    <input type="image" src="resources/doit.png" alt="Tag-Search" />
    <div id='calendar'></div>
   </form>
  </td>
 </tr>
</table>