HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_add_sponsor.tpl
index c6b2aa7544b7c731dd62e14c66fec89574de8491..ec120e51e8db702a8284ef27c3997dece9df0f88 100644 (file)
@@ -1,16 +1,16 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=add_sponsor" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=add_sponsor" method="POST">
 <TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="530">
 <TR>
   <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
   <TD class="admin_title bottom2" colspan="3" align="center">
-    <STRONG>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</STRONG>
+    <strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</strong>
   </TD>
   <TD class="admin_title bottom2" width="10">&nbsp;</TD>
 </TR>
 <TR>
   <TD class="bottom2" width="10" height="40">&nbsp;</TD>
   <TD class="bottom2" colspan="3" align="center">
-    <FONT class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</FONT>
+    <div class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</div>
   </TD>
   <TD class="bottom2" width="10">&nbsp;</TD>
 </TR>
@@ -54,7 +54,7 @@
 <TR>
   <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
   <TD class="admin_title bottom2" colspan="3" align="center">
-    <STRONG>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</STRONG>
+    <strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
   </TD>
   <TD class="admin_title bottom2" width="10">&nbsp;</TD>
 </TR>
   </TD>
   <TD class="seperator" width="10">&nbsp;</TD>
   <TD>
-    <SELECT name="gender" class="admin_select" size="1">
-      <OPTION value="M">{--GENDER_M--}</OPTION>
-        <OPTION value="F">{--GENDER_F--}</OPTION>
-        <OPTION value="C">{--GENDER_C--}</OPTION>
-    </SELECT>
+    <select name="gender" class="admin_select" size="1">
+      <option value="M">{--GENDER_M--}</option>
+        <option value="F">{--GENDER_F--}</option>
+        <option value="C">{--GENDER_C--}</option>
+    </select>
   </TD>
   <TD class="seperator" width="10">&nbsp;</TD>
 </TR>
 <TR>
   <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
   <TD class="admin_title bottom2" colspan="3" align="center">
-    <STRONG>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</STRONG>
+    <strong>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</strong>
   </TD>
   <TD class="admin_title bottom2" width="10">&nbsp;</TD>
 </TR>
 <TR>
   <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
   <TD class="admin_title bottom2" colspan="3" align="center">
-    <STRONG>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</STRONG>
+    <strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
   </TD>
   <TD class="admin_title bottom2" width="10">&nbsp;</TD>
 </TR>
 <TR>
   <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
   <TD class="admin_title bottom2" colspan="3" align="center">
-    <STRONG>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</STRONG>
+    <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
   </TD>
   <TD class="admin_title bottom2" width="10">&nbsp;</TD>
 </TR>
   </TD>
   <TD class="seperator" width="10">&nbsp;</TD>
   <TD>
-    <SELECT name="receive_warnings" class="admin_select" size="1">
-      <OPTION value="Y">{--YES--}</OPTION>
-        <OPTION value="N">{--NO--}</OPTION>
-    </SELECT>
+    <select name="receive_warnings" class="admin_select" size="1">
+      <option value="Y">{--YES--}</option>
+        <option value="N">{--NO--}</option>
+    </select>
   </TD>
   <TD class="seperator" width="10">&nbsp;</TD>
 </TR>
   </TD>
   <TD class="seperator" width="10">&nbsp;</TD>
   <TD>
-    <SELECT name="warning_interval" class="admin_select" size="1">
-      <OPTION value="0">{--SELECT_NONE--}</OPTION>
-      <OPTION value="{--($_CONFIG[one_day]*1)--}">1 {--DAYS--}</OPTION>
-      <OPTION value="{--($_CONFIG[one_day]*3)--}">3 {--DAYS--}</OPTION>
-      <OPTION value="{--($_CONFIG[one_day]*7)--}" selected>1 {--LIFE_WEEKS--}</OPTION>
-      <OPTION value="{--($_CONFIG[one_day]*14)--}">2 {--LIFE_WEEKS--}</OPTION>
-      <OPTION value="{--($_CONFIG[one_day]*28)--}">4 {--LIFE_WEEKS--}</OPTION>
-      <OPTION value="{--($_CONFIG[one_day]*56)--}">8 {--LIFE_WEEKS--}</OPTION>
-    </SELECT>
+    <select name="warning_interval" class="admin_select" size="1">
+      <option value="0">{--SELECT_NONE--}</option>
+      <option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
+      <option value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</option>
+      <option value="{--($_CONFIG['one_day']*7)--}" selected>1 {--LIFE_WEEKS--}</option>
+      <option value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</option>
+      <option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
+      <option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
+    </select>
   </TD>
   <TD class="seperator" width="10">&nbsp;</TD>
 </TR>
   <TD class="admin_footer seperator" width="10">&nbsp;</TD>
 </TR>
 </TABLE>
-</FORM>
+</form>