This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/account/user_password.tpl

50 lines
2.1 KiB
Smarty
Raw Normal View History

2009-08-03 04:10:16 +00:00
{assign var=meth value=':'|explode:$VAR._page}
<!-- {$meth.0}:{$meth.1} -->
<form id="user_password" method="post" action="" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="table_heading">{osb f=tt module=account method=user_password}</td>
</tr>
<tr valign="top">
<td class="row1">
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr class="row1" valign="middle" align="left">
<td>{t}If you have forgotten your password, we can issue you a temporary access code via email that will allow you to change your password. To start this process, please enter either your e-mail address or username to begin. Please do not enter both, simply providing one or the other will do just fine.{/t}</td>
</tr>
<tr class="row1" valign="middle" align="left">
<td>
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr class="row1" valign="middle" align="left">
<td style="width: 25%;">{osb f=tf field=email}</td>
<td style="width: 75%;"><input type="text" name="account_email" value="{$VAR.account_email}" size="22"/></td>
</tr>
<tr class="row1" valign="middle" align="left">
<td style="width: 25%;">{osb f=tf field=username}</td>
<td style="width: 75%;"><input type="text" name="account_username" value="{$VAR.account_username}" size="22"/></td>
</tr>
<tr class="row1" valign="middle" align="left">
<td style="width: 25%;">&nbsp;</td>
<td style="width: 75%;"><input type="submit" name="Submit" value="{t}Submit{/t}" class="form_button"/></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div>
<input type="hidden" name="_page" value="{$VAR._page}"/>
<input type="hidden" name="do[]" value="{$meth.0}:{$meth.1}"/>
</div>
</form>