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