reset_2.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <center>
  2. <table class="login">
  3. <tr>
  4. <td>
  5. <table>
  6. <tr>
  7. <td style="padding: 0 10px 0 42px;">
  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. Reset code has been sent to your email address.
  16. Please copy and paste that code in the verification box below.
  17. </td>
  18. </tr>
  19. <tr>
  20. <td style="padding: 12px 0 0 2px;">Reset Code</td>
  21. </tr>
  22. <tr>
  23. <td>
  24. <input type="hidden" name="action" value="confirm">
  25. <input type="hidden" name="user" value="<?php echo $_GET['user'];?>">
  26. <input tabindex="1" type="text" size="20px" style="width:200px" name="code" class="add-input">
  27. </td>
  28. </tr>
  29. <tr>
  30. <td style="padding: 20px 0 12px 0;">
  31. <input tabindex="2" type="submit" value="Confirm" class="button">
  32. </td>
  33. </tr>
  34. </table>
  35. </form>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td colspan=2>
  40. <table class="login-bottom">
  41. <tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
  42. <tr><td><a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
  43. </table>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr>
  49. </table>
  50. </center>
  51. </body>
  52. </html>