Files
recycled-ni-neutrino/data/y-web/Y_Boxcontrol_Channellist.yhtm
vanhofen 1dac461b1c yWeb: small reworks in Y_StreamInfo.yhtm
Origin commit data
------------------
Commit: 74de1e6f28
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-06 (Tue, 06 Sep 2022)

Origin message was:
------------------
- yWeb: small reworks in Y_StreamInfo.yhtm
2022-09-06 20:35:09 +02:00

34 lines
1.0 KiB
Plaintext

{=include-block:Y_Blocks.txt;head_no_charset=}
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<link rel="stylesheet" type="text/css" href="/Y_NI.css" />
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript">
//<![CDATA[
function do_zap(channelid) {
stb_zapto(channelid);
window.location.reload();
}
function do_epg(channelid,logoid) {
window.location.href="Y_Dyn_Pages.yhtm?page=frame_live_epg&channel="+channelid+"&logoid="+logoid;
}
function do_stream(channelid, channelname)
{
var title = "livestream.m3u"
var type = "application/octet-stream"
var plist = "#EXTM3U\n";
plist += "#EXTINF:-1," + channelname + "\n";
plist += "http://" + window.location.hostname + ":31339/id=" + channelid + "\n";
saveTextAsFile(plist, title, type);
}
function do_streaminfo() {
window.open("Y_StreamInfo.yhtm", "stream", "width=520");
}
//]]>
</script>
</head>
<body class="iframe">
<table class="bouquetitemlist">
{=func:get_bouquets_with_epg {=bouquet=}=}
</table>
</body>
</html>