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.
cvm/frontend/templates/vps.console.tpl

27 lines
417 B
Smarty

<h2><%!title-console></h2>
<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>22</td>
</tr>
<tr>
<th><%!console-title-username></th>
<td>vz</td>
</tr>
<tr>
<th><%!console-title-password></th>
<td>vz</td>
</tr>
</table>
<p><%!console-step2></p>