summaryrefslogtreecommitdiff
path: root/html/search.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2011-03-04 17:48:29 +0000
committerAndreas Brachold <vdr07@deltab.de>2011-03-04 17:48:29 +0000
commit0ff8721a0025fe799ff7c01d786a6de9f5cfb304 (patch)
tree1006f37393d5026c1f551dc28239c2d69e165125 /html/search.tmpl
parenteca6900d3210a8e97bfba4dec124287d11284323 (diff)
downloadxxv-0ff8721a0025fe799ff7c01d786a6de9f5cfb304.tar.gz
xxv-0ff8721a0025fe799ff7c01d786a6de9f5cfb304.tar.bz2
Improve epg handling
jason: support content description
Diffstat (limited to 'html/search.tmpl')
-rw-r--r--html/search.tmpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/html/search.tmpl b/html/search.tmpl
index 09a9795..1689092 100644
--- a/html/search.tmpl
+++ b/html/search.tmpl
@@ -30,21 +30,6 @@
</td>
</tr>
<tr>
- <td><?% gettext('Video format') %?>:</td>
- <td>
- <input type="radio" name="__VideoFormat" value="all" <?% IF ! cgi.param('__VideoFormat') || cgi.param('__VideoFormat') == 'all' %?>checked<?% END %?>><?% gettext('All') %?>&nbsp;
- <input type="radio" name="__VideoFormat" value="widescreen" <?% IF cgi.param('__VideoFormat') == 'widescreen' %?>checked<?% END %?>><?% gettext('16:9 Wide screen') %?>&nbsp;
- </td>
-</tr>
-<tr>
- <td><?% gettext('Audio format') %?>:</td>
- <td>
- <input type="radio" name="__AudioFormat" value="all" <?% IF ! cgi.param('__AudioFormat') || cgi.param('__AudioFormat') == 'all' %?>checked<?% END %?>><?% gettext('All') %?>&nbsp;
- <input type="radio" name="__AudioFormat" value="dts" <?% IF cgi.param('__AudioFormat') == 'dts' %?>checked<?% END %?>><?% gettext('Dolby Digital') %?>&nbsp;
- <input type="radio" name="__AudioFormat" value="stereo" <?% IF cgi.param('__AudioFormat') == 'stereo' %?>checked<?% END %?>><?% gettext('Stereo') %?>&nbsp;
- </td>
-</tr>
-<tr>
<td><?% gettext('Minimum length (in minutes)') %?>:</td>
<td>
<input type="text" name="__MinLength" value="<?% cgi.param('__MinLength') %?>">