summaryrefslogtreecommitdiff
path: root/smarttv-client/index.html
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-01-27 21:43:19 +0100
committerthlo <t.lohmar@gmx.de>2013-01-27 21:43:19 +0100
commit8ecd6c71008f5527e5de6b0772d6750effdcea79 (patch)
treec4351beddd53183b8fa667fa8b4fd3777c251965 /smarttv-client/index.html
parente26a7a6733c86a2b32c0506ebd25011fe2901e98 (diff)
downloadvdr-plugin-smarttvweb-8ecd6c71008f5527e5de6b0772d6750effdcea79.tar.gz
vdr-plugin-smarttvweb-8ecd6c71008f5527e5de6b0772d6750effdcea79.tar.bz2
Localtime shown in Main and Video Select Menu.
Free HDD space shown in Main and Video Select Menu. Title in progress overlay are single lined (no overflow). EPG data of Live channels are updated. Navigation (Page Up / down, Return, etc) more consistent.
Diffstat (limited to 'smarttv-client/index.html')
-rwxr-xr-xsmarttv-client/index.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html
index 1241049..fb65aec 100755
--- a/smarttv-client/index.html
+++ b/smarttv-client/index.html
@@ -62,6 +62,12 @@
<div id="popup"></div>
<div id="selectScreen">
<div id="selectView">
+ <table id="selectStatus" width="100%" padding-bottom="15px">
+ <tr align="justify">
+ <td id="selectNow">0:0</td>
+ <td id="selectDisk">Free: 1Gb</td>
+ </tr>
+ </table>
<div id="selectItem1">1: Live</div>
<div id="selectItem2">2: Recordings</div>
<div id="selectItem3">3: Media</div>
@@ -77,8 +83,15 @@
</div>
<div id="main">
- <div id="logo">VDR on SmartTV</div>
-
+ <center>
+ <table width="90%">
+ <tr >
+ <td id="logoNow" >0:0</td>
+ <td id="logoTitle">VDR on SmartTV</td>
+ <td id="logoDisk">Free 1Gb</td>
+ </tr>
+ </table>
+ </center>
<div id ="rightHalf">
<div id="status"></div>
<div id="description"></div>