reset_2.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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;"><?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. </td>
  32. </tr>
  33. </table>
  34. </form>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td colspan=2>
  39. <table class="login-bottom">
  40. <tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
  41. <tr><td><a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
  42. </table>
  43. </td>
  44. </tr>
  45. </table>
  46. </td>
  47. </tr>
  48. </table>
  49. </center>
  50. </body>
  51. </html>