reset_2.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <center>
  2. <table class="login">
  3. <tr>
  4. <td>
  5. <table>
  6. <tr>
  7. <td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
  8. <a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
  9. </td>
  10. <td style="padding: 30px 0 0 0;">
  11. <form method="get" action="/reset/" >
  12. <table class="login-box">
  13. <tr>
  14. <td style="padding: 12px 0 0 2px;">
  15. <?php print __('RESET_CODE_SENT');?>
  16. </td>
  17. </tr>
  18. <tr>
  19. <td style="padding: 12px 0 0 2px;" colspan=2><?php print __('Reset Code');?></td>
  20. </tr>
  21. <tr>
  22. <td>
  23. <input type="hidden" name="action" value="confirm">
  24. <input type="hidden" name="user" value="<?php echo $_GET['user'];?>">
  25. <input tabindex="1" type="text" size="20px" style="width:240px" name="code" class="vst-input">
  26. </td>
  27. </tr>
  28. <tr>
  29. <td style="padding: 20px 0 12px 0;">
  30. <input tabindex="2" type="submit" value="<?php print __('Confirm');?>" class="button">
  31. <input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/reset/'">
  32. </td>
  33. </tr>
  34. </table>
  35. </form>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td colspan=2>
  40. <div class="login-bottom">
  41. <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
  42. <a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
  43. </div>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr>
  49. </table>
  50. </center>
  51. </body>
  52. </html>