Fix for missing array elements
[mailer.git] / templates / de / html / member / member_doubler.tpl
index bcf4049cefbdb2f929bd3bb04c2aa1bbb2a99918..031bcc00fe232131618bae882863b75c8cc52713 100644 (file)
@@ -1,71 +1,52 @@
-<DIV align="center">{--DOUBLER_MEMBER_YOUR_LINK--}:<br />
-<STRONG><A href="{!URL!}/doubler.php?refid={--__USERID--}">{!URL!}/doubler.php?refid={--__USERID--}</A></STRONG><br />
-<br />
-{--DOUBLER_MEMBER_LINK_NOTE--}</DIV>
+<div align="center">
+       <div class="para">
+       {--DOUBLER_MEMBER_YOUR_LINK--}:
+       </div>
 
-<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</STRONG><br />
-<br />
-{!__DOUBLER_PAYOUT_HISTORY!}</div>
+       <div>
+               <strong><a target="_blank" title="Benutzen Sie diesen Link zum Verdoppeln!" href="{?URL?}/doubler.php?refid=$content[userid]%}">{?URL?}/doubler.php?refid=$content[userid]</a></strong>
+       </div>
 
-<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_NEXT_PAYOUT--}:</STRONG><br />
-<br />
-{!__DOUBLER_PAYOUT_NEXT!}</div>
+       <div>
+               <strong>Tipp:</strong> Nutzen Sie diesen zum Werben unseres {?mt_word2?}, um die <strong>$content[ref]%</strong> Referal-Verg&uuml;tung zu erhalten!
+       </div>
 
-<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_REF_PAYOUT--}:</STRONG><br />
-<br />
-{--__DOUBLER_PAYOUT_REF--}</div>
+       <div class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</div>
+       $content[payout_history]
 
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="doubler_table dashed" width="520">
-       <TR>
-               <TD align="center" class="doubler_header bottom2"><STRONG
-                       class="big">{--DOUBLER_GENERAL_INFOS--}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="doubler_main bottom2"
-                       style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
-               <UL>
+       <div class="big">{--DOUBLER_MEMBER_NEXT_PAYOUT--}:</div>
+       $content[next_table]
 
