| 1 | <?xml version="1.0" encoding="iso-8859-1"?>
|
|---|
| 2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|---|
| 3 | <html>
|
|---|
| 4 | <head>
|
|---|
| 5 | <meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|---|
| 6 | <title>AAF WebTV</title>
|
|---|
| 7 | <!-- External libs
|
|---|
| 8 | <script type="text/javascript" src="/web-data/lib/prototype-1.6.1_rc3.js"></script>
|
|---|
| 9 | <script type="text/javascript" src="/web-data/lib/scriptaculous.js?load=effects"></script>
|
|---|
| 10 | <script type="text/javascript" src="/web-data/lib/shadedborder.js"></script>
|
|---|
| 11 | <script type="text/javascript" src="/web-data/lib/trimpath-template-1.0.38.js"></script>
|
|---|
| 12 | -->
|
|---|
| 13 | <script type="text/javascript" src="/web-data/lib/libs_minified.js"></script>
|
|---|
| 14 | <!-- userprefs Object -->
|
|---|
| 15 | <script type="text/javascript" src="/web-data/userprefs.js"></script>
|
|---|
| 16 | <!-- our stuff //-->
|
|---|
| 17 | <script type="text/javascript" src="/web-data/objects.js" ></script>
|
|---|
| 18 | <script type="text/javascript" src="/web-data/statics.js" ></script>
|
|---|
| 19 | <script type="text/javascript" src="/web-data/tools.js" ></script>
|
|---|
| 20 | <script type="text/javascript" src="/web-data/timer.js" ></script>
|
|---|
| 21 | <script type="text/javascript" src="/web-data/vlcplayer.js" ></script>
|
|---|
| 22 | <link href="/web-data/tpl/default/streaminterface/style.css" type="text/css" rel="stylesheet">
|
|---|
| 23 | <link rel="shortcut icon" type="/web-data/image/x-icon" href="/web-data/img/favicon.ico">
|
|---|
| 24 | <!-- Live RSS Feeds //-->
|
|---|
| 25 | <link rel="alternate" type="application/rss+xml" title="Movie List" href="/web/movielist.rss?tag" >
|
|---|
| 26 | <script language="javascript" type="text/javascript">
|
|---|
| 27 |
|
|---|
| 28 | if (!window.$) {
|
|---|
| 29 | window.$ = function(id) { return document.getElementById(id); }
|
|---|
| 30 | }
|
|---|
| 31 |
|
|---|
| 32 | function getWinSize(win)
|
|---|
| 33 | {
|
|---|
| 34 | if(!win) win = window;
|
|---|
| 35 | var s = {};
|
|---|
| 36 | if(typeof win.innerWidth != 'undefined')
|
|---|
| 37 | {
|
|---|
| 38 | s.width = win.innerWidth;
|
|---|
| 39 | s.height = win.innerHeight;
|
|---|
| 40 | }
|
|---|
| 41 | else
|
|---|
| 42 | {
|
|---|
| 43 | var obj = getBody(win);
|
|---|
| 44 | s.width = parseInt(obj.clientWidth);
|
|---|
| 45 | s.height = parseInt(obj.clientHeight);
|
|---|
| 46 | }
|
|---|
| 47 | return s;
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | function getBody(w)
|
|---|
| 51 | {
|
|---|
| 52 | return (w.document.compatMode && w.document.compatMode == "CSS1Compat") ? w.document.documentElement : w.document.body || null;
|
|---|
| 53 | }
|
|---|
| 54 |
|
|---|
| 55 | function setMaxHeight(element){
|
|---|
| 56 | /*
|
|---|
| 57 | try{
|
|---|
| 58 | var slc = $(element);
|
|---|
| 59 | size = getWinSize();
|
|---|
| 60 | slc.style.maxHeight = size.height - 200+"px";
|
|---|
| 61 | } catch (e) {}
|
|---|
| 62 | */
|
|---|
| 63 | //onresize="setMaxHeight('contentMain')"
|
|---|
| 64 | }
|
|---|
| 65 |
|
|---|
| 66 | </script>
|
|---|
| 67 | </head>
|
|---|
| 68 | <body onload="document.getElementById('notification').style.display='none'">
|
|---|
| 69 | <div id="container">
|
|---|
| 70 | <div id="banner">
|
|---|
| 71 | <span id="notification"><div></div></span>
|
|---|
| 72 | <div id="bannerLeft">
|
|---|
| 73 | <div id="bannerText" style="font-size: 24px;">
|
|---|
| 74 | <img src="/web-data/tpl/default/streaminterface/img/aafwebtv.png" alt="AAF WebTV">
|
|---|
| 75 | </div>
|
|---|
| 76 | <div id="current">
|
|---|
| 77 | </div>
|
|---|
| 78 | </div>
|
|---|
| 79 | <div id="bannerRight">
|
|---|
| 80 | <table id="volumeTable">
|
|---|
| 81 | <tr>
|
|---|
| 82 | <td>Volume: </td>
|
|---|
| 83 | <td id="vlcVolume"></td>
|
|---|
| 84 | </tr>
|
|---|
| 85 | </table>
|
|---|
| 86 | </div>
|
|---|
| 87 | </div>
|
|---|
| 88 | <div id="content">
|
|---|
| 89 | <div id="contentMain">
|
|---|
| 90 | <center>
|
|---|
| 91 | <div id="vlcPlayer">
|
|---|
| 92 | <embed
|
|---|
| 93 | type="application/x-vlc-plugin"
|
|---|
| 94 | pluginspage="http://www.videolan.org"
|
|---|
| 95 | version="VideoLAN.VLCPlugin.2"
|
|---|
| 96 | width="768"
|
|---|
| 97 | height="576"
|
|---|
| 98 | id="vlc">
|
|---|
| 99 | </embed>
|
|---|
| 100 | </div>
|
|---|
| 101 | <div id="vlcButtons">
|
|---|
| 102 | <button onClick="vlcPrev()" title="Previous Service">
|
|---|
| 103 | <img src="/web-data/tpl/default/streaminterface/img/control_start_blue.png" alt="<<" />
|
|---|
| 104 | </button>
|
|---|
| 105 | <button onClick="vlcPlay()" title="Play">
|
|---|
| 106 | <img src="/web-data/tpl/default/streaminterface/img/control_play_blue.png" alt=">" />
|
|---|
| 107 | </button>
|
|---|
| 108 | <button onClick="vlcNext()" title="Next Service">
|
|---|
| 109 | <img src="/web-data/tpl/default/streaminterface/img/control_end_blue.png" alt="<<" />
|
|---|
| 110 | </button>
|
|---|
| 111 | <button onClick="vlcStop()" title="Stop">
|
|---|
| 112 | <img src="/web-data/tpl/default/streaminterface/img/control_stop_blue.png" alt="Stop" />
|
|---|
| 113 | </button>
|
|---|
| 114 | <button onClick="vlcFullscreen()" title="Fullscren">
|
|---|
| 115 | <img src="/web-data/tpl/default/streaminterface/img/monitor.png" alt="Fullscreen" />
|
|---|
| 116 | </button>
|
|---|
| 117 | <button onClick="vlcVolumeDown()" title="Volume Down">
|
|---|
| 118 | <img src="/web-data/tpl/default/streaminterface/img/sound_delete.png" alt="Vol-" />
|
|---|
| 119 | </button>
|
|---|
| 120 | <button onClick="vlcToogleMute()" title="Mute Audio">
|
|---|
| 121 | <img src="/web-data/tpl/default/streaminterface/img/sound_mute.png" alt="Mute" />
|
|---|
| 122 | </button>
|
|---|
| 123 | <button onClick="vlcVolumeUp()" title="Volume Up">
|
|---|
| 124 | <img src="/web-data/tpl/default/streaminterface/img/sound_add.png" alt="Vol+" />
|
|---|
| 125 | </button>
|
|---|
| 126 | <input type="checkbox" id="vlcZap" title="Also zap on TV (for Subservices)">Zap</input>
|
|---|
| 127 | <br>
|
|---|
| 128 | <span id="bouquetList"></span>
|
|---|
| 129 | <span id="channelList"></span>
|
|---|
| 130 | </div>
|
|---|
| 131 | </center>
|
|---|
| 132 | </div>
|
|---|
| 133 | </div>
|
|---|
| 134 | </div>
|
|---|
| 135 | <script language="JavaScript" type="Text/Javascript">
|
|---|
| 136 | <!--
|
|---|
| 137 | function addtoFavorites(){
|
|---|
| 138 | var url = location.href.replace("#", "");
|
|---|
| 139 | var title = "Dreambox WebTV";
|
|---|
| 140 |
|
|---|
| 141 | if (window.sidebar){
|
|---|
| 142 | // firefox
|
|---|
| 143 | window.sidebar.addPanel(title, url, "");
|
|---|
| 144 |
|
|---|
| 145 | } else if(window.opera && window.print){
|
|---|
| 146 | // opera
|
|---|
| 147 | var elem = document.createElement('a');
|
|---|
| 148 | elem.setAttribute('href', url);
|
|---|
| 149 | elem.setAttribute('title', title);
|
|---|
| 150 | elem.setAttribute('rel', 'sidebar');
|
|---|
| 151 | elem.click();
|
|---|
| 152 |
|
|---|
| 153 | } else if(document.all){
|
|---|
| 154 | // ie
|
|---|
| 155 | window.external.AddFavorite(url,title);
|
|---|
| 156 | }
|
|---|
| 157 | }
|
|---|
| 158 | -->
|
|---|
| 159 | </script>
|
|---|
| 160 | <div>
|
|---|
| 161 | <a style="color: #FFF;font-size: 12px; font-weight: normal;" href="#" onClick="addtoFavorites()">Add to Favorites</a>
|
|---|
| 162 | </div>
|
|---|
| 163 | <script language="javascript" type="text/javascript">
|
|---|
| 164 | initWebTv();
|
|---|
| 165 | </script>
|
|---|
| 166 | </body>
|
|---|
| 167 | </html>
|
|---|