summaryrefslogtreecommitdiffstats
path: root/templates/search.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/search.tpl')
-rw-r--r--templates/search.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/search.tpl b/templates/search.tpl
index 092006e..51c1877 100644
--- a/templates/search.tpl
+++ b/templates/search.tpl
@@ -10,6 +10,13 @@
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>