summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-26 13:09:16 +0100
committerAlib <aliboba@free.fr>2010-03-26 13:09:16 +0100
commitd1f4f1e4f2b3aabebb06323b8929d42227e00139 (patch)
tree46da523a9829435018f0a53022c792292a564e45 /index.php
parent3a75f9b3471d6a9c7bb074ed71ec06f6159eabfd (diff)
downloadistreamdev-d1f4f1e4f2b3aabebb06323b8929d42227e00139.tar.gz
istreamdev-d1f4f1e4f2b3aabebb06323b8929d42227e00139.tar.bz2
added date on epg list
Diffstat (limited to 'index.php')
-rw-r--r--index.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/index.php b/index.php
index ffa4589..71d2065 100644
--- a/index.php
+++ b/index.php
@@ -252,6 +252,33 @@ include ('bin/auth.php');
<ul class="edgetoedge" id="ul_epglist">
</ul>
</div>
+
+ <div id="epgdetails">
+ <div class="toolbar">
+ <a href="#" class="back">Back</a>
+ <a href="#home" id="home_but" class="button">Home</a>
+ <h1><img class="menuicon" src="img/tv.png" />Channel</h1>
+ </div>
+ <center><ul class="thumb" style="width:90px"><img class="thumbnail" id="thumbnail" src="" onerror="this.src='img/nologoTV.png'" /></ul></center>
+ <ul class="streaminfo">
+ <li><span class="name_now"></span>
+ <span class="epgtime_now"></span>
+ <span class="desc_now"></span></li>
+ </ul>
+ <center>
+ <br>
+ <span class="recButton"><a id="rec" href="#" class="cube">Rec.</a></span>
+ <br><br>
+ </center>
+ <div rel="dataholder" style="visibility:hidden">
+ <span rel="number"></span>
+ <span rel="channame"></span>
+ <span rel="date"></span>
+ <span rel="stime"></span>
+ <span rel="etime"></span>
+ </div>
+ </div>
+
</div>
</body>
</html> \ No newline at end of file