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 | 4cb940d3c8150e2c5b3693464be98ffd1bc65761 (patch) | |
| tree | e314dd0717efb4ad1d844367e3a0e30390b32b44 /skins/stone_flat/search.tmpl | |
| parent | 5c75d0d889c5016eebfef7462552a9604d345732 (diff) | |
| download | xxv-4cb940d3c8150e2c5b3693464be98ffd1bc65761.tar.gz xxv-4cb940d3c8150e2c5b3693464be98ffd1bc65761.tar.bz2 | |
Improve epg handling
jason: support content description
Diffstat (limited to 'skins/stone_flat/search.tmpl')
| -rw-r--r-- | skins/stone_flat/search.tmpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/skins/stone_flat/search.tmpl b/skins/stone_flat/search.tmpl index b45565d..9f21b97 100644 --- a/skins/stone_flat/search.tmpl +++ b/skins/stone_flat/search.tmpl @@ -129,15 +129,6 @@ <input style="width:auto;" type="radio" name="__Where" value="title" <?% IF cgi.param('__Where') == 'title' %?>checked<?% END %?> /><?% gettext('Only in title') %?><br /> <input style="width:auto;" type="radio" name="__Where" value="titlesubtitle" <?% IF cgi.param('__Where') == 'titlesubtitle' %?>checked<?% END %?> /><?% gettext('Only in title and subtitle') %?><br /> <br /> - <?% gettext('Video format',30) %?><br /> - <input style="width:auto;" type="radio" name="__VideoFormat" value="all" <?% IF ! cgi.param('__VideoFormat') || cgi.param('__VideoFormat') == 'all' %?>checked<?% END %?> /><?% gettext('All') %?><br /> - <input style="width:auto;" type="radio" name="__VideoFormat" value="widescreen" <?% IF cgi.param('__VideoFormat') == 'widescreen' %?>checked<?% END %?> /><?% gettext('16:9 Wide screen') %?><br /> - <br /> - <?% gettext('Audio format',30) %?><br /> - <input style="width:auto;" type="radio" name="__AudioFormat" value="all" <?% IF ! cgi.param('__AudioFormat') || cgi.param('__AudioFormat') == 'all' %?>checked<?% END %?> /><?% gettext('All') %?><br /> - <input style="width:auto;" type="radio" name="__AudioFormat" value="dts" <?% IF cgi.param('__AudioFormat') == 'dts' %?>checked<?% END %?> /><?% gettext('Dolby Digital') %?><br /> - <input style="width:auto;" type="radio" name="__AudioFormat" value="stereo" <?% IF cgi.param('__AudioFormat') == 'stereo' %?>checked<?% END %?> /><?% gettext('Stereo') %?><br /> - <br /> <?% gettext('Minimum length (in minutes)',30) %?><br /> <input type="text" name="__MinLength" value="<?% cgi.param('__MinLength') %?>" /> <br /><br /> |
