2 <form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&what=account%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
5 <td colspan="2" align="center" class="sponsor_header bottom" height="32">
6 <strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
10 <td class="bottom right" align="right" height="27">
11 {--SPONSOR_ENTER_COMPANY_TITLE--}:
14 <input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
18 <td class="bottom right" align="right" height="27">
19 {--SPONSOR_ENTER_COMPANY_POSITION--}:
22 <input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
26 <td class="bottom right" align="right" height="27">
27 {--SPONSOR_ENTER_TAX_IDENT--}:
30 <input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
34 <td colspan="2" align="center" class="sponsor_header bottom" height="32">
35 <strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
39 <td class="bottom right" align="right" height="27">
40 {--GUEST_GENDER--}:
43 <select name="gender" class="guest_select" size="1">
44 <option value="M"$content[gender_m]>{--GENDER_M--}</option>
45 <option value="F"$content[gender_f]>{--GENDER_F--}</option>
46 <option value="C"$content[gender_c]>{--GENDER_C--}</option>
51 <td class="bottom right" align="right" height="27">
52 {--GUEST_SURNAME--}:
55 <input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
59 <td class="bottom right" align="right" height="27">
60 {--GUEST_FAMILY--}:
63 <input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
67 <td colspan="2" align="center" class="sponsor_header bottom" height="32">
68 <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
72 <td class="bottom right" align="right" height="27">
73 {--SPONSOR_ENTER_STREET_NR1--}:
76 <input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
80 <td class="bottom right" align="right" height="27">
81 {--SPONSOR_ENTER_STREET_NR2--}:
84 <input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
88 <td class="bottom right" align="right" height="27">
89 {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
92 <input type="text" name="country" class="guest_normal" size="2" maxlength="2" value="$content[country]" />-<input type="text" name="zip" class="guest_normal" size="5" maxlength="6" value="$content[zip]" />
93 <input type="text" name="city" class="guest_normal" size="10" maxlength="255" value="$content[city]" />
97 <td class="bottom right" align="right" height="27">
98 {--SPONSOR_ENTER_PHONE--}:
101 <input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="$content[phone]" />
105 <td class="bottom right" align="right" height="27">
106 {--SPONSOR_ENTER_FAX--}:
109 <input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="$content[fax]" />
113 <td class="bottom right" align="right" height="27">
114 {--SPONSOR_ENTER_CELL--}:
117 <input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="$content[cell]" />
121 <td class="bottom right" align="right" height="27">
122 {--SPONSOR_ENTER_EMAIL--}:
125 <input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="$content[email]" />
129 <td class="bottom right" align="right" height="27">
130 {--SPONSOR_ENTER_URL--}:
133 <input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
137 <td class="sponsor_header bottom" colspan="2" align="center" height="37">
138 <strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
142 <td class="bottom right" align="right" height="27">
143 {--SPONSOR_ENTER_PASSWORD--}:
146 <input type="password" name="pass_old" class="guest_normal" size="10" maxlength="255" />
150 <td class="sponsor_header bottom" colspan="2" align="center" height="37">
151 <strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
155 <td class="bottom right" align="right" height="27">
156 {--SPONSOR_ENTER_PASSWORDS--}:
159 <input type="password" name="pass1" class="guest_normal" size="10" maxlength="255" />
160 <input type="password" name="pass2" class="guest_normal" size="10" maxlength="255" />
164 <td class="bottom" colspan="2" align="center">
165 <div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
169 <td class="sponsor_footer" colspan="2" align="center" height="32">
170 <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
171 <input type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />