diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2011-03-04 17:48:29 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2011-03-04 17:48:29 +0000 |
| commit | 0ff8721a0025fe799ff7c01d786a6de9f5cfb304 (patch) | |
| tree | 1006f37393d5026c1f551dc28239c2d69e165125 /html/search.tmpl | |
| parent | eca6900d3210a8e97bfba4dec124287d11284323 (diff) | |
| download | xxv-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.tmpl | 15 |
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') %?> - <input type="radio" name="__VideoFormat" value="widescreen" <?% IF cgi.param('__VideoFormat') == 'widescreen' %?>checked<?% END %?>><?% gettext('16:9 Wide screen') %?> - </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') %?> - <input type="radio" name="__AudioFormat" value="dts" <?% IF cgi.param('__AudioFormat') == 'dts' %?>checked<?% END %?>><?% gettext('Dolby Digital') %?> - <input type="radio" name="__AudioFormat" value="stereo" <?% IF cgi.param('__AudioFormat') == 'stereo' %?>checked<?% END %?>><?% gettext('Stereo') %?> - </td> -</tr> -<tr> <td><?% gettext('Minimum length (in minutes)') %?>:</td> <td> <input type="text" name="__MinLength" value="<?% cgi.param('__MinLength') %?>"> |
