Files
VestaCP/web/templates/login.html
Serghey Rodin d00a64bbc8 i18n user page
2013-01-20 02:16:00 +02:00

60 lines
3.2 KiB
HTML

<center>
<table class="login">
<tr>
<td>
<table>
<tr>
<td style="padding: 0 10 0 42;">
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="<?php print _('Vesta Control Panel');?>" /></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:200px;" 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:200px;" 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="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>