]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 885f91971e243658932be449a6aa7909acfba795..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>
 </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>
   <TD class="bottom2 right2" width="275" align="right" height="27">
-    {--GUEST_SEX--}:&nbsp;
+    {--GUEST_GENDER--}:&nbsp;
   </TD>
   <TD class="bottom2" width="275">
-    &nbsp;<SELECT name="salut" class="guest_select" size="1">
-      <OPTION value="M"{--__SALUT_M--}>{--SEX_M--}</OPTION>
-      <OPTION value="F"{--__SALUT_F--}>{--SEX_F--}</OPTION>
-      <OPTION value="C"{--__SALUT_C--}>{--SEX_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 class="sponsor_footer" colspan="2" align="center" height="32">
-    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}">
+    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+    <INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
   </TD>
 </TR>
 </TABLE>
-</FORM>
-</DIV>
+</form>
+</div>