blob: 6322793ed0b80e7da0bde5ce678601c1b1598015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|