mirror of
https://github.com/myvesta/vesta.git
synced 2024-12-03 19:00:43 -08:00
65 lines
3.6 KiB
HTML
65 lines
3.6 KiB
HTML
<center>
|
|
<table class="login">
|
|
<tr>
|
|
<td>
|
|
<table>
|
|
<tr>
|
|
<td style="padding: 0; height: 280px; width: 342px;">
|
|
<a href="/"><img border=0 src="/images/vesta_logo.png" alt="Vesta Control Panel" style="margin: 0 0 0 0;" /></a>
|
|
</td>
|
|
<td style="padding: 50px 0 0 0;">
|
|
<form method="post" action="/reset/">
|
|
<table class="login-box">
|
|
<tr>
|
|
<td style="padding: 12px 0 0 2px;">
|
|
<input type="hidden" name="token" value="<?=$_SESSION['token'];?>"/>
|
|
<?php print __('RESET_NOTICE');?>
|
|
</td>
|
|
</tr>
|
|
<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 __('Email');?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input tabindex="2" type="text" size="20px" style="width:240px" name="email" class="vst-input">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 20px 0 12px 0;">
|
|
<input tabindex="3" type="submit" value="<?php print __('Submit');?>" class="button">
|
|
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan=2>
|
|
<div class="login-bottom">
|
|
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
|
<a class="vestacp" href="https://www.myvestacp.com/">myvestacp.com</a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|