From f282b8af51e5804dff13412d60e424a06e82c2db Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Fri, 18 Dec 2009 03:16:49 +0100 Subject: [PATCH] added fullscreen mode and settings menu (WOOHOOO) --- comingNext/index.html | 549 ++++++++++++++++++++++++++++++++++++++--- comingNextB/index.html | 549 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 1034 insertions(+), 64 deletions(-) diff --git a/comingNext/index.html b/comingNext/index.html index 1eab9ed..a97e008 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -3,13 +3,15 @@ +/* ----------------------------------------------------------------------- +Note: you no longer have to edit this file, you can change the preferences +within the widget now! +--------------------------------------------------------------------------- */ + Coming Next @@ -669,6 +1133,27 @@ td { padding:0px 5px 0px 0px; white-space:nowrap; overflow:hidden; }
+ + + diff --git a/comingNextB/index.html b/comingNextB/index.html index d55dd0c..b669934 100644 --- a/comingNextB/index.html +++ b/comingNextB/index.html @@ -3,13 +3,15 @@ +/* ----------------------------------------------------------------------- +Note: you no longer have to edit this file, you can change the preferences +within the widget now! +--------------------------------------------------------------------------- */ + Coming Next @@ -669,6 +1133,27 @@ td { padding:0px 5px 0px 0px; white-space:nowrap; overflow:hidden; }
+ + + -- 2.39.2