summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-03-15 14:20:27 +0100
committerM. Voerman <rekordc@gmail.com>2013-03-15 14:20:27 +0100
commit46958d19da7e77056a294ed596d3406fa75eb536 (patch)
treeee6ad2e6139adb87a0942281e83bcb3f2754c183 /index.html
parentbe50c0c08c7e063795ec6c16a745319f8b9ab6db (diff)
downloadvdr-vipclient-46958d19da7e77056a294ed596d3406fa75eb536.tar.gz
vdr-vipclient-46958d19da7e77056a294ed596d3406fa75eb536.tar.bz2
More EPG filter added
Infobox for instant recording
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9054e0f..3977212 100644
--- a/index.html
+++ b/index.html
@@ -2748,7 +2748,13 @@ try {
xmlhttp.open("POST",(RestFulAPI + "/remote/switch/" + channels[currChan]),true);
xmlhttp.send();
//start recording
- setTimeout("xmlhttp.open('POST',(RestFulAPI + '/remote/Record'),false);xmlhttp.send();",1000);
+ setTimeout("xmlhttp.open('POST',(RestFulAPI + '/remote/Record'),false);xmlhttp.send();",1000);
+
+ //Show some info on screen
+ settimer(EPG[NowNext][2][currChan],EPG[NowNext][1][currChan],0);
+ switchtimer.style.opacity = 1;
+ setTimeout("switchtimer.style.opacity = 0; ", 2000);
+
} catch(e) {
alert("Sending Record key to server problem: " + e);
}