trunk 20080912
[gitenigma.git] / data / htdocs / epg.js
blob8eb75b2177cc3de5fdb4abf1aebca3e4610e759a
1 function record(ref, start, duration, description, channel)
3         NewWindow('/addTimerEvent?ref=' + ref + '&start=' + start + '&duration=' + duration + '&descr=' + description + '&channel=' + channel, 'record', '200', '200', 'no', '5000');
6 function switchChannel(path)
8         document.location = "/cgi-bin/zapTo?path=" + path;