Global rewrite of engine:
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=account%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
4 <tr>
5   <td colspan="2" align="center" class="sponsor_header bottom" height="32">
6     <strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
7   </td>
8 </tr>
9 <tr>
10   <td class="bottom right" width="275" align="right" height="27">
11     {--SPONSOR_ENTER_COMPANY_TITLE--}:&nbsp;
12   </td>
13   <td class="bottom" width="275">
14     &nbsp;<input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
15   </td>
16 </tr>
17 <tr>
18   <td class="bottom right" width="275" align="right" height="27">
19     {--SPONSOR_ENTER_COMPANY_POSITION--}:&nbsp;
20   </td>
21   <td class="bottom" width="275">
22     &nbsp;<input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
23   </td>
24 </tr>
25 <tr>
26   <td class="bottom right" width="275" align="right" height="27">
27     {--SPONSOR_ENTER_TAX_IDENT--}:&nbsp;
28   </td>
29   <td class="bottom" width="275">
30     &nbsp;<input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
31   </td>
32 </tr>
33 <tr>
34   <td colspan="2" align="center" class="sponsor_header bottom" height="32">
35     <strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
36   </td>
37 </tr>
38 <tr>
39   <td class="bottom right" width="275" align="right" height="27">
40     {--GUEST_GENDER--}:&nbsp;
41   </td>
42   <td class="bottom" width="275">
43     &nbsp;<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>
47     </select>
48   </td>
49 </tr>
50 <tr>
51   <td class="bottom right" width="275" align="right" height="27">
52     {--GUEST_SURNAME--}:&nbsp;
53   </td>
54   <td class="bottom" width="275">
55     &nbsp;<input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
56   </td>
57 </tr>
58 <tr>
59   <td class="bottom right" width="275" align="right" height="27">
60     {--GUEST_FAMILY--}:&nbsp;
61   </td>
62   <td class="bottom" width="275">
63     &nbsp;<input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
64   </td>
65 </tr>
66 <tr>
67   <td colspan="2" align="center" class="sponsor_header bottom" height="32">
68     <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
69   </td>
70 </tr>
71 <tr>
72   <td class="bottom right" width="275" align="right" height="27">
73     {--SPONSOR_ENTER_STREET_NR1--}:&nbsp;
74   </td>
75   <td class="bottom" width="275">
76     &nbsp;<input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
77   </td>
78 </tr>
79 <tr>
80   <td class="bottom right" width="275" align="right" height="27">
81     {--SPONSOR_ENTER_STREET_NR2--}:&nbsp;
82   </td>
83   <td class="bottom" width="275">
84     &nbsp;<input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
85   </td>
86 </tr>
87 <tr>
88   <td class="bottom right" width="275" align="right" height="27">
89     {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:&nbsp;
90   </td>
91   <td class="bottom" width="275">
92     &nbsp;<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]" />
94   </td>
95 </tr>
96 <tr>
97   <td class="bottom right" width="275" align="right" height="27">
98     {--SPONSOR_ENTER_PHONE--}:&nbsp;
99   </td>
100   <td class="bottom" width="275">
101     &nbsp;<input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="$content[phone]" />
102   </td>
103 </tr>
104 <tr>
105   <td class="bottom right" width="275" align="right" height="27">
106     {--SPONSOR_ENTER_FAX--}:&nbsp;
107   </td>
108   <td class="bottom" width="275">
109     &nbsp;<input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="$content[fax]" />
110   </td>
111 </tr>
112 <tr>
113   <td class="bottom right" width="275" align="right" height="27">
114     {--SPONSOR_ENTER_CELL--}:&nbsp;
115   </td>
116   <td class="bottom" width="275">
117     &nbsp;<input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="$content[cell]" />
118   </td>
119 </tr>
120 <tr>
121   <td class="bottom right" width="275" align="right" height="27">
122     {--SPONSOR_ENTER_EMAIL--}:&nbsp;
123   </td>
124   <td class="bottom" width="275">
125     &nbsp;<input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="$content[email]" />
126   </td>
127 </tr>
128 <tr>
129   <td class="bottom right" width="275" align="right" height="27">
130     {--SPONSOR_ENTER_URL--}:&nbsp;
131   </td>
132   <td class="bottom" width="275">
133     &nbsp;<input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
134   </td>
135 </tr>
136 <tr>
137   <td class="sponsor_header bottom" colspan="2" align="center" height="37">
138     <strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
139   </td>
140 </tr>
141 <tr>
142   <td class="bottom right" width="275" align="right" height="27">
143     {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
144   </td>
145   <td class="bottom" width="275">
146     &nbsp;<input type="password" name="pass_old" class="guest_normal" size="10" maxlength="255" />
147   </td>
148 </tr>
149 <tr>
150   <td class="sponsor_header bottom" colspan="2" align="center" height="37">
151     <strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
152   </td>
153 </tr>
154 <tr>
155   <td class="bottom right" width="275" align="right" height="27">
156     {--SPONSOR_ENTER_PASSWORDS--}:&nbsp;
157   </td>
158   <td class="bottom" width="275">
159     &nbsp;<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" />
161   </td>
162 </tr>
163 <tr>
164   <td class="bottom" colspan="2" align="center">
165     <div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
166   </td>
167 </tr>
168 <tr>
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--}" />
172   </td>
173 </tr>
174 </table>
175 </form>
176 </div>