130 |
kaklik |
1 |
|
|
|
2 |
<form action="{S_PROFILE_ACTION}" method="post"> |
|
|
3 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
4 |
<tr> |
|
|
5 |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
|
|
6 |
</tr> |
|
|
7 |
</table> |
|
|
8 |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
|
|
9 |
<tr> |
|
|
10 |
<th class="thHead" colspan="2" height="25" valign="middle">{L_SEND_PASSWORD}</th> |
|
|
11 |
</tr> |
|
|
12 |
<tr> |
|
|
13 |
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
|
|
14 |
</tr> |
|
|
15 |
<tr> |
|
|
16 |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
|
|
17 |
<td class="row2"> |
|
|
18 |
<input type="text" class="post" style="width: 200px" name="username" size="25" maxlength="40" value="{USERNAME}" /> |
|
|
19 |
</td> |
|
|
20 |
</tr> |
|
|
21 |
<tr> |
|
|
22 |
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> |
|
|
23 |
<td class="row2"> |
|
|
24 |
<input type="text" class="post" style="width: 200px" name="email" size="25" maxlength="255" value="{EMAIL}" /> |
|
|
25 |
</td> |
|
|
26 |
</tr> |
|
|
27 |
<tr> |
|
|
28 |
<td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS} |
|
|
29 |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
|
30 |
|
|
|
31 |
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> |
|
|
32 |
</td> |
|
|
33 |
</tr> |
|
|
34 |
</table> |
|
|
35 |
</form> |