diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-15 19:40:34 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-15 19:40:34 +0200 |
commit | ddaa1c4591bdac901404484671363d26623fdfed (patch) | |
tree | bfb8b1494c61b78a3d3a0a8199df5e053bb891b4 /conf | |
parent | ba8ea0c1acf117bbb4a709264eb2591a497fa779 (diff) | |
download | vdr-plugin-epgsearch-ddaa1c4591bdac901404484671363d26623fdfed.tar.gz vdr-plugin-epgsearch-ddaa1c4591bdac901404484671363d26623fdfed.tar.bz2 |
new internal variable %timer.liveid%
Diffstat (limited to 'conf')
-rw-r--r-- | conf/epgsearchupdmail-html.templ | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/conf/epgsearchupdmail-html.templ b/conf/epgsearchupdmail-html.templ index abe4744..beab4b8 100644 --- a/conf/epgsearchupdmail-html.templ +++ b/conf/epgsearchupdmail-html.templ @@ -171,7 +171,11 @@ a.rightspace { ############################################################################## <timer> <table class="timer"> -<tr class="timer"><th class="timer">Title:</th><th class="timer">%title%</th></tr> +<tr class="timer"><th class="timer">Title:</th><th class="timer"> + <div style='float:left'><a href="http://localhost:8008/edit_timer.html?timerid=%timer.liveid%">%title%</a></div> + <div style='float:right'><a href="http://akas.imdb.com/Tsearch?title=%title%">IMDb</a></div> + </th> +</tr> <tr class="timer"><td>Subtitle:</td><td>%subtitle%</td></tr> <tr class="timer"><td>Start/End:</td><td>%time_w% %date% %time%-%timeend% (Timer: %timer.start%-%timer.stop%)</td></tr> <tr class="timer"><td>Channel:</td><td>%timer.chlng% (%timer.chnr%)</td></tr> @@ -191,8 +195,11 @@ a.rightspace { ############################################################################## <event> <table class="event"> -<tr class="event"><th class="timer">Title:</th> - <th class="timer"><a href="http://localhost:8008/edit_timer.html?epgid=%liveeventid%">%title%</a></th></tr> +<tr class="event"><th class="timer">Title:</th><th class="timer"> + <div style='float:left'><a href="http://localhost:8008/edit_timer.html?epgid=%liveeventid%">%title%</a></div> + <div style='float:right'><a href="http://akas.imdb.com/Tsearch?title=%title%">IMDb</a></div> + </th> +</tr> <tr class="event"><td>Subtitle:</td><td>%subtitle%</td></tr> <tr class="event"><td>Start/End:</td><td>%time_w% %date% %time%-%timeend%</td></tr> <tr class="event"><td>Channel:</td><td>%chlng% (%chnr%)</td></tr> |