More HTML rewrites #3
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 01c948f2f92b24a75056eae141fbf45aa8f8e3dd..6eb85e99855b7b69557e50942de3531cda5245a1 100644 (file)
 <div align="center">
-<form action="{!URL!}/modules.php?module=sponsor&amp;what=account" method="post" style="padding-bottom: 0px">
+<form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=account%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
 <tr>
-  <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+  <td colspan="2" align="center" class="sponsor_header bottom" height="32">
     <strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_COMPANY_TITLE--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_COMPANY_POSITION--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_TAX_IDENT--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
   </td>
 </tr>
 <tr>
-  <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+  <td colspan="2" align="center" class="sponsor_header bottom" height="32">
     <strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_GENDER--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<select name="gender" class="guest_select" size="1">
-      <option value="M"{!__GENDER_M!}>{--GENDER_M--}</option>
-      <option value="F"{!__GENDER_F!}>{--GENDER_F--}</option>
-      <option value="C"{!__GENDER_C!}>{--GENDER_C--}</option>
+      <option value="M"$content[gender_m]>{--GENDER_M--}</option>
+      <option value="F"$content[gender_f]>{--GENDER_F--}</option>
+      <option value="C"$content[gender_c]>{--GENDER_C--}</option>
     </select>
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_SURNAME--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_FAMILY--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
   </td>
 </tr>
 <tr>
-  <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+  <td colspan="2" align="center" class="sponsor_header bottom" height="32">
     <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_STREET_NR1--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_STREET_NR2--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &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]" />
     <input type="text" name="city" class="guest_normal" size="10" maxlength="255" value="$content[city]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PHONE--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="$content[phone]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_FAX--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="$content[fax]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_CELL--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="$content[cell]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_EMAIL--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="$content[email]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_URL--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
   </td>
 </tr>
 <tr>
-  <td class="sponsor_header bottom2" colspan="2" align="center" height="37">
+  <td class="sponsor_header bottom" colspan="2" align="center" height="37">
     <strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="password" name="pass_old" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>
 <tr>
-  <td class="sponsor_header bottom2" colspan="2" align="center" height="37">
+  <td class="sponsor_header bottom" colspan="2" align="center" height="37">
     <strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
   </td>
 </tr>
 <tr>
-  <td class="bottom2 right2" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PASSWORDS--}:&nbsp;
   </td>
-  <td class="bottom2" width="275">
+  <td class="bottom">
     &nbsp;<input type="password" name="pass1" class="guest_normal" size="10" maxlength="255" />
     <input type="password" name="pass2" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>
 <tr>
-  <td class="bottom2" colspan="2" align="center">
+  <td class="bottom" colspan="2" align="center">
     <div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
   </td>
 </tr>