From 6bd91ddffe86ebeb10420f05a232f8e779eaf86d Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 29 Jul 2007 17:41:38 +0000 Subject: - Made vdr ajax requests work also via a static page. This is for browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move. --- pages/xmlresponse.ecpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pages/xmlresponse.ecpp') diff --git a/pages/xmlresponse.ecpp b/pages/xmlresponse.ecpp index 54fe088..4bca87f 100644 --- a/pages/xmlresponse.ecpp +++ b/pages/xmlresponse.ecpp @@ -3,6 +3,10 @@ #include "i18n.h" using namespace std; +using namespace vdrlive; + +string const XMLHEADER = ""; + <# ------------------------------------------------------------------------- #> @@ -15,7 +19,7 @@ using namespace std; bool result; string error; -"?> +<$$ XMLHEADER $> <$ value $> @@ -39,7 +43,7 @@ using namespace std; string prev_chan; string next_chan; - +<$$ XMLHEADER $> <$ update $> -- cgit v1.2.3