spacecp_password.htm 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!--{template common/header}-->
  2. <!--{template home/spacecp_header}-->
  3. <div class="c_form">
  4. <form method="post" autocomplete="off" action="home.php?mod=spacecp&ac=password&op=">
  5. <table cellspacing="0" cellpadding="0" class="formtable">
  6. <caption>
  7. <h2>{lang my_login_password}</h2>
  8. <p>{lang modify_password_login}</p>
  9. </caption>
  10. <tr>
  11. <th width="100">{lang login_username}</th>
  12. <td>$space[username]</td>
  13. </tr>
  14. <tr>
  15. <th width="100">{lang old_password}</th>
  16. <td><input type="password" id="password" name="password" value="" class="t_input" /></td>
  17. </tr>
  18. <tr>
  19. <th>{lang new_password}</th>
  20. <td><input type="password" id="newpasswd1" name="newpasswd1" value="" class="t_input"></td>
  21. </tr>
  22. <tr>
  23. <th>{lang confirm_new_password}</th>
  24. <td><input type="password" id="newpasswd2" name="newpasswd2" value="" class="t_input"></td>
  25. </tr>
  26. <tr>
  27. <th>&nbsp;</th>
  28. <td><input type="submit" name="pwdsubmit" value="{lang modify_password}" class="submit" /></td>
  29. </tr>
  30. </table>
  31. <input type="hidden" name="formhash" value="{FORMHASH}" />
  32. </form>
  33. </div>
  34. <!--{template common/footer}-->