| Line | |
|---|
| 1 | <!-- INCLUDE overall_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <div align="center">
|
|---|
| 4 |
|
|---|
| 5 | <form action="{S_PROFILE_ACTION}" method="post">
|
|---|
| 6 |
|
|---|
| 7 | <table class="tablebg" width="50%" cellspacing="1" cellpadding="4" border="0">
|
|---|
| 8 | <tr>
|
|---|
| 9 | <th colspan="2">{L_UCP_RESEND}</th>
|
|---|
| 10 | </tr>
|
|---|
| 11 | <tr>
|
|---|
| 12 | <td class="row1" width="38%"><b class="genmed">{L_USERNAME}: </b></td>
|
|---|
| 13 | <td class="row2"><input type="text" class="post" name="username" size="25" value="{USERNAME}" /></td>
|
|---|
| 14 | </tr>
|
|---|
| 15 | <tr>
|
|---|
| 16 | <td class="row1"><b class="genmed">{L_EMAIL_ADDRESS}: </b><br /><span class="gensmall">{L_EMAIL_REMIND}</span></td>
|
|---|
| 17 | <td class="row2"><input type="text" class="post" name="email" size="25" maxlength="100" value="{EMAIL}" /></td>
|
|---|
| 18 | </tr>
|
|---|
| 19 | <tr>
|
|---|
| 20 | <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="btnmain" /> <input type="reset" value="{L_RESET}" name="reset" class="btnlite" /></td>
|
|---|
| 21 | </tr>
|
|---|
| 22 | </table>
|
|---|
| 23 | {S_FORM_TOKEN}
|
|---|
| 24 |
|
|---|
| 25 | </form>
|
|---|
| 26 |
|
|---|
| 27 | </div>
|
|---|
| 28 |
|
|---|
| 29 | <!-- INCLUDE overall_footer.html -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.