summaryrefslogtreecommitdiff
path: root/htroot/proxymsg/error.html
diff options
context:
space:
mode:
authorlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-11-12 20:18:47 +0000
committerlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-11-12 20:18:47 +0000
commita01c42575d8700e439848b7dbe15df479b14b128 (patch)
treec5852d62124a32a4cf9bf0f67ab815c2bff955fd /htroot/proxymsg/error.html
parent2b57d64de34ab34cdd3ccd301d573a68368b7af7 (diff)
*) 404 error pages will be displayed with correct CSS and favicon now (http://forum.yacy-websuche.de/viewtopic.php?t=482)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4212 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
-rw-r--r--htroot/proxymsg/error.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html
index 5076c8f41..60b4930c2 100644
--- a/htroot/proxymsg/error.html
+++ b/htroot/proxymsg/error.html
@@ -1,8 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <base href="http://#[host]#:#[port]#" />
<title>YaCy: Error Message</title>
- #%env/templates/metas.template%#
+ #%env/templates/metas.template%#
</head>
<body id="error">
<div class="head">
@@ -20,14 +21,14 @@
::<!-- 5 -->
#%[file]%#
#(/errorMessageType)#
-
+
#(printStackTrace)#::
<hr />
<p class="tt error"><em>Exception occured</em>: <strong>#[exception]#</strong></p>
<pre class="tt error"><em>TRACE</em>:
-#[stacktrace]#</pre>
+ #[stacktrace]#</pre>
#(/printStackTrace)#
-
+
<hr />
<p>Generated #[date]# by #[peerName]#.yacy</p>
</div>