| 1 |
1773
|
Luisehahne
|
<!-- BEGIN main_block -->
|
| 2 |
|
|
<!-- BEGIN message_block -->
|
| 3 |
|
|
{MESSAGE_VALUE}
|
| 4 |
|
|
<!-- END message_block -->
|
| 5 |
|
|
|
| 6 |
|
|
<hr />
|
| 7 |
|
|
<div class="account">
|
| 8 |
|
|
<div class="signup">
|
| 9 |
|
|
|
| 10 |
|
|
<form name="signup" action="{ACTION_URL}" method="post">
|
| 11 |
1777
|
Luisehahne
|
<input type="hidden" name="action" value="send" />
|
| 12 |
|
|
<input type="hidden" name="submitted_when" value="{SET_TIME}" />
|
| 13 |
1773
|
Luisehahne
|
<!-- BEGIN asp_block -->
|
| 14 |
1777
|
Luisehahne
|
<p class="{DISPLAY_ASP}" id="pot">
|
| 15 |
|
|
<label>If you're human leave this blank:</label>
|
| 16 |
|
|
<input name="robotest" id="robotest" class="robotest" />
|
| 17 |
|
|
<label for="email-address">Leave this field email-address blank:</label>
|
| 18 |
|
|
<input id="email-address" name="email-address" size="60" value="" /><br />
|
| 19 |
|
|
<label for="name">Leave this field name blank:</label>
|
| 20 |
|
|
<input id="name" name="name" size="60" value="" /><br />
|
| 21 |
|
|
<label for="full_name">Leave this field full_name blank:</label>
|
| 22 |
|
|
<input id="full_name" name="full_name" size="60" value="" /><br />
|
| 23 |
|
|
</p>
|
| 24 |
1773
|
Luisehahne
|
<!-- END asp_block -->
|
| 25 |
1777
|
Luisehahne
|
<h3>{HEADING_SIGNUP}</h3>
|
| 26 |
|
|
<table>
|
| 27 |
|
|
<tr>
|
| 28 |
|
|
<td>{TEXT_USERNAME}:</td>
|
| 29 |
|
|
<td class="input">
|
| 30 |
|
|
<input type="text" name="login_name" value="{DISPLAY_USER}" />
|
| 31 |
|
|
</td>
|
| 32 |
|
|
</tr>
|
| 33 |
|
|
<tr>
|
| 34 |
|
|
<td>{TEXT_DISPLAY_NAME}:</td>
|
| 35 |
|
|
<td class="input">
|
| 36 |
|
|
<input type="text" name="display_name" value="{DISPLAY_NAME}" />
|
| 37 |
|
|
</td>
|
| 38 |
|
|
</tr>
|
| 39 |
|
|
<tr>
|
| 40 |
|
|
<td>{TEXT_EMAIL}:</td>
|
| 41 |
|
|
<td class="input">
|
| 42 |
|
|
<input type="text" name="email" value="{EMAIL}" />
|
| 43 |
|
|
</td>
|
| 44 |
|
|
</tr>
|
| 45 |
|
|
<tr>
|
| 46 |
|
|
<td>{TEXT_LANGUAGE}:</td>
|
| 47 |
|
|
<td class="input">
|
| 48 |
|
|
<select name="language" id="language">
|
| 49 |
|
|
<!-- BEGIN language_list_block -->
|
| 50 |
|
|
<option value="{CODE}"{SELECTED} style="background: url({FLAG}.png) no-repeat center left; padding-left: 20px;">{NAME} ({CODE})</option>
|
| 51 |
|
|
<!-- END language_list_block -->
|
| 52 |
|
|
</select>
|
| 53 |
|
|
</td>
|
| 54 |
|
|
</tr>
|
| 55 |
1773
|
Luisehahne
|
<!-- BEGIN password_block -->
|
| 56 |
1777
|
Luisehahne
|
<tr>
|
| 57 |
|
|
<td colspan="2"><div class="note">{HELP_SIGNUP_REMEMBER_PASSWORD}</div></td>
|
| 58 |
|
|
</tr>
|
| 59 |
|
|
<tr>
|
| 60 |
|
|
<td>{TEXT_NEW_PASSWORD}:</td>
|
| 61 |
|
|
<td class="input">
|
| 62 |
|
|
<input type="password" name="new_password_1" />
|
| 63 |
|
|
</td>
|
| 64 |
|
|
</tr>
|
| 65 |
|
|
<tr>
|
| 66 |
|
|
<td>{TEXT_RETYPE_NEW_PASSWORD}:</td>
|
| 67 |
|
|
<td class="input">
|
| 68 |
|
|
<input type="password" name="new_password_2" />
|
| 69 |
|
|
</td>
|
| 70 |
|
|
</tr>
|
| 71 |
1773
|
Luisehahne
|
<!-- END password_block -->
|
| 72 |
|
|
<!-- BEGIN captcha_block -->
|
| 73 |
1777
|
Luisehahne
|
<tr>
|
| 74 |
|
|
<td class="field_title">{TEXT_VERIFICATION}:</td>
|
| 75 |
|
|
<td class="input">{CAPTCHA}</td>
|
| 76 |
|
|
</tr>
|
| 77 |
1773
|
Luisehahne
|
<!-- END captcha_block -->
|
| 78 |
1777
|
Luisehahne
|
<tr>
|
| 79 |
|
|
<td colspan="2"> </td>
|
| 80 |
|
|
</tr>
|
| 81 |
|
|
<tr>
|
| 82 |
|
|
<td colspan="2" class="button">
|
| 83 |
|
|
<button type="submit" name="submit" value="">{TEXT_SIGNUP}</button>
|
| 84 |
|
|
<button type="reset" name="reset" value="reset">{TEXT_RESET}</button>
|
| 85 |
|
|
<button type="button" value="cancel" onclick="javascript:window.location='{HTTP_REFERER}';">{TEXT_CANCEL}</button>
|
| 86 |
|
|
</td>
|
| 87 |
|
|
</tr>
|
| 88 |
|
|
</table>
|
| 89 |
1773
|
Luisehahne
|
</form>
|
| 90 |
|
|
</div>
|
| 91 |
|
|
</div>
|
| 92 |
|
|
<!-- END main_block -->
|