Files
recycled-ni-neutrino/data/y-web/Y_Live_EPG_Info.yhtm
vanhofen 6cedf045cf yWeb: drop obsolete CDATA comments
Origin commit data
------------------
Branch: ni/coolstream
Commit: 948cc523ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete CDATA comments

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

------------------
This commit was generated by Migit
2023-02-18 23:49:00 +01:00

19 lines
603 B
Plaintext

{=include-block:Y_Blocks.txt;head=}
<script src="/Y_Baselib.js"></script>
<script>
function show_info(_desc, _info1, _info2){
document.getElementById("description").innerHTML = _desc;
document.getElementById("info1").innerHTML = _info1;
document.getElementById("info2").innerHTML = _info2;
}
</script>
{=include-block:Y_Blocks.txt;head_close=}
<a href="javascript:window.history.back()"><u>{=L:back=}</u></a>
<body class="iframe">
<div class="y_epg_info">
<div id="description">&nbsp;</div>
<div id="info1">&nbsp;</div>
<div id="info2">{=L:epg.hover_for_details=}</div>
</div>
</body>
</html>