]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_top10.tpl
Some improvements:
[mailer.git] / templates / de / html / guest / guest_top10.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="table dashed">
3         <tr>
4                 <td colspan="5" class="table_header bottom">
5                         <strong>{--GUEST_TOP10_LOGINS_TITLE--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="header_column bottom right">
10                         <strong>Platz:</strong>
11                 </td>
12                 <td class="header_column bottom right">
13                         <strong>{--_USERID--}:</strong>
14                 </td>
15                 <td class="header_column bottom right">
16                         <strong>{--TOTAL_LOGINS--}:</strong>
17                 </td>
18                 <td class="header_column bottom right">
19                         <strong>{--TOTAL_POINTS--}:</strong>
20                 </td>
21                 <td class="header_column bottom">
22                         <strong>{--LAST_ONLINE_SHORT--}:</strong>
23                 </td>
24         </tr>
25         $content[logins_out]
26         <tr>
27                 <td colspan="5" align="center" class="table_footer">
28                         <div class="notice tiny">{--GUEST_TOP10_LOGINS_NOTICE--}</div>
29                 </td>
30         </tr>
31 </table>
32 </div>
33
34 <br />
35
36 <div align="center">
37 <table border="0" cellspacing="0" cellpadding="0" width="90%"
38         class="table dashed">
39         <tr>
40                 <td colspan="4" class="table_header bottom">
41                         <strong>{--GUEST_TOP10_EARNER_TITLE--}</strong>
42                 </td>
43         </tr>
44         <tr>
45                 <td class="header_column bottom right">
46                         <strong>Platz:</strong>
47                 </td>
48                 <td class="header_column bottom right">
49                         <strong>{--_USERID--}:</strong>
50                 </td>
51                 <td class="header_column bottom right">
52                         <strong>{--TOTAL_POINTS--}:</strong>
53                 </td>
54                 <td class="header_column bottom">
55                         <strong>{--LAST_ONLINE_SHORT--}:</strong>
56                 </td>
57         </tr>
58         $content[points_out]
59         <tr>
60                 <td colspan="5" align="center" class="table_footer">
61                         <div class="notice tiny">{--GUEST_TOP10_EARNER_NOTICE1--}</div>
62                 </td>
63         </tr>
64 </table>
65 </div>
66
67 <div class="notice">
68         {--GUEST_TOP10_EARNER_NOTICE2--}
69 </div>
70
71 <br />
72
73 <div align="center">
74 <table border="0" cellspacing="0" cellpadding="0" width="90%"
75         class="table dashed">
76         <tr>
77                 <td colspan="5" class="table_header bottom">
78                         <strong>{--GUEST_TOP10_REFERRAL_TITLE--}</strong>
79                 </td>
80         </tr>
81         <tr>
82                 <td class="header_column bottom right">
83                         <strong>Platz:</strong>
84                 </td>
85                 <td class="header_column bottom right">
86                         <strong>{--_USERID--}:</strong>
87                 </td>
88                 <td class="header_column bottom right">
89                         <strong>{--TOTAL_REFERRALS--}:</strong>
90                 </td>
91                 <td class="header_column bottom right">
92                         <strong>{--TOTAL_POINTS--}:</strong>
93                 </td>
94                 <td class="header_column bottom">
95                         <strong>{--LAST_ONLINE_SHORT--}:</strong>
96                 </td>
97         </tr>
98         $content[referrals_out]
99         <tr>
100                 <td colspan="5" align="center" class="table_footer">
101                         <div class="notice tiny">{--GUEST_TOP10_REFERRAL_NOTICE--}</div>
102                 </td>
103         </tr>
104 </table>
105 </div>