diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-04-07 19:19:42 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-04-07 19:19:42 +0000 |
| commit | 248077d3f0da329e3524709d8f080972851a8eaa (patch) | |
| tree | 368bc5fe907bb7793d5f0297769fc276c4275a02 /htroot/proxymsg/error.html | |
initial load with yacy 0.36
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html new file mode 100644 index 000000000..9239617c2 --- /dev/null +++ b/htroot/proxymsg/error.html @@ -0,0 +1,60 @@ +<!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>
+<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="copyright" content="Michael Christen">
+<link rel="stylesheet" media="all" href="/env/style.css">
+<!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de -->
+
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+<tr><td>
+ <table class="Heading" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr height="36">
+ <td width="240">
+ <a href="http://www.yacy.net">
+ <img width="52" height="33" border="0" src="/env/grafics/yacy.gif" align="top">
+ </a>
+ </td>
+ <td width="50%" align="center">
+ <div class="Headline">Proxy Error</div>
+ </td>
+ <td width="240" align="right">
+ </td>
+ </tr>
+ </table>
+</td></tr>
+</table>
+<br><br>
+
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+<tr>
+<td width="80"></td>
+<td>
+<br><br><br><br><br><br><br><br><br><br>
+<p>
+<h2>Error with url '#[url]#':</h2><br><br>
+<tt>#[httperror]#</tt><br><br>
+<h3>
+#(errormessage)#
+unspecified error
+::
+not-yet-assigned error
+::
+You don't have an active internet connection. Please go online.
+::
+Could not load resource. The file is not available.
+::
+#(/errormessge)#
+</h3>
+</p>
+</td>
+<td width="80"></td>
+</tr></table>
+</body>
+</html>
|
