More HTML rewrites #2
[mailer.git] / templates / de / html / doubler / doubler_index.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="doubler_table" width="100%">
3         <tr>
4                 <td height="80" align="center">$content[header]</td>
5         </tr>
6         <tr>
7                 <td align="center" class="doubler_main">
8                 <h3 class="huge">{?POINTS?}-{--DOUBLER_TITLE--} - {?MAIN_TITLE?}</h3>
9                 <br />
10                 $content[enter_login]<br />
11                 {--DOUBLER_NOTE_FOR_PASSWORD--}<br />
12                 <br />
13                 <form accept-charset="utf-8" action="{%url=doubler.php?refid=$content[refid]" method="post">
14                 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
15                         <tr>
16                                 <td colspan="2" class="guest_title2 bottom">
17                                         <strong>{?POINTS?}-{--DOUBLER_TITLE--}</strong><br />
18                                         <div class="doubler_error">$content[message]</div>
19                                 </td>
20                         </tr>
21                         <tr>
22                                 <td colspan="2" class="seperator" height="5">&nbsp;</td>
23                         </tr>
24                         <tr>
25                                 <td width="260" align="right" height="25">
26                                 {--DOUBLER_ENTER_LOGIN_DATA--}:&nbsp;</td>
27                                 <td width="260"><input type="text" name="userid"
28                                         class="guest_normal" size="10" maxlength="255"></td>
29                         </tr>
30                         <tr>
31                                 <td width="260" align="right" height="25">
32                                 {--GUEST_ENTER_PASSWORD--}:&nbsp;</td>
33                                 <td width="260"><input type="password" name="pass"
34                                         class="guest_normal" size="10" maxlength="255"></td>
35                         </tr>
36                         <tr>
37                                 <td width="260" align="right" height="25">
38                                 {--DOUBLER_ENTER_POINTS--}:&nbsp;</td>
39                                 <td width="260"><input type="text" name="points"
40                                         class="guest_normal" size="10" maxlength="20"></td>
41                         </tr>
42                         <tr>
43                                 <td colspan="2" class="seperator bottom" height="5">&nbsp;</td>
44                         </tr>
45                         <tr>
46                                 <td colspan="2" align="center" class="guest_footer">
47                                         <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
48                                         <input type="submit" class="guest_submit" name="ok" value="{--DOUBLER_NOW--}" />
49                                 </td>
50                         </tr>
51                 </table>
52                 </form>
53                 <br />
54                 {--DOUBLER_ALREADY_PAYED_1--} <strong>$content[total]
55                 {?POINTS?}</strong> {--DOUBLER_ALREADY_PAYED_2--}<br />
56                 {--DOUBLER_POINTS_LEFT_1--} <strong>$content[left]
57                 {?POINTS?}</strong> {--DOUBLER_POINTS_LEFT_2--}<br />
58                 {--DOUBLER_USAGE_COUNTER_1--} <strong>{?doubler_counter?}</strong>
59                 {--DOUBLER_USAGE_COUNTER_2--}<br />
60                 <br />
61                 {--DOUBLER_MINIMUM_IS--} <strong>$content[min] {?POINTS?}</strong>
62                 {--DOUBLER_MAXIMUM_IS--} <strong>$content[max] {?POINTS?}</strong><br />
63                 {--DOUBLER_HAVE_FUN--}<br />
64                 <br />
65                 $content[payout_time]<br />
66                 <br />
67                 {--DOUBLER_POINTS_1--} <strong>$content[charge]%</strong>
68                 {--DOUBLER_POINTS_2--}<br />
69                 <br />
70                 {--DOUBLER_EXAMPLE_1--} <strong>500 {?POINTS?}</strong> &raquo;&raquo;
71                 {--DOUBLER_EXAMPLE_2--} <strong>1000 {?POINTS?}</strong>{--DOUBLER_EXAMPLE_3--}<br />
72                 <br />
73                 <div class="big">{--DOUBLER_FULL_PAYOUT--}</div><br />
74                 <br />
75                 {--DOUBLER_REFERAL_1--} <strong>$content[ref]%</strong>
76                 {--DOUBLER_REFERAL_2--} {--DOUBLER_REFERAL_3--}
77                 {--DOUBLER_REFERAL_4--} {--DOUBLER_REFERAL_5--} <strong>100
78                 {?POINTS?}</strong> {--DOUBLER_REFERAL_6--} <strong>100 {?POINTS?}</strong>
79                 {--DOUBLER_REFERAL_8--} <strong>300 {?POINTS?}</strong>
80                 {--DOUBLER_REFERAL_8--} {--DOUBLER_REFERAL_LINK--}<br />
81                 $content[message]<br />
82                 {--DOUBLER_NOT_YET_REGISTERED--} <a
83                         href="{?URL?}/ref.php?refid=$content[refid]%}">{--DOUBLER_REGISTER_NOW--}</a><br />
84                 <br />
85                 {--DOUBLER_YOUR_ADVERTISING_HERE--} <a
86                         href="{%url=modules.ph?module=index&amp;what=impressum&amp;refid=$content[refid]%}">{--DOUBLER_CONTACT_US--}</a><br />
87                 <br />
88                 $content[banner]<br />
89                 <br />
90                 $content[payout_history]</td>
91         </tr>
92         <tr>
93                 <td height="80" align="center">$content[footer]</td>
94         </tr>
95 </table>
96 </div>