diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-10-10 10:33:09 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-10-10 10:33:09 +0000 |
| commit | a9e25c26e136627f94e4e19457b55841a748cf79 (patch) | |
| tree | b1d165e5aff4705f61620c33f421d6e8e2ea169c /htroot/proxymsg/error.html | |
| parent | 5605cc80189b1b5a9613ed91eafa7688d29edfef (diff) | |
*) adding new sendRespondError method to httpd which accepts a template include file
for individual error messages
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@902 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index 7f4dab6cf..4ae8f963f 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -9,7 +9,7 @@ <meta name="copyright" content="Michael Christen">
<base href="http://#[host]#:#[port]#/">
-<link rel="stylesheet" media="all" href="http://#[host]#:#[port]#/env/style.css">
+<link rel="stylesheet" media="all" href="/env/style.css">
<!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de -->
@@ -21,7 +21,7 @@ <tr height="36">
<td width="240">
<a href="http://www.yacy.net">
- <img width="52" height="33" border="0" src="http://#[host]#:#[port]#//env/grafics/yacy.gif" align="top">
+ <img width="52" height="33" border="0" src="/env/grafics/yacy.gif" align="top">
</a>
</td>
<td width="50%" align="center">
@@ -56,7 +56,7 @@ ::<!-- 4 -->
#[detailedErrorMsg]#
::<!-- 5 -->
- Your Internet-Timelimit is reached.
+ #%[file]%#
#(/errorMessageType)#
</b>
</p>
|
