diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-14 12:43:58 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-14 12:43:58 +0000 |
| commit | f9a45d23d9a3414c41ed49fb1cde68397c79a135 (patch) | |
| tree | 416b6cee9ea2c7eef51e9bd736dac4d7fe2a3974 /htroot/proxymsg/error.html | |
| parent | 8ab1d6ff4b77ac56426fe4e5555102a4d96766ff (diff) | |
*) Migrating MessageSend_p.java to use templates
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1639 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index c069ff46d..662c2c116 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -43,32 +43,33 @@ <br>
<br>
<tt>#[httpStatus]#</tt>
- <p>
- <b>
- #(errorMessageType)#<!-- 0 -->
- unspecified error
- ::<!-- 1 -->
- not-yet-assigned error
- ::<!-- 2 -->
- You don't have an active internet connection. Please go online.
- ::<!-- 3 -->
- Could not load resource. The file is not available.
- ::<!-- 4 -->
- #[detailedErrorMsg]#
- ::<!-- 5 -->
- #%[file]%#
- #(/errorMessageType)#
- </b>
+ <p>
+ #(errorMessageType)#<!-- 0 -->
+ <b>unspecified error</b>
+ ::<!-- 1 -->
+ <b>not-yet-assigned error</b>
+ ::<!-- 2 -->
+ <b>You don't have an active internet connection. Please go online.</b>
+ ::<!-- 3 -->
+ <b>Could not load resource. The file is not available.</b>
+ ::<!-- 4 -->
+ <b>#[detailedErrorMsg]#</b>
+ ::<!-- 5 -->
+ #%[file]%#
+ #(/errorMessageType)#
</p>
</p>
</td>
</tr>
-<tr><td><hr></td></tr>
#(printStackTrace)#
+<!--
+<tr><td><hr></td></tr>
<tr>
<td>No stacktrace available</td>
-</tr>
+</tr>
+-->
::
+<tr><td><hr></td></tr>
<tr>
<td>
<font color="red"><code>#[stacktrace]#</code></font>
|
