diff options
author | thlo <t.lohmar@gmx.de> | 2013-01-27 21:43:19 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-01-27 21:43:19 +0100 |
commit | cb79f356b321eb4af6e24b2e0b7206a4c1d4e548 (patch) | |
tree | c4351beddd53183b8fa667fa8b4fd3777c251965 /smarttv-client/index.html | |
parent | e1766a1d404884247df96d4f631245bdc2d3d74a (diff) | |
download | vdr-plugin-smarttvweb-cb79f356b321eb4af6e24b2e0b7206a4c1d4e548.tar.gz vdr-plugin-smarttvweb-cb79f356b321eb4af6e24b2e0b7206a4c1d4e548.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-x | smarttv-client/index.html | 17 |
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>
|