-                       <LI>{--DOUBLER_MINIMUM_IS--} <STRONG>{!__MIN_VALUE!}
-                       {!POINTS!}</STRONG> {--DOUBLER_MAXIMUM_IS--} <STRONG>{!__MAX_VALUE!}
-                       {!POINTS!}</STRONG></LI>
-                       <LI>{--DOUBLER_ALREADY_PAYED_1--} <STRONG>{!__TOTAL_VALUE!}
-                       {!POINTS!}</STRONG> {--DOUBLER_ALREADY_PAYED_2--}</LI>
-                       <LI>{--DOUBLER_POINTS_LEFT_1--} <STRONG>{!__LEFT_VALUE!}
-                       {!POINTS!}</STRONG> {--DOUBLER_POINTS_LEFT_2--}</LI>
-                       <LI>{--DOUBLER_USAGE_COUNTER_1--} <STRONG>{!__DOUBLER_COUNTER!}</STRONG>
-                       {--DOUBLER_USAGE_COUNTER_2--}</LI>
-                       <LI>{!DOUBLER_PAYOUT_TIME!}</LI>
-                       <LI><STRONG>{--DOUBLER_FULL_PAYOUT--}</STRONG></LI>
-                       <LI>{--DOUBLER_POINTS_1--} <STRONG>{!__CHARGE_VALUE!}%</STRONG>
-                       {--DOUBLER_POINTS_2--}</LI>
-                       <LI>{--DOUBLER_EXAMPLE_1--} <STRONG>500 {!POINTS!}</STRONG>
-                       --&gt; {--DOUBLER_EXAMPLE_2--} <STRONG>1000 {!POINTS!}</STRONG>{--DOUBLER_EXAMPLE_3--}</LI>
-                       <LI>{--DOUBLER_REFERRAL_1--} <STRONG>{!__REF_VALUE!}%</STRONG>
-                       {--DOUBLER_REFERRAL_2--} {--DOUBLER_REFERRAL_3--}
-                       {--DOUBLER_REFERRAL_4--}
-                       <LI>{--DOUBLER_REFERRAL_5--} <STRONG>100 {!POINTS!}</STRONG>
-                       {--DOUBLER_REFERRAL_6--} <STRONG>100 {!POINTS!}</STRONG>
-                       {--DOUBLER_REFERRAL_8--} <STRONG>300 {!POINTS!}</STRONG>
-                       {--DOUBLER_REFERRAL_8--}</LI>
-                       <LI>{--DOUBLER_REFERRAL_LINK--}</LI>
-                       <LI>{--DOUBLER_TIMEOUT_1--} <STRONG>{!__TIMEOUT_MARK!}</STRONG>
-                       {--DOUBLER_TIMEOUT_2--}</LI>
-                       <LI>{--DOUBLER_HAVE_FUN--}</LI>
-                       </UL>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" class="doubler_header bottom2"><STRONG
-                       class="big">{--DOUBLER_REGISTER_ADVERT--}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="doubler_main"
-                       style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
-               {--DOUBLER_YOUR_ADVERTISING_HERE--} <STRONG><A
-                       href="{!URL!}/modules.php?module=index&amp;what=impressum"
-                       target="_blank">{--DOUBLER_CONTACT_US--}</A></STRONG></TD>
-       </TR>
-</TABLE>
-</DIV>
+       <div class="big">{--DOUBLER_MEMBER_REF_PAYOUT--}:</div>
+       $content[payout_ref]
+</div>
+
+<div align="center" class="doubler_table dashed">
+       <div align="center" class="doubler_header bottom">
+               <strong class="big">{--DOUBLER_GENERAL_INFOS--}:</strong>
+       </div>
+       <div class="doubler_main bottom" style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
+               <ul>
+                       <li>{--DOUBLER_MINIMUM_IS--} <strong>{%config,translateComma=doubler_min%} {?POINTS?}</strong> {--DOUBLER_MAXIMUM_IS--} <strong>{%config,translateComma=doubler_max%} {?POINTS?}</strong></li>
+                       <li>{%message,DOUBLER_ALREADY_PAYED,{%config,translateComma=doubler_points%}%}</li>
+                       <li>{--DOUBLER_POINTS_LEFT_1--} <strong>$content[left] {?POINTS?}</strong> {--DOUBLER_POINTS_LEFT_2--}</li>
+                       <li>{--DOUBLER_USAGE_COUNTER_1--} <strong>{?doubler_counter?}</strong> {--DOUBLER_USAGE_COUNTER_2--}</li>
+                       <li>$content[payout_time]</li>
+                       <li><strong>{--DOUBLER_FULL_PAYOUT--}</strong></li>
+                       <li>{--DOUBLER_POINTS_1--} <strong>$content[charge]%</strong> {--DOUBLER_POINTS_2--}</li>
+                       <li>{--DOUBLER_EXAMPLE_1--} <strong>500 {?POINTS?}</strong> &raquo;&raquo; {--DOUBLER_EXAMPLE_2--} <strong>1000 {?POINTS?}</strong>{--DOUBLER_EXAMPLE_3--}</li>
+                       <li>{--DOUBLER_REFERAL_1--} <strong>$content[ref]%</strong> {--DOUBLER_REFERAL_2--} {--DOUBLER_REFERAL_3--} {--DOUBLER_REFERAL_4--}</li>
+                       <li>{--DOUBLER_REFERAL_5--} <strong>100 {?POINTS?}</strong> {--DOUBLER_REFERAL_6--} <strong>100 {?POINTS?}</strong> {--DOUBLER_REFERAL_8--} <strong>300 {?POINTS?}</strong> {--DOUBLER_REFERAL_8--}</li>
+                       <li>{--DOUBLER_REFERAL_LINK--}</li>
+                       <li>{--DOUBLER_TIMEOUT_1--} <strong>$content[timeout_mark]</strong> {--DOUBLER_TIMEOUT_2--}</li>
+                       <li>{--DOUBLER_HAVE_FUN--}</li>
+               </ul>
+       </div>
+       <div align="center" class="doubler_header bottom">
+               <strong class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong>
+       </div>
+       <div class="doubler_main" style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
+               {--DOUBLER_YOUR_ADVERTISING_HERE--}
+               <strong><a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">{--DOUBLER_CONTACT_US--}</a></strong>
+       </div>
+</div>