You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
443 B
Smarty
27 lines
443 B
Smarty
<h1>{%!title-console}</h1>
|
|
|
|
<p>{%!console-introduction}</p>
|
|
|
|
<p>{%!console-step1}</p>
|
|
|
|
<table class="console vertical">
|
|
<tr>
|
|
<th>{%!console-title-hostname}</th>
|
|
<td>{%?host}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{%!console-title-port}</th>
|
|
<td>{%?port}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{%!console-title-username}</th>
|
|
<td>{%?username}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{%!console-title-password}</th>
|
|
<td>{%?password}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>{%!console-step2}</p>
|