mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 17:47:22 +02:00
60 lines
3.3 KiB
HTML
60 lines
3.3 KiB
HTML
<center>
|
|
<table class="login">
|
|
<tr>
|
|
<td>
|
|
<table>
|
|
<tr>
|
|
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
|
|
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" style="margin: 0 0 0 0;" /></a>
|
|
</td>
|
|
<td style="padding: 20px 0 0 0;">
|
|
<form method="post" action="/login/" >
|
|
<table class="login-box">
|
|
<tr>
|
|
<td style="padding: 12px 0 0 2px;">
|
|
<?php print __('Username');?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input tabindex="1" type="text" size="20px" style="width:240px;" name="user" class="vst-input">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 12px 0 0 2px;">
|
|
<?php print __('Password');?> <a tabindex="5" class="genpass" href="/reset/" style="padding: 0 0 0 14px;" ><?php print __('forgot password');?></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input tabindex="2" type="password" size="20px" style="width:240px;" name="password" class="vst-input">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="28px">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 0 0 12px 0;">
|
|
<input tabindex="3" type="submit" value="<?php print __('Log in');?>" class="login-button">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan=2>
|
|
<table class="login-bottom">
|
|
<tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
|
|
<tr><td> <a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|