diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 18:21:19 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 18:21:19 +0000 |
commit | 6171d2f3b209bbe048f685148fe0a71bf8e8d65c (patch) | |
tree | d6a8a91073636ab9b306ab0df49075361dbca84f /pages | |
parent | 8d091754881acab3bc3c795e92ceecd750e93e70 (diff) | |
download | vdr-plugin-live-6171d2f3b209bbe048f685148fe0a71bf8e8d65c.tar.gz vdr-plugin-live-6171d2f3b209bbe048f685148fe0a71bf8e8d65c.tar.bz2 |
- imdb support (ticket 323)
Diffstat (limited to 'pages')
-rw-r--r-- | pages/schedule.ecpp | 2 | ||||
-rw-r--r-- | pages/whats_on.ecpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index f164b78..e231a21 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -110,7 +110,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); % if (LiveSetup().HaveEPGSearch()) { <a href="searchresults.html?searchplain=<$ StringUrlEncode(title) $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a> % } - + <a href="http://akas.imdb.com/Tsearch?title=<$ StringUrlEncode(title) $>"><img src="imdb.png" border="0" alt="" <& tooltip.hint text=(tr("Find more at the Internet Movie Database.")) &>></img></a> </td> <td><$ start $> - <$ end $></td> <td> diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 7b73d5c..baa99f5 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -127,6 +127,7 @@ if (type == "now") { % } % if (LiveSetup().HaveEPGSearch()) { <a href="searchresults.html?searchplain=<$ StringEscapeAndBreak(epgEvent->Title()) $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a> + <a href="http://akas.imdb.com/Tsearch?title=<$ StringUrlEncode(epgEvent->Title()) $>"><img src="imdb.png" border="0" alt="" <& tooltip.hint text=(tr("Find more at the Internet Movie Database.")) &>></img></a> % } </div> <div> |