You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

password-recover.tpl 605B

1234567891011121314151617181920212223242526
  1. <div id="edit_form">
  2. <form name="frmPassword" method="post" action="">
  3. <table>
  4. <tr>
  5. <th colspan="3">{$PALANG.pPassword_recovery_title}</th>
  6. </tr>
  7. <tr>
  8. <td class="label"><label>{$PALANG.pLogin_username}:</label></td>
  9. <td><input class="flat" type="text" name="fUsername" /></td>
  10. </tr>
  11. <tr>
  12. <td class="label">&nbsp;</td>
  13. <td colspan="2">
  14. <input class="button" type="submit" name="submit" value="{$PALANG.pPassword_recovery_button}" />
  15. </td>
  16. </tr>
  17. </table>
  18. </form>
  19. {literal}
  20. <script type="text/javascript">
  21. <!--
  22. document.frmPassword.fUsername.focus();
  23. // -->
  24. </script>
  25. {/literal}
  26. </div>