*) 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,29 +32,45 @@
</table> </table>
<br><br> <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> <tr>
<td width="80"></td> <td>
<td> <p>
<br><br><br><br><br><br><br><br><br><br> <h2>Error with request: <font color="#556699">#[requestMethod]# #[requestURL]#:</font></h2>
<p> <br>
<h2>Error with URL '#[url]#':</h2><br><br> <br>
<tt>#[httperror]#</tt><br><br> <tt>#[httpStatus]#</tt>
<h3> <p>
#(errormessage)# <b>
unspecified error #(errorMessageType)#
:: unspecified error
not-yet-assigned error ::
:: not-yet-assigned error
You don't have an active internet connection. Please go online. ::
:: You don't have an active internet connection. Please go online.
Could not load resource. The file is not available. ::
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)# <tr>
</h3> <td>
</p> <code><font color="red">#[stacktrace]#</font></code>
</td> </td>
<td width="80"></td> </tr>
</tr></table> #(/printStackTrace)#
</table>
</body> </body>
</html> </html>

Loading…
Cancel
Save