From 7265acc377e49beaed3f3c43f36267c9fced53e7 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 22 Sep 2006 03:28:15 +0000 Subject: add imdb query link --- lib/python/Plugins/Extensions/WebInterface/web/index.html.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/python/Plugins') diff --git a/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml b/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml index b4a992c3..370f9329 100644 --- a/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml +++ b/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml @@ -93,6 +93,7 @@ div.wrapper
+...
@@ -130,6 +131,12 @@ function zap(li) request.send(null); } +function imdb() +{ + w = window.open("http://www.imdb.com/find?s=all&q=" + escape(document.getElementById("Event_Now_Name").innerHTML)); + w.focus(); +} + -- cgit v1.2.3