]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index 16f0466650ffc0c07f7aa01f8b5e543f3ce87dd4..98dbe03017606aa4dee8dcd74c7f5f721c11e082 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" 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 bottom" height="32">
@@ -7,27 +7,27 @@
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_COMPANY_TITLE--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="{%sponsor,company=$userid%}" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_COMPANY_POSITION--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="{%sponsor,position=$userid%}" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_TAX_IDENT--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="{%sponsor,tax_ident=$userid%}" />
   </td>
 </tr>
 <tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_GENDER--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<select name="gender" class="guest_select" size="1">
       <option value="M"$content[gender_m]>{--GENDER_M--}</option>
       <option value="F"$content[gender_f]>{--GENDER_F--}</option>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_SURNAME--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="{%sponsor,surname=$userid%}" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_FAMILY--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="{%sponsor,family=$userid%}" />
   </td>
 </tr>
 <tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_STREET_NR1--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="{%sponsor,street_nr1=$userid%}" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_STREET_NR2--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
+  <td class="bottom">
+    &nbsp;<input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="{%sponsor,street_nr2=$userid%}" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
-    &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 class="bottom">
+    &nbsp;<input type="text" name="country" class="guest_normal" size="2" maxlength="2" value="{%sponsor,county,determineCountry=$userid%}" />-<input type="text" name="zip" class="guest_normal" size="5" maxlength="6" value="{%sponsor,zip,bigintval=$userid%}" />
+    <input type="text" name="city" class="guest_normal" size="10" maxlength="255" value="{%sponsor,city=$userid%}" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PHONE--}:&nbsp;
   </td>
-  <td class="bottom" 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="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_FAX--}:&nbsp;
   </td>
-  <td class="bottom" 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="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_CELL--}:&nbsp;
   </td>
-  <td class="bottom" 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="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_EMAIL--}:&nbsp;
   </td>
-  <td class="bottom" 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="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_URL--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
   </td>
 </tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="password" name="pass_old" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PASSWORDS--}:&nbsp;
   </td>
-  <td class="bottom" 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>