]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_reg.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / guest / guest_sponsor_reg.tpl
index c452218500cb44ceb4f2db669eacc03c68ff817b..b093814b67ca7cbbdc87591f95a0b2f6eb3378e6 100644 (file)
@@ -1,6 +1,9 @@
 <div align="center">
        <div class="big">{--GUEST_SPONSOR_TITLE--}</div>
 </div>
+<div class="errors">
+       $content[form_errors]
+</div>
 <div>
        <ul>
        <li>Melden Sie sich als Sponsor von <strong>{?MAIN_TITLE?}</strong> an! Hier bekommen Sie f&uuml;r Ihr Geld die Zielgruppe, die Sie auch auf Ihren Produktseiten haben wollen!</li>
@@ -9,7 +12,7 @@
        </ul>
 </div>
 
-<form action="{?URL?}/modules.php?module=index&amp;what=sponsor_reg" method="post">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&amp;what=sponsor_reg" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="530">
 <tr>
   <td class="guest_title2 bottom2" width="10" height="30">&nbsp;</td>
@@ -33,7 +36,7 @@
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td width="300">
-    <input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="{!__COMPANY!}" />
+    <input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
@@ -45,7 +48,7 @@
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="{!__POSITION!}" />
+    <input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
@@ -57,7 +60,7 @@
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="{!__TAX_IDENT!}" />
+    <input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
@@ -78,9 +81,9 @@
   <td class="seperator" width="10">&nbsp;</td>
   <td>
     <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>
   <td class="seperator" width="10">&nbsp;</td>
@@ -93,7 +96,7 @@
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="{!__SURNAME!}" />
+    <input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="{!__FAMILY!}" />
+    <input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="{!__STREET1!}" />
+    <input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="{!__STREET2!}" />
+    <input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="country" class="guest_normal" size="2" maxlength="2" value="{!__COUNTRY!}" />-<input type="text" name="zip" class="guest_normal" size="5" maxlength="6" value="{!__ZIP!}" />
-    <input type="text" name="city" class="guest_normal" size="10" maxlength="255" value="{!__CITY!}" />
+    <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>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="{!__PHONE!}" />
+    <input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="$content[phone]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="{!__FAX!}" />
+    <input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="$content[fax]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="{!__CELL!}" />
+    <input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="$content[cell]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="{!__EMAIL!}" />
+    <input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="$content[email]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="{!__URL!}" />
+    <input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <strong>{!__SPONSOR_REFID!}</strong>
+    <strong>$content[refid]</strong>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
     <select name="receive_warnings" class="guest_select" size="1">
-      <option value="Y"{!__REC_Y!} />{--YES--}</option>
-      <option value="N"{!__REC_N!} />{--NO--}</option>
+      <option value="Y"$content[rec_y]>{--YES--}</option>
+      <option value="N"$content[rec_n]>{--NO--}</option>
     </select>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
     <select name="warning_interval" class="guest_select" size="1">
       <option value="0">{--SELECT_NONE--}</option>
-      <option value="{--({?one_day?}*1)--}">1 {--DAYS--}</option>
-      <option value="{--({?one_day?}*3)--}">3 {--DAYS--}</option>
-      <option value="{--({?one_day?}*7)--}" selected="selected">1 {--LIFE_WEEKS--}</option>
-      <option value="{--({?one_day?}*14)--}">2 {--LIFE_WEEKS--}</option>
-      <option value="{--({?one_day?}*28)--}">4 {--LIFE_WEEKS--}</option>
-      <option value="{--({?one_day?}*56)--}">8 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*1)--}">1 {--DAYS--}</option>
+      <option value="{--({?ONE_DAY?}*3)--}">3 {--DAYS--}</option>
+      <option value="{--({?ONE_DAY?}*7)--}" selected="selected">1 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*14)--}">2 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*28)--}">4 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*56)--}">8 {--LIFE_WEEKS--}</option>
     </select>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    {!__PAYMENT_LIST!}
+    $content[payment_list]
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
 <tr>
   <td class="guest_footer seperator" width="10">&nbsp;</td>
   <td class="guest_footer" colspan="3" align="center">
-    <input type="hidden" name="refid" value="{!__SPONSOR_REFID!}" />
+    <input type="hidden" name="refid" value="$content[refid]" />
     <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
     <input type="submit" name="ok" class="guest_submit" value="{--REGISTER_SPONSOR--}" />
   </td>