diff options
| author | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-17 04:20:19 +0000 |
|---|---|---|
| committer | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-17 04:20:19 +0000 |
| commit | 7c40197e42580f4331b39128087552322672732a (patch) | |
| tree | d9a3f2a7ef0e7464b60638309319136cba5b3972 /htroot/proxymsg/unknownHost.inc | |
| parent | 29aa7031d3fe8b8502acf5d02b6cd8b2edfcc084 (diff) | |
- fixed error pages and <label>s for index.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3226 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/unknownHost.inc')
| -rw-r--r-- | htroot/proxymsg/unknownHost.inc | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/htroot/proxymsg/unknownHost.inc b/htroot/proxymsg/unknownHost.inc index 0676b7f82..d77fbcf23 100644 --- a/htroot/proxymsg/unknownHost.inc +++ b/htroot/proxymsg/unknownHost.inc @@ -1,19 +1,13 @@ -<STYLE type="text/css"> -<!-- -.hostPort { - color: green; - font-weight: bold; -} ---> -</STYLE> -<hr> -<p>The server <b>#[hostName]#</b> could not be found.</p> -Did you mean: -<table> - #{list}# - <tr> - <td><a class="hostPort" href="http://#[hostName]#:#[hostPort]##[hostPath]##[hostArgs]#">#[hostName]#</a></td> - </tr> - #{/list}# -</table> - + <style type="text/css"><!-- + .hostPort { + color: green; + font-weight: bold; + } + --></style> + + <hr /> + <p>The server <b>#[hostName]#</b> could not be found.</p> + <p>Did you mean:</p> + <ul class="tagList">#{list}# + <li><a class="hostPort" href="http://#[hostName]#:#[hostPort]##[hostPath]##[hostArgs]#">#[hostName]#</a></li>#{/list}# + </ul> |
