webif/var/mongoose/html/epg.shtml
hummypkg 8d67bb82bb more work on rename
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@197 2a923420-c742-0410-a762-8d5b09965624
2011-06-25 20:59:50 +00:00

28 lines
723 B
Plaintext

<!--#include virtual="/lib/header.shtml" -->
<style type=text/css>
.ui-button, .ui-button-text { padding: 0; font-size: 12px; }
</style>
<div style="width: 75%">
<form method=get action=/cgi-bin/epg_search.jim>
<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">
<input type=submit value=Search>
<input type=checkbox name=full id=full>
<label for=full>Search descriptions as well as titles.</label>
</fieldset>
</form>
</div>
<script type=text/javascript>
$('input:submit').button();
</script>
<!--#exec cmd="/mod/var/mongoose/include/epg.jim" -->
<!--#include virtual="/lib/footer.shtml" -->