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