diff options
author | thlo <t.lohmar@gmx.de> | 2013-07-26 23:54:07 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-07-26 23:54:07 +0200 |
commit | 1484316aa8ce858b00a81937c6ff0351186913b7 (patch) | |
tree | 04fe0086761b2982529e9314457349520867b659 /smarttv-client/index.html | |
parent | fc96324fc266bef30027332d47f34dd09a2f3b66 (diff) | |
download | vdr-plugin-smarttvweb-1484316aa8ce858b00a81937c6ff0351186913b7.tar.gz vdr-plugin-smarttvweb-1484316aa8ce858b00a81937c6ff0351186913b7.tar.bz2 |
Show recording image, if available.
Diffstat (limited to 'smarttv-client/index.html')
-rwxr-xr-x | smarttv-client/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html index d39b109..fb41141 100755 --- a/smarttv-client/index.html +++ b/smarttv-client/index.html @@ -116,7 +116,7 @@ <div id ="rightHalf">
<div id="status"></div>
<div id="description">
- <table style="width: 90%">
+ <table style="width: 100%">
<tr><th id="descTitle" align="left" style="padding-bottom: 10px">
</th></tr>
<tr><td id="descProg">
@@ -127,7 +127,9 @@ </td></tr>
<tr><td id="descRemaining">
</td></tr>
- <tr><td id="descDesc" style="padding-top: 20px; overflow:hidden; ">
+ <tr><td>
+ <img id="descImg" style="padding-top:20px;margin:4px;" align="right" />
+ <p id="descDesc" style="padding-top: 20px; overflow:hidden;"></p>
</td></tr>
</table>
</div>
|