diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-11-20 15:52:48 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-11-20 15:52:48 +0000 |
| commit | cfdc0c89c3ea8024d74717fdce124157e664e9be (patch) | |
| tree | 30264e318356711e9b34f83140aac229dcebb2b7 /htroot/proxymsg/error.html | |
| parent | 99fb26e49960c3be092ea7d0bf50128d52c1bd4d (diff) | |
*) Removing "error" strings in proxyErrorMsg template because not all messages
are proxy errors (requested by HopFlash)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1109 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index 4ae8f963f..c069ff46d 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -1,11 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
-<title>YaCy: Proxy Error Message</title>
+<title>YaCy: Proxy Message</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Content-Language" content="English, Englisch">
-<meta name="keywords" content="yacy proxy error message">
-<meta name="description" content="YaCy proxy error message">
+<meta name="keywords" content="yacy proxy message">
+<meta name="description" content="YaCy proxy message">
<meta name="copyright" content="Michael Christen">
<base href="http://#[host]#:#[port]#/">
@@ -25,7 +25,7 @@ </a>
</td>
<td width="50%" align="center">
- <div class="Headline">#[peerName]#: Proxy Error</div>
+ <div class="Headline">#[peerName]#: Proxy message</div>
</td>
<td width="240" align="right">
</td>
@@ -39,7 +39,7 @@ <tr>
<td>
<p>
- <h2>Error with request: <font color="#556699">#[requestMethod]# #[requestURL]#</font></h2>
+ <h2>Problems with request: <font color="#556699">#[requestMethod]# #[requestURL]#</font></h2>
<br>
<br>
<tt>#[httpStatus]#</tt>
|
