summaryrefslogtreecommitdiff
path: root/index.html
blob: a79ea1e27b6d87098c061b63d62445bc012f531b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
    <head>
      <script type="text/javascript" src="settings.js" />
      <script type="text/javascript" src="lang_eng.js" />
      <script type="text/javascript" src="channels.js" />
      <script type="text/javascript" src="main.js" />
    </head>
<script language="Javascript">

//
// Javascript VDR client for Motorola VIP19x0 & VIP19x3
//
// Martin Voerman Rekordc@gmail.com
//
// "THE BEER-WARE LICENSE"
// If we meet some day, and you think
// this stuff is worth it, you can buy me a beer in return
//


</script>


<body onload="onLoad()" onunload="onUnload()">
    	<embed type="application/x-motorola-toi" hidden="true">

	<div id="channellist" style="width:100%; height:48%; position:absolute; left:7%; top:4%;;z-index:400;"></div>
	<div id="colorkeys" style="width:100%; position:absolute; left:10%; top:84%;z-index:401;"></div>
	<div id="chanlistepg" style="width:42%; position:absolute; left:7%; top:50%;z-index:402;"></div>

	<videoplane id='videoplane' style='position:absolute;left:0px;top:0px;height:100%;width:100%;z-index:500;'></videoplane>
	<div id="pipVideoDiv" ></div>

	<div id="osdvolume" style="width:63%; position:absolute; left:10%; top:80%;z-index:501;opacity:0;">Volume : </div>
	<div id="osdmedia" style="width:80%;position:absolute;left:10%;top:60%;z-index:505;opacity:0;-webkit-border-radius:50px;"></div>

	<div id="osdmain" style="width:80%; position:absolute;left:10%;top:60%;bottom:9%;z-index:505;-webkit-border-radius:50px;"></div>
	<div id="osdtime" style="width:42%; position:absolute; left:58%; top:63%;z-index:505;"></div>
	<div id="osdname" style="width:69%;height:4%; position:absolute; left:12%; top:66%;z-index:505;"></div>
	<div id="osdepg" style="width:63%; position:absolute; left:21%; top:69%;z-index:505;"></div>
	<div id="osdtimer" style="width:7%; position:absolute; left:12%; top:69%;z-index:505;"></div>
	<div id="osdca" style="width:5%; position:absolute; left:75%; top:67%;z-index:505;"></div>

	<div id="osdnr" style="width:10%;height:9%; position:absolute; left:12%; top:56%;z-index:505;opacity:0;-webkit-border-radius:25px;"></div>

	<div id="schedule" style="width:50%; height:75%; position:absolute; left:25%; top:10%;opacity:0;z-index:510;-webkit-border-radius:50px;"></div>

	<div id="osdmute" style="width:7%; position:absolute; left:76%; top:9%;z-index:515;opacity:0;"><img src="mute.png"></div>
	<div id="osdlang" style="width:7%; position:absolute; left:76%; top:9%;z-index:515;opacity:0;"></div>

	<div id="mainmenu"  style="width:80%; position:absolute; left:10%; top:10%; bottom:10%;z-index:520;opacity:0;-webkit-border-radius:50px;"></div>
	<div id="medialist" style="width:80%; position:absolute; left:10%; top:10%; bottom:10%;z-index:520;opacity:0;-webkit-border-radius:50px;"></div>

	<div id="switchtimer" style="width:45%; position:absolute; left:21%; top:26%;z-index:530;opacity:0;-webkit-border-radius:25px;"></div>
	<div id="osdepginfo" style="width:80%; position:absolute; left:10%; top:10%;z-index:525;opacity:0;-webkit-border-radius:50px;"></div>
	<div id="osdepginfonext" style="width:80%; position:absolute; left:10%; top:10%;z-index:525;opacity:0;-webkit-border-radius:50px;"></div>
</body>
</html>