1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <!-- saved from url=(0052)http://vthr.videolan.org/~dionoea/april/activex.html -->
5 <TITLE>WEB-X-TV</TITLE>
6 <META http-equiv=Content-Type content="text/html; charset=utf-8">
7 <META content="MSHTML 6.00.2900.2668" name="GENERATOR">
8 <link rel="stylesheet" type="text/css" href="webif.css">
9 <script language="javascript" type="text/javascript" src="dhtml.js"></script>
10 <script language="javascript" type="text/javascript" src="window.js"></script>
11 <script language="javascript" type="text/javascript" src="index.js"></script>
12 <script language="javascript" type="text/javascript" src="zap.js"></script>
13 <script language="javascript" type="text/javascript" src="epg.js"></script>
14 <script language="javascript" type="text/javascript">#ZAPDATA#</script>
17 function headerUpdateEPGData(serviceName, nowT, nowD, nowSt, nextT, nextD, nextSt)
19 if (document.service != data.vlcparms)
21 document.service = data.vlcparms;
25 getElem("id", "servicename", null).firstChild.nodeValue = serviceName;
26 getElem("id", "nowt", null).firstChild.nodeValue = nowT;
27 getElem("id", "nowd", null).firstChild.nodeValue = nowD;
29 nowSt = nowSt.substr(0, 40);
30 getElem("id", "nowst", null).firstChild.nodeValue = nowSt;
31 getElem("id", "nextt", null).firstChild.nodeValue = nextT;
32 getElem("id", "nextd", null).firstChild.nodeValue = nextD;
34 nextSt = nextSt.substr(0, 40);
35 getElem("id", "nextst", null).firstChild.nodeValue = nextSt;
39 init(); <!-- zap.js -->
44 data.location.reload();
45 setTimeout("update2()", 5000)
47 function go(targetURL)
49 document.vlc.clear_playlist();
50 document.vlc.add_item(targetURL);
58 setTimeout("play()", 500);
62 <BODY onLoad="initTV()" style="margin: 0px; padding: 0px">
63 <TABLE border="0" width="760" align="center" cellspacing="0" cellpadding="0">
68 <table id="headercell" width="780px" height="60px" border="1" cellpadding="5" cellspacing="0">
69 <tr style="height: 20">
70 <td colspan="3" id="servicename" class="servicename" align="left" background="mepg_grad.png"> </td>
72 <tr style="height: 20">
73 <td id="nowt" class="epgzeit_bold" width="50px" align="left" background="mepg_grad.png"> </td>
74 <td id="nowd" class="epgdur" width="40px" align="left" background="mepg_grad.png"> </td>
75 <td id="nowst" class="epgname_bold" width="*" align="left" background="mepg_grad.png"> </td>
77 <tr style="height: 20">
78 <td id="nextt" class="epgzeit_bold" width="50px" align="left" background="mepg_grad.png"> </td>
79 <td id="nextd" class="epgdur" width="40px" align="left" background="mepg_grad.png"> </td>
80 <td id="nextst" class="epgname_bold" width="*" align="left" background="mepg_grad.png"> </td>
83 <td width="50px" align="left" background="mepg_grad.png"> </td>
84 <td width="40px" align="left" background="mepg_grad.png"> </td>
85 <td width="*" align="left" background="mepg_grad.png">#CHANNAVI#</td>
93 <embed type="application/x-vlc-plugin"
104 <form name="channelselector">
105 <table border="0" cellpadding="0" cellspacing="0">
108 <select style="width: 260px; font-weight: bold; background-color: #F4F4F4" onChange=bouquetChange() name="bouquet" size="1"></select>
111 <select style="width: 520px; font-weight: bold; background-color: #F4F4F4" onChange=channelChange() name="channel" size="1"></select>
120 <iframe name="data" src="data" width="100%" height="0" frameborder="0" framemargin="0" framewidth="0"></iframe>
125 <iframe name="vlccmd" src="" width="100%" height="0" frameborder="0" framemargin="0" framewidth="0"></iframe>