2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&what=register" method="post" name="register">
3 <table border="0" cellspacing="0" cellpadding="0" width="640" class="guest_table dashed">
5 <td colspan="2" class="guest_title bottom" height="70">
6 $content[header_content]
10 <td colspan="2" class="guest_title2 bottom" height="30">
11 {--REGISTER_PERSONAL_DATA--}:
15 <td colspan="2" height="7" class="seperator"> </td>
18 <td colspan="2" align="center">
19 <table border="0" cellspacing="0" cellpadding="0" width="100%">
21 <td width="50%" class="register_left">
22 {--GUEST_GENDER--}$content[must_fillout_gender]: </td>
23 <td width="50%" class="register_right"><select name="gender"
24 size="1" class="guest_select">
25 <option value="M">{--GENDER_M--}</option>
26 <option value="F">{--GENDER_F--}</option>
27 <option value="C">{--GENDER_C--}</option>
31 <td colspan="2" height="7" class="seperator"> </td>
34 <td class="register_left">{--SURNAME--}$content[must_fillout_surname],
35 {--FAMILY_NAME--}$content[must_fillout_family]: </td>
36 <td class="register_right">
37 <input type="text" name="surname" lass="guest_normal" size="15" maxlength="255" value="$content[surname]" />
38 <input type="text" name="family" class="guest_normal" size="15" maxlength="255" value="$content[family]" />
42 <td colspan="2" height="7" class="seperator"> </td>
45 <td class="register_left">
46 {--STREET_NR--}$content[must_fillout_street_nr]: </td>
47 <td class="register_right">
48 <input type="text" name="street_nr" class="guest_normal" size="25" maxlength="255" value="$content[street_nr]" />
52 <td colspan="2" height="7" class="seperator"> </td>
55 <td align="right" width="50%" class="register_left">
56 {--COUNTRY--}$content[must_fillout_cntry], {--ZIP--}$content[must_fillout_zip],
57 {--CITY--}$content[must_fillout_city]: </td>
58 <td width="50%" class="register_right">
59 $content[country] <input type="text" name="zip"
60 class="guest_normal" size="5" maxlength="10" value="$content[zip]" />
61 <input type="text" name="city" class="guest_normal" size="20"
62 maxlength="255" value="$content[city]" /></td>
65 <td colspan="2" height="7" class="seperator"> </td>
68 <td align="right" width="50%" class="register_left">
69 {--EMAIL_ADDRESS--}$content[must_fillout_email]:
71 <td width="50%" class="register_right">
72 <input type="text" name="email" class="guest_normal" size="30" maxlength="255" value="$content[email]" />
76 <td colspan="2" height="7" class="seperator"> </td>
79 <td align="right" width="50%" class="register_left">
80 {--BIRTHDAY--}$content[must_fillout_birthday]: </td>
81 <td width="50%" class="register_right">$content[birthday_selection]</td>
84 <td colspan="2" height="7" class="seperator"> </td>
87 <td colspan="2" align="center">
88 <div class="guest_failed">$content[must_fillout_marker] : {--REGISTER_MUST_SET_NOTE--}</div>
95 <td colspan="2" height="7" class="seperator bottom"> </td>
98 <td colspan="2" class="guest_title2 bottom" height="30">
99 {--REGISTER_CATEGORIES--}:
103 <td colspan="2" class="guest_title">
104 {--GUEST_SELECT_LEAST_CATS_1--}{?least_cats?}{--GUEST_SELECT_LEAST_CATS_2--}
108 <td colspan="2" class="bottom">$content[category_selection]</td>
111 <td colspan="2" class="guest_title2 bottom" height="30">
116 <td colspan="2" height="7" class="seperator"> </td>
119 <td align="right" width="60%" class="register_left">
120 {--PASS_1--}, {--PASS_2--}:
122 <td width="40%" class="register_right">
123 <input type="password" name="pass1" class="guest_normal" size="10" maxlength="100" />
124 <input type="password" name="pass2" class="guest_normal" size="10" maxlength="100" />
128 <td colspan="2" height="7" class="seperator"> </td>
131 <td colspan="2" align="center">$content[max_receive_list]</td>
134 <td colspan="2" height="7" class="seperator"> </td>
136 $content[refid_content]
138 <td colspan="2" height="7" class="seperator bottom"> </td>
141 <td colspan="2" class="guest_title2 bottom" height="30">
142 {--TERMS_OF_USAGE--}:<br />
143 <span class="guest_failed">{--YOU_FINALIZE--}</span>
147 <td colspan="2" height="7" class="seperator"> </td>
150 <td align="right" width="60%" class="register_left">
153 <td width="40%" class="register_right">
154 {--YES--}: <input type="radio" name="agree" class="guest_normal" value="Y" />
155 {--NO--}: <input type="radio" name="agree" class="guest_normal" value="N" checked="checked" />
159 <td colspan="2" height="7" class="seperator bottom"> </td>
162 <td colspan="2" class="guest_footer" height="30">
163 <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
164 <input type="submit" name="ok" class="guest_submit" value="{--SUBMIT_REGISTER--}" />