Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_doubler.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td align="center" class="table_header bottom">
5                         <strong class="big">{--DOUBLER_GENERAL_INFOS--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="bottom" style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
10                         <ul>
11                         <li>{--DOUBLER_MINIMUM_IS--} <strong>{%config,translateComma=doubler_min%} {?POINTS?}</strong> {--DOUBLER_MAXIMUM_IS--} <strong>{%config,translateComma=doubler_max%} {?POINTS?}</strong></li>
12                         <li>{--DOUBLER_ALREADY_PAYED--}</li>
13                         <li>{--DOUBLER_POINTS_LEFT--}</li>
14                         <li>{--DOUBLER_USAGE_COUNTER--}</li>
15                         <li>$content[payout_time]</li>
16                         <li><strong>{--DOUBLER_FULL_PAYOUT--}</strong></li>
17                         <li>{--DOUBLER_POINTS--}</li>
18                         <li>{--DOUBLER_EXAMPLE--}</li>
19                         <li>{--DOUBLER_REFERRAL--}
20                         <li>{--DOUBLER_REFERRAL_LINK--}</li>
21                         <li>{--DOUBLER_TIMEOUT--}</li>
22                         <li>{--DOUBLER_HAVE_FUN--}</li>
23                         <li><strong><a href="{%url=doubler.php%}">{--DOUBLER_WANNA_TRY--}</a></strong></li>
24                         </ul>
25                 </td>
26         </tr>
27         <tr>
28                 <td align="center" class="table_header bottom"><strong
29                         class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></td>
30         </tr>
31         <tr>
32                 <td style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
33                         <ul>
34                         <li>{--DOUBLER_NOT_YET_REGISTERED--} <a href="{%url=ref.php?refid={%pipe,determineReferralId%}%}">{--DOUBLER_REGISTER_NOW--}</a></li>
35                         <li>{--DOUBLER_YOUR_ADVERTISING_HERE--} <a href="{%url=modules.php?module=index&amp;what=impressum&amp;refid={%pipe,determineReferralId%}%}">{--DOUBLER_CONTACT_US--}</a></li>
36                         </ul>
37                 </td>
38         </tr>
39 </table>
40
41 <div class="big">
42         {--DOUBLER_ALREADY_PAYOUT--}:
43 </div>
44
45 <div class="para">
46         $content[payout_history]
47 </div>
48
49 <div class="big">
50         {--DOUBLER_NEXT_PAYOUT--}:
51 </div>
52
53 <div class="para">
54         {%pipe,generateDoublerTable%}
55 </div>
56 </div>