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.
20 lines
333 B
20 lines
333 B
19 years ago
|
<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>
|
||
|
|