2011-06-07 13:26:45 +00:00
|
|
|
<!--#include virtual="/lib/header.shtml" -->
|
2011-06-25 20:59:50 +00:00
|
|
|
|
|
|
|
<style type=text/css>
|
|
|
|
.ui-button, .ui-button-text { padding: 0; font-size: 12px; }
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div style="width: 75%">
|
2011-06-07 13:26:45 +00:00
|
|
|
<form method=get action=/cgi-bin/epg_search.jim>
|
2011-06-25 20:59:50 +00:00
|
|
|
<fieldset>
|
|
|
|
<legend>EPG Search</legend>
|
|
|
|
<label for=term>Query</label>
|
|
|
|
<input type=text name=term id=term size=20 maxlength=255
|
|
|
|
class="text ui-widget-content ui-corner-all">
|
2011-06-07 13:26:45 +00:00
|
|
|
<input type=submit value=Search>
|
2011-06-25 20:59:50 +00:00
|
|
|
<input type=checkbox name=full id=full>
|
|
|
|
<label for=full>Search descriptions as well as titles.</label>
|
|
|
|
</fieldset>
|
2011-06-07 13:26:45 +00:00
|
|
|
</form>
|
2011-06-25 20:59:50 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type=text/javascript>
|
|
|
|
$('input:submit').button();
|
|
|
|
</script>
|
|
|
|
|
2011-06-07 14:45:01 +00:00
|
|
|
<!--#exec cmd="/mod/var/mongoose/include/epg.jim" -->
|
2011-06-07 13:26:45 +00:00
|
|
|
<!--#include virtual="/lib/footer.shtml" -->
|
|
|
|
|