You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
451 B
15 lines
451 B
<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>
|