| 1 | <!-- INCLUDE overall_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <script type="text/javascript">
|
|---|
| 4 | // <![CDATA[
|
|---|
| 5 | /**
|
|---|
| 6 | * Change language
|
|---|
| 7 | */
|
|---|
| 8 | function change_language(lang_iso)
|
|---|
| 9 | {
|
|---|
| 10 | document.forms['register'].change_lang.value = lang_iso;
|
|---|
| 11 | document.forms['register'].submit.click();
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | // ]]>
|
|---|
| 15 | </script>
|
|---|
| 16 |
|
|---|
| 17 | <form name="register" method="post" action="{S_UCP_ACTION}">
|
|---|
| 18 |
|
|---|
| 19 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 20 | <tr>
|
|---|
| 21 | <th colspan="2" valign="middle">{L_REGISTRATION}</th>
|
|---|
| 22 | </tr>
|
|---|
| 23 |
|
|---|
| 24 | <!-- IF ERROR -->
|
|---|
| 25 | <tr>
|
|---|
| 26 | <td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
|---|
| 27 | </tr>
|
|---|
| 28 | <!-- ENDIF -->
|
|---|
| 29 |
|
|---|
| 30 | <!-- IF L_REG_COND -->
|
|---|
| 31 | <tr>
|
|---|
| 32 | <td class="row2" colspan="2"><span class="gensmall">{L_REG_COND}</span></td>
|
|---|
| 33 | </tr>
|
|---|
| 34 | <!-- ENDIF -->
|
|---|
| 35 |
|
|---|
| 36 | <tr>
|
|---|
| 37 | <td class="row1" width="38%"><b class="genmed">{L_USERNAME}: </b><br /><span class="gensmall">{L_USERNAME_EXPLAIN}</span></td>
|
|---|
| 38 | <td class="row2"><input class="post" type="text" name="username" size="25" value="{USERNAME}" /></td>
|
|---|
| 39 | </tr>
|
|---|
| 40 | <tr>
|
|---|
| 41 | <td class="row1"><b class="genmed">{L_EMAIL_ADDRESS}: </b></td>
|
|---|
| 42 | <td class="row2"><input class="post" type="text" name="email" size="25" maxlength="100" value="{EMAIL}" /></td>
|
|---|
| 43 | </tr>
|
|---|
| 44 | <tr>
|
|---|
| 45 | <td class="row1"><b class="genmed">{L_CONFIRM_EMAIL}: </b></td>
|
|---|
| 46 | <td class="row2"><input class="post" type="text" name="email_confirm" size="25" maxlength="100" value="{EMAIL_CONFIRM}" /></td>
|
|---|
| 47 | </tr>
|
|---|
| 48 | <tr>
|
|---|
| 49 | <td class="row1"><b class="genmed">{L_PASSWORD}: </b><br /><span class="gensmall">{L_PASSWORD_EXPLAIN}</span></td>
|
|---|
| 50 | <td class="row2"><input class="post" type="password" name="new_password" size="25" value="{PASSWORD}" /></td>
|
|---|
| 51 | </tr>
|
|---|
| 52 | <tr>
|
|---|
| 53 | <td class="row1"><b class="genmed">{L_CONFIRM_PASSWORD}: </b></td>
|
|---|
| 54 | <td class="row2"><input class="post" type="password" name="password_confirm" size="25" value="{PASSWORD_CONFIRM}" /></td>
|
|---|
| 55 | </tr>
|
|---|
| 56 | <tr>
|
|---|
| 57 | <td class="row1"><b class="genmed">{L_LANGUAGE}: </b></td>
|
|---|
| 58 | <td class="row2"><select name="lang" onchange="change_language(this.value); return false;">{S_LANG_OPTIONS}</select></td>
|
|---|
| 59 | </tr>
|
|---|
| 60 | <tr>
|
|---|
| 61 | <td class="row1"><b class="genmed">{L_TIMEZONE}: </b></td>
|
|---|
| 62 | <td class="row2"><select name="tz">{S_TZ_OPTIONS}</select></td>
|
|---|
| 63 | </tr>
|
|---|
| 64 | <!-- IF .profile_fields -->
|
|---|
| 65 | <tr>
|
|---|
| 66 | <td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
|
|---|
| 67 | </tr>
|
|---|
| 68 | <!-- BEGIN profile_fields -->
|
|---|
| 69 | <tr>
|
|---|
| 70 | <td class="row1" width="35%">
|
|---|
| 71 | <b class="genmed">{profile_fields.LANG_NAME}: </b>
|
|---|
| 72 | <!-- IF profile_fields.S_REQUIRED --><b>*</b><!-- ENDIF -->
|
|---|
| 73 | <!-- IF profile_fields.LANG_EXPLAIN --><br /><span class="gensmall">{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF -->
|
|---|
| 74 | </td>
|
|---|
| 75 | <td class="row2">{profile_fields.FIELD}<!-- IF profile_fields.ERROR --><br /><span class="gensmall error">{profile_fields.ERROR}</span><!-- ENDIF --></td>
|
|---|
| 76 | </tr>
|
|---|
| 77 |
|
|---|
| 78 | <!-- END profile_fields -->
|
|---|
| 79 | <!-- ENDIF -->
|
|---|
| 80 |
|
|---|
| 81 | <!-- IF CAPTCHA_TEMPLATE -->
|
|---|
| 82 | <!-- INCLUDE {CAPTCHA_TEMPLATE} -->
|
|---|
| 83 | <!-- ENDIF -->
|
|---|
| 84 |
|
|---|
| 85 | <!-- IF S_COPPA -->
|
|---|
| 86 | <tr>
|
|---|
| 87 | <th colspan="2" valign="middle">{L_COPPA_COMPLIANCE}</th>
|
|---|
| 88 | </tr>
|
|---|
| 89 | <tr>
|
|---|
| 90 | <td class="row3" colspan="2"><span class="gensmall">{L_COPPA_EXPLAIN}</span></td>
|
|---|
| 91 | </tr>
|
|---|
| 92 | <!-- ENDIF -->
|
|---|
| 93 |
|
|---|
| 94 | <tr>
|
|---|
| 95 | <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" id="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
|---|
| 96 | </tr>
|
|---|
| 97 | </table>
|
|---|
| 98 | {S_FORM_TOKEN}
|
|---|
| 99 | </form>
|
|---|
| 100 |
|
|---|
| 101 | <!-- INCLUDE overall_footer.html -->
|
|---|