1
|
<!-- BEGIN main_block -->
|
2
|
<!-- BEGIN message_block -->
|
3
|
{MESSAGE_VALUE}
|
4
|
<!-- END message_block -->
|
5
|
|
6
|
<hr />
|
7
|
<div class="account">
|
8
|
<form class="new-signup" name="signup" action="{ACTION_URL}" method="post">
|
9
|
<input type="hidden" name="action" value="save_confirm" />
|
10
|
<input type="hidden" name="confirm_code" value="{CONFIRM_CODE}" />
|
11
|
<h3>{HEADING_SIGNUP}</h3>
|
12
|
<!-- BEGIN asp_block -->
|
13
|
<p class="{DISPLAY_ASP}" id="pot">
|
14
|
<label>If you're human leave this blank:</label>
|
15
|
<input name="robotest" id="robotest" class="robotest" />
|
16
|
<label for="email-address">Leave this field email-address blank:</label>
|
17
|
<input id="email-address" name="email-address" size="60" value="" /><br />
|
18
|
<label for="name">Leave this field name blank:</label>
|
19
|
<input id="name" name="name" size="60" value="" /><br />
|
20
|
<label for="full_name">Leave this field full_name blank:</label>
|
21
|
<input id="full_name" name="full_name" size="60" value="" /><br />
|
22
|
</p>
|
23
|
<!-- END asp_block -->
|
24
|
<table>
|
25
|
<tbody>
|
26
|
<tr>
|
27
|
<td colspan="2">{HEADING_MESSAGE_WELCOME}:</td>
|
28
|
</tr>
|
29
|
<!-- BEGIN input_block -->
|
30
|
<tr>
|
31
|
<td colspan="2"><div class="note">{HELP_CONFIRM_PASSWORD}</div></td>
|
32
|
</tr>
|
33
|
<tr>
|
34
|
<td>{TEXT_USERNAME}:</td>
|
35
|
<td class="input">
|
36
|
<input type="text" name="new_loginname" value="{DISPLAY_USER}" />
|
37
|
</td>
|
38
|
</tr>
|
39
|
<tr>
|
40
|
<td>{TEXT_PASSWORD}:</td>
|
41
|
<td class="input">
|
42
|
<input type="password" name="new_password_1" />
|
43
|
</td>
|
44
|
</tr>
|
45
|
<!-- END input_block -->
|
46
|
<tr>
|
47
|
<td colspan="2" class="button">
|
48
|
<button type="submit" name="submit" value="{TEXT_SIGNUP}">{TEXT_SIGNUP}</button>
|
49
|
<button type="reset" name="reset" value="reset">{TEXT_RESET}</button>
|
50
|
<button type="button" value="cancel" onclick="javascript:window.location='{HTTP_REFERER}';">{TEXT_CANCEL}</button>
|
51
|
</td>
|
52
|
</tr>
|
53
|
</tbody>
|
54
|
</table>
|
55
|
</form>
|
56
|
</div>
|
57
|
<!-- END main_block -->
|