summaryrefslogtreecommitdiff
path: root/template/default/tv.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/tv.html')
-rw-r--r--template/default/tv.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/template/default/tv.html b/template/default/tv.html
index 9c02583..3a72379 100644
--- a/template/default/tv.html
+++ b/template/default/tv.html
@@ -68,7 +68,9 @@
}
function tv_open() {
- window.open("./vdradmin.pl?aktion=tv_show&new_win=1&full_tv=1", "vdradminTV", "width=615, height=548, resizable=yes, scrollbars=no, status=no, toolbar=no");
+ width = (size == 'full' ? 780 : (size == 'half' ? 400 : 210)) + 350;
+ height = (size == 'full' ? 576 : 525) + 60;
+ window.open("./vdradmin.pl?aktion=tv_show&new_win=1&full_tv=1", "vdradminTV", "width=" + width + ", height=" + height + ", resizable=yes, scrollbars=no, status=no, toolbar=no, menubar=no, location=no");
}
//-->
</script>
@@ -194,6 +196,26 @@
<td></td>
</tr>
<tr>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=rec');"><img src="bilder/fern_41.jpg" alt="" height="27" width="67" border="0" /></a></td>
+ <td></td>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=stop');"><img src="bilder/fern_42.jpg" alt="" height="27" width="67" border="0" /></a></td>
+ </tr>
+ <tr>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=fastrew');"><img src="bilder/fern_43.jpg" alt="" height="27" width="67" border="0" /></a></td>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=play');"><img src="bilder/fern_44.jpg" alt="" height="27" width="66" border="0" /></a></td>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=fastfwd');"><img src="bilder/fern_45.jpg" alt="" height="27" width="67" border="0" /></a></td>
+ </tr>
+ <tr>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=prev');"><img src="bilder/fern_46.jpg" alt="" height="27" width="67" border="0" /></a></td>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=pause');"><img src="bilder/fern_47.jpg" alt="" height="27" width="66" border="0" /></a></td>
+ <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=next');"><img src="bilder/fern_48.jpg" alt="" height="27" width="67" border="0" /></a></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><img src="bilder/spacer.gif" alt="" height="20" width="50" border="0" /></td>
+ <td></td>
+ </tr>
+ <tr>
<td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=VolumeMinus');"><img src="bilder/fern_39.jpg" alt="" height="27" width="67" border="0" /></a></td>
<td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=mute');"><img src="bilder/fern_mute.jpg" alt="" height="27" width="67" border="0" /></a></td>
<td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&amp;key=VolumePlus');"><img src="bilder/fern_40.jpg" alt="" height="27" width="67" border="0" /></a></td>