diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-06-09 09:29:35 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-06-09 09:29:35 +0000 |
| commit | f8de2556f8aac81fd85f054e24ab6679b38ad922 (patch) | |
| tree | a2e6e5aec20633ba5cdc49770d99c8df0fde713e /htroot/proxymsg/error.html | |
| parent | 829b65c1c823a6fd0d76c6be733f2a99b70cb4cf (diff) | |
*) Changes needed to allow a move verbose error message
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@234 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 60 |
1 files changed, 38 insertions, 22 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index b8124ecbc..d0eed2b3c 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -32,29 +32,45 @@ </table>
<br><br>
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
+<table border="0" cellspacing="0" cellpadding="0" style="margin-left: auto; margin-right: auto; margin-top: 5em;">
<tr>
-<td width="80"></td>
-<td>
-<br><br><br><br><br><br><br><br><br><br>
-<p>
-<h2>Error with URL '#[url]#':</h2><br><br>
-<tt>#[httperror]#</tt><br><br>
-<h3>
-#(errormessage)#
-unspecified error
-::
-not-yet-assigned error
-::
-You don't have an active internet connection. Please go online.
-::
-Could not load resource. The file is not available.
+ <td>
+ <p>
+ <h2>Error with request: <font color="#556699">#[requestMethod]# #[requestURL]#:</font></h2>
+ <br>
+ <br>
+ <tt>#[httpStatus]#</tt>
+ <p>
+ <b>
+ #(errorMessageType)#
+ unspecified error
+ ::
+ not-yet-assigned error
+ ::
+ You don't have an active internet connection. Please go online.
+ ::
+ Could not load resource. The file is not available.
+ ::
+ #[detailedErrorMsg]#
+ #(/errorMessageType)#
+ </b>
+ </p>
+ </p>
+ </td>
+</tr>
+<tr><td><hr></td></tr>
+#(printStackTrace)#
+<tr>
+ <td>No stacktrace available</td>
+</tr>
::
-#(/errormessge)#
-</h3>
-</p>
-</td>
-<td width="80"></td>
-</tr></table>
+<tr>
+ <td>
+ <code><font color="red">#[stacktrace]#</font></code>
+ </td>
+</tr>
+#(/printStackTrace)#
+</table>
+
</body>
</html>
|
