Files
recycled-ni-neutrino/data/y-web/Y_Boxcontrol_Channellist.yhtm
vanhofen 08ec035090 yWeb: try to remove horizontal scrollbars from bouquet list
Origin commit data
------------------
Branch: ni/coolstream
Commit: f188db70cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)

Origin message was:
------------------
- yWeb: try to remove horizontal scrollbars from bouquet list

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2023-02-19 22:30:08 +01:00

37 lines
1012 B
Plaintext

{=include-block:Y_Blocks.txt;head_no_charset=}
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<script src="/Y_Baselib.js"></script>
<script>
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>
<style>
.work_box_body {
padding-right: 0;
}
</style>
{=include-block:Y_Blocks.txt;head_close=}
<body class="iframe">
<table class="bouquetitemlist">
{=func:get_bouquets_with_epg {=bouquet=}=}
</table>
</body>
</html>