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