diff options
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>
|