yacy_search_server/htroot/proxymsg/error.html
low012 383dc815d2 *) fix for commit 4212
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4217 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-11-14 19:14:53 +00:00

37 lines
1.4 KiB
HTML

<!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://#[extAddress]#" />
<title>YaCy: Error Message</title>
#%env/templates/metas.template%#
</head>
<body id="error">
<div class="head">
<h1 class="head">YaCy - Distributed Web Indexing - Administration</h1>
</div>
<div class="content">
<h2>Problems with request: <span class="settingsValue">#[requestMethod]# #[requestURL]#</span></h2>
<p class="tt">#[httpStatus]#</p>
#(errorMessageType)#
<!-- 0 --><p><strong>unspecified error</strong></p>
::<!-- 1 --><p><strong>not-yet-assigned error</strong></p>
::<!-- 2 --><p><strong>You don't have an active internet connection. Please go online.</strong></p>
::<!-- 3 --><p><strong>Could not load resource. The file is not available.</strong></p>
::<!-- 4 --><p><strong>#[detailedErrorMsg]#</strong></p>
::<!-- 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>
#(/printStackTrace)#
<hr />
<p>Generated #[date]# by #[peerName]#.yacy</p>
</div>
</body>
</html>