2013-01-19 23:57:58 +04:00
|
|
|
<center>
|
|
|
|
<table class="login">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table>
|
|
|
|
<tr>
|
2014-06-14 11:54:01 +03:00
|
|
|
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
|
2013-01-29 00:18:09 +02:00
|
|
|
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
2013-01-19 23:57:58 +04:00
|
|
|
</td>
|
2014-06-14 11:54:01 +03:00
|
|
|
<td style="padding: 10px 0 0 0;">
|
2013-01-19 23:57:58 +04:00
|
|
|
<form method="post">
|
|
|
|
<table class="login-box">
|
|
|
|
<tr>
|
|
|
|
<td style="padding: 12px 0 0 2px;">
|
|
|
|
<input type="hidden" name="action" value="confirm" >
|
2016-06-30 23:12:23 +09:00
|
|
|
<input type="hidden" name="user" value="<?=htmlentities($_GET['user'], ENT_QUOTES|ENT_HTML5)?>" >
|
|
|
|
<input type="hidden" name="code" value="<?=htmlentities($_GET['code'], ENT_QUOTES|ENT_HTML5)?>" >
|
2013-04-25 21:33:43 +03:00
|
|
|
<?php print __('New Password');?>
|
2013-01-19 23:57:58 +04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<input tabindex="1" type="password" size="20px" style="width:200px;" name="password" class="vst-input">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="padding: 12px 0 0 2px;">
|
2013-04-25 21:33:43 +03:00
|
|
|
<?php print __('Confirm Password');?>
|
2013-01-19 23:57:58 +04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<input tabindex="2" type="password" size="20px" style="width:200px;" name="password_confirm" class="vst-input">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2014-06-14 11:54:01 +03:00
|
|
|
<td style="padding: 20px 0 12px 0;">
|
2013-04-25 21:33:43 +03:00
|
|
|
<input tabindex="3" type="submit" value="<?php print __('Reset');?>" class="button">
|
2015-05-29 02:07:55 +03:00
|
|
|
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'">
|
2013-01-19 23:57:58 +04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan=2>
|
2014-06-14 11:54:01 +03:00
|
|
|
<div class="login-bottom">
|
|
|
|
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
|
|
|
<a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
|
|
|
|
</div>
|
2013-01-19 23:57:58 +04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</center>
|
|
|
|
</body>
|
|
|
|
</html>
|