You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
605 B
Smarty
27 lines
605 B
Smarty
7 years ago
|
<div id="edit_form">
|
||
|
<form name="frmPassword" method="post" action="">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<th colspan="3">{$PALANG.pPassword_recovery_title}</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="label"><label>{$PALANG.pLogin_username}:</label></td>
|
||
|
<td><input class="flat" type="text" name="fUsername" /></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="label"> </td>
|
||
|
<td colspan="2">
|
||
|
<input class="button" type="submit" name="submit" value="{$PALANG.pPassword_recovery_button}" />
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
{literal}
|
||
|
<script type="text/javascript">
|
||
|
<!--
|
||
|
document.frmPassword.fUsername.focus();
|
||
|
// -->
|
||
|
</script>
|
||
|
{/literal}
|
||
|
</div>
|