mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
36 lines
1.3 KiB
Smarty
36 lines
1.3 KiB
Smarty
|
|
<form action="{S_PROFILE_ACTION}" method="post">
|
|
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
|
|
</tr>
|
|
</table>
|
|
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
|
<tr>
|
|
<th class="thHead" colspan="2" height="25" valign="middle">{L_SEND_PASSWORD}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td>
|
|
<td class="row2">
|
|
<input type="text" class="post" style="width: 200px" name="username" size="25" maxlength="40" value="{USERNAME}" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td>
|
|
<td class="row2">
|
|
<input type="text" class="post" style="width: 200px" name="email" size="25" maxlength="255" value="{EMAIL}" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}
|
|
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
|
|
|
|
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|