diff options
| author | thlo <smarttv640@gmail.com> | 2013-07-26 23:54:07 +0200 |
|---|---|---|
| committer | thlo <t.lohmar@gmx.de> | 2013-07-26 23:54:07 +0200 |
| commit | eac34452a22b0cb1bdace1f30265d037d777e07d (patch) | |
| tree | 04fe0086761b2982529e9314457349520867b659 /smarttv-client/index.html | |
| parent | 6c2ac28fccbda493578d27674582734ff8a62522 (diff) | |
| download | vdr-plugin-smarttvweb-eac34452a22b0cb1bdace1f30265d037d777e07d.tar.gz vdr-plugin-smarttvweb-eac34452a22b0cb1bdace1f30265d037d777e07d.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>
|
