1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&reset_pass=1%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <td class="admin_title bottom" colspan="2">
5 <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
9 <td height="40" width="50%" class="bottom">
10 {--ADMIN_SHOW_LOGIN--}
12 <td width="50%" class="bottom">
13 <strong>$content[login]</strong><br />
14 [<a href="{%url=modules.php?module=admin&reset_pass=1%}">{--ADMIN_CHANGE_LOGIN--}</a>]
18 <td height="40" width="50%" class="bottom">
19 {--ADMIN_ENTER_PASSWORD1--}
21 <td width="50%" class="bottom">
22 <input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
26 <td height="40" width="50%" class="bottom">
27 {--ADMIN_ENTER_PASSWORD2--}
29 <td width="50%" class="bottom">
30 <input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
34 <td class="admin_footer" colspan="2">
35 <input type="hidden" name="hash" value="$content[hash]" />
36 <input type="hidden" name="login" value="$content[login]" />
37 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
38 <input type="submit" name="reset_pass" class="admin_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
44 <div class="admin_note">
45 {--ADMIN_RESET_PASSWORD_NOTE--}