*) 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
pull/1/head
theli 20 years ago
parent 829b65c1c8
commit f8de2556f8

@ -32,16 +32,17 @@
</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)#
<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
@ -50,11 +51,26 @@ You don't have an active internet connection. Please go online.
::
Could not load resource. The file is not available.
::
#(/errormessge)#
</h3>
#[detailedErrorMsg]#
#(/errorMessageType)#
</b>
</p>
</p>
</td>
<td width="80"></td>
</tr></table>
</tr>
<tr><td><hr></td></tr>
#(printStackTrace)#
<tr>
<td>No stacktrace available</td>
</tr>
::
<tr>
<td>
<code><font color="red">#[stacktrace]#</font></code>
</td>
</tr>
#(/printStackTrace)#
</table>
</body>
</html>

Loading…
Cancel
Save