summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-25 10:35:17 +0100
committerAlib <aliboba@free.fr>2010-03-25 10:35:17 +0100
commitc8b1c84b1adae391902960e918f659b51be13f46 (patch)
tree686f5761473efca9fcf6d54d8b0a7cbadfe58d28 /index.php
parente3b61fcf61d809dfecdf54ae6664e71ee1c65b47 (diff)
downloadistreamdev-c8b1c84b1adae391902960e918f659b51be13f46.tar.gz
istreamdev-c8b1c84b1adae391902960e918f659b51be13f46.tar.bz2
epg works
Diffstat (limited to 'index.php')
-rw-r--r--index.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/index.php b/index.php
index 9523f75..24e3c5a 100644
--- a/index.php
+++ b/index.php
@@ -223,13 +223,17 @@ include ('bin/auth.php');
<a href="#" class="back">Home</a>
<h1>EPG</h1>
</div>
+ <ul class="rounded">
+ <li class="arrow"><a href="#" rel="whatsnow"><span class="menuname">WHAT'S NOW</span></a></li>
+ </ul>
<form name="epgform" id="epgform" action="#">
<ul class="rounded">
- <li><span class="timertitle">Select Channel:</span></li>
+ <li><span class="menuname" style="color:white">WHAT'S:</span></li>
+ <li><span class="timertitle">IN 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><span class="timertitle">ON Day:</span></li>
<li><select id="epg_day"><option value="today">Today</option></select>
- <li><span class="timertitle">Select Time:</span></li>
+ <li><span class="timertitle">AT Time:</span></li>
<li class="arrow"><a href="javascript:openSelectTime('layer_epgtime')" class="abutton" id="a_starttime"><span id="layer_epgtime" class="menuname"></span></a></li>
</ul>
<input name="epg_time" type="hidden" id="epg_time" value="" />