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 | |
| 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')
| -rw-r--r-- | skins/stone_flat/program.tmpl | 3 | ||||
| -rw-r--r-- | skins/stone_flat/search.tmpl | 9 |
2 files changed, 1 insertions, 11 deletions
diff --git a/skins/stone_flat/program.tmpl b/skins/stone_flat/program.tmpl index 5372dd2..7f1d733 100644 --- a/skins/stone_flat/program.tmpl +++ b/skins/stone_flat/program.tmpl @@ -94,8 +94,7 @@ <?% FOREACH zeile = data %?> <?% IF verbose;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> <?% id=zeile.0;title=zeile.1;subtitle=zeile.2;start=zeile.3;stop=zeile.4; - description=zeile.6;video=zeile.7;audio=zeile.8;pdc=zeile.9; - timerid=zeile.10;recording=zeile.11;running=zeile.12; + description=zeile.6;pdc=zeile.7;timerid=zeile.8;recording=zeile.9;running=zeile.10; day = zeile.5 %?> <?% IF !old.defined || day != old %?> <?% IF old.defined %?> 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 /> |
