reset_1.html 2.7 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: 10px 0 0 0;">
  11. <form method="post" action="/reset/" >
  12. <table class="login-box">
  13. <tr>
  14. <td style="padding: 12px 0 0 2px;">
  15. <?php print __('RESET_NOTICE');?>
  16. </td>
  17. </tr>
  18. <tr>
  19. <td style="padding: 12px 0 0 2px;">
  20. <?php print __('Username');?>
  21. </td>
  22. </tr>
  23. <tr>
  24. <td>
  25. <input tabindex="1" type="text" size="20px" style="width:240px" name="user" 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 __('Submit');?>" 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>