HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 979e5d9bd8e7755591cbee11e5f93bca3fb7ea93..8b8d182c4b2ff0068b01441cefa21da5c5643f60 100644 (file)
@@ -1,9 +1,9 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=sponsor&amp;what=account" method="POST" style="padding-bottom: 0px">
+<div align="center">
+<form action="{!URL!}/modules.php?module=sponsor&amp;what=account" method="POST" style="padding-bottom: 0px">
 <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">
-    <STRONG>{--SPONSOR_ENTER_COMPANY_DATA--}:</STRONG>
+    <strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
   </TD>
 </TR>
 <TR>
@@ -32,7 +32,7 @@
 </TR>
 <TR>
   <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
-    <STRONG>{--SPONSOR_ENTER_PERSONA_DATA--}:</STRONG>
+    <strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
   </TD>
 </TR>
 <TR>
     {--GUEST_GENDER--}:&nbsp;
   </TD>
   <TD class="bottom2" width="275">
-    &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>
-    </SELECT>                                                                                                     
+    &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>
+    </select>
   </TD>
 </TR>
 <TR>
@@ -65,7 +65,7 @@
 </TR>
 <TR>
   <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
-    <STRONG>{--SPONSOR_ENTER_CONTACT_DATA--}</STRONG>
+    <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
   </TD>
 </TR>
 <TR>
 </TR>
 <TR>
   <TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
-    <STRONG>{--SPONSOR_ENTER_OLD_PASSWORD--}:</STRONG>
+    <strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
   </TD>
 </TR>
 <TR>
 </TR>
 <TR>
   <TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
-    <STRONG>{--SPONSOR_CHANGE_PASSWORD--}:</STRONG>
+    <strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
   </TD>
 </TR>
 <TR>
 </TR>
 <TR>
   <TD class="bottom2" colspan="2" align="center">
-    <FONT class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</FONT>
+    <div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
   </TD>
 </TR>
 <TR>
   </TD>
 </TR>
 </TABLE>
-</FORM>
-</DIV>
+</form>
+</div>