From 922e0be57416f69ab0d22dce3446bca89c6b0242 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 14 Jul 2008 11:58:19 +0530 Subject: Update error pages to valid XHTML format Also change some text and how the messages are displayed, to look better. --- doc/debug.html | 94 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 43 deletions(-) (limited to 'doc/debug.html') diff --git a/doc/debug.html b/doc/debug.html index c62ca43..1116c00 100644 --- a/doc/debug.html +++ b/doc/debug.html @@ -1,48 +1,56 @@ - + + + + + - -Request failed - {cause} - +{cause} + + -
{cause}
-
-The request you made failed. Here are the error variables: -
-request -
-{request} -
-cause -
-{cause} -
-clientip -
-{clientip} -
-clienthost -
-{clienthost} -
-version -
-{version} -
-package -
-{package} -
-date -
-{date} -
-detail -
-{detail} -
-url -
-{url} + +

HTTP proxy error

+ +

The following error has occured at the HTTP proxy: {detail}

+ +

Here are the error variables:

+ +
+ +
request
+
{request}
+ +
cause
+
{cause}
+ +
clientip
+
{clientip}
+ +
clienthost
+
{clienthost}
+ +
version
+
{version}
+ +
package
+
{package}
+ +
date
+
{date}
+ +
detail
+
{detail}
+ +
url
+
{url}
+ +
+ +
+ +

Generated by {package} ({version})

+ + -- cgit v1.2.3