summaryrefslogtreecommitdiff
path: root/template/default/rc.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/rc.html')
-rw-r--r--template/default/rc.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/template/default/rc.html b/template/default/rc.html
index 1567847..652a879 100644
--- a/template/default/rc.html
+++ b/template/default/rc.html
@@ -19,6 +19,11 @@
</head>
<body id="rc" onload="window.focus()">
+<?% IF full_rc %?>
+ <table height="510" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td>
+<?% END %?>
<table width="200" height="510" border="0" cellspacing="0" cellpadding="0" class="rc">
<tr>
<td></td>
@@ -114,5 +119,33 @@
<td></td>
</tr>
</table>
+<?% IF full_rc %?>
+ </td>
+ <td id="sect_channels">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td>
+ <select name="select_wanted_channels" size="1" class="submit" onchange="window.open(this.options[this.selectedIndex].value, '_self')" style="width:100%">
+<?% FOREACH ch_grp = ch_groups %?>
+ <option value="<?% ch_grp.url %?>" <?% IF ch_grp.selected %?>selected="selected"<?% END %?> ><?% ch_grp.title %?></option>
+<?% END %?>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <select name="channel" size="27" onchange="javascript:switch_channel('./vdradmin.pl?aktion=tv_switch&amp;channel=' + encodeURIComponent(this.options[this.selectedIndex].value));" style="width:100%">
+<?% FOREACH chan = channels %?>
+ <option value="<?% chan.vdr_id %?>" <?% IF chan.cur %?>selected="selected"<?% END %?>><?% chan.name | html %?></option>
+<?% END %?>
+ </select>
+<!-- <a class="submit" href="javascript:switch_by_select();">Switch</a>-->
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+<?% END %?>
</body>
</html>