diff options
author | Alib <aliboba@free.fr> | 2010-03-25 00:21:23 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-25 00:21:23 +0100 |
commit | 498a9fd1d4fdd300555fbc30648679e0a7b1b01b (patch) | |
tree | 5c254fa7af45b44575e16c1325d46eca68029317 /index.php | |
parent | a02c43d36c20990ae5f6e1bcf29441269fba3177 (diff) | |
download | istreamdev-498a9fd1d4fdd300555fbc30648679e0a7b1b01b.tar.gz istreamdev-498a9fd1d4fdd300555fbc30648679e0a7b1b01b.tar.bz2 |
working on epg
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -223,15 +223,18 @@ include ('bin/auth.php'); <a href="#" class="back">Home</a> <h1>EPG</h1> </div> + <form name="epgform" id="epgform" action="#"> <ul class="rounded"> <li><span class="timertitle">Select Channel:</span></li> <li><select id="epg_chan"><option value="all">All channels</option></select></li> <li><span class="timertitle">Select Day:</span></li> <li><select id="epg_day"><option value="today">Today</option></select> <li><span class="timertitle">Select Time:</span></li> - <li class="arrow"><a onclick="$('#timer_starttime_error').hide();" href="javascript:openSelectTime('layer_epgtime')" class="abutton" id="a_starttime"><span id="layer_epgtime" class="menuname">Now</span></a></li> + <li class="arrow"><a href="javascript:openSelectTime('layer_epgtime')" class="abutton" id="a_starttime"><span id="layer_epgtime" class="menuname">Now</span></a></li> </ul> - <ul class="rounded" ref="submitbut"><li><center><a href="#" class="submit_form">Get Programs</a></center></li></ul> + <input name="epg_time" type="hidden" id="epg_time" value="" /> + <ul class="rounded" ref="submitbut"><li><center><a href="#" class="submit_epg">Get Programs</a></center></li></ul> + </form> </div> <div id="now"> |