yacy_search_server/htroot/proxymsg/unknownHost.inc
low012 ae6d07bdb8 *) "Did you mean:" will only be displayed if the list of suggested URLs is not empty.
*) Removed <hr /> to make the "404 Unknown Host" error pag look like the other 404 error pages.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4298 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-01-01 23:03:02 +00:00

15 lines
451 B
HTML

<style type="text/css"><!--
.hostPort {
color: green;
font-weight: bold;
}
--></style>
<p>The server <b>#[hostName]#</b> could not be found.</p>
#(showList)#::
<p>Did you mean:</p>
#(/showList)#
<ul class="tagList">#{list}#
<li><a class="hostPort" href="http://#[hostName]#:#[hostPort]##[hostPath]##[hostArgs]#">#[hostName]#</a></li>#{/list}#
</ul>