92e85e18ce5d79d12a2278d246b9b5a06d5b48bd
[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="guest_table dashed">
4         <tr>
5                 <td colspan="5" class="guest_title2 bottom2" height="30">
6                         <strong>TOP{?top10_max?}&nbsp;-&nbsp;Logins</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="guest_title2 bottom2 right2">
11                         <strong>Platz:</strong>
12                 </td>
13                 <td class="guest_title2 bottom2 right2">
14                         <strong>{--_UID--}:</strong>
15                 </td>
16                 <td class="guest_title2 bottom2 right2">
17                         <strong>{--TOTAL_LOGINS--}:</strong>
18                 </td>
19                 <td class="guest_title2 bottom2 right2">
20                         <strong>{--TOTAL_POINTS--}:</strong>
21                 </td>
22                 <td class="guest_title2 bottom2">
23                         <strong>{--ADMIN_LAST_ONLINE--}:</strong>
24                 </td>
25         </tr>
26         $content[logins_out]
27         <tr>
28                 <td colspan="5" align="center" class="guest_footer" height="30">
29                         <div class="member_note tiny">Diese Liste zeigt Ihnen, wer am h&auml;ufigsten eingeloggt hat.</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="guest_table dashed">
40         <tr>
41                 <td colspan="4" class="guest_title2 bottom2" height="30">
42                         <strong>TOP{?top10_max?}&nbsp;-&nbsp;{?POINTS?}-Verdiener</strong>
43                 </td>
44         </tr>
45         <tr>
46                 <td class="guest_title2 bottom2 right2">
47                         <strong>Platz:</strong>
48                 </td>
49                 <td class="guest_title2 bottom2 right2">
50                         <strong>{--_UID--}:</strong>
51                 </td>
52                 <td class="guest_title2 bottom2 right2">
53                         <strong>{--TOTAL_POINTS--}:</strong>
54                 </td>
55                 <td class="guest_title2 bottom2">
56                         <strong>{--ADMIN_LAST_ONLINE--}:</strong>
57                 </td>
58         </tr>
59         $content[points_out]
60         <tr>
61                 <td colspan="5" align="center" class="guest_footer" height="30">
62                         <div class="member_note tiny">Diese Liste zeigt Ihnen, wer die meisten {?POINTS?} verdient hat.</div>
63                 </td>
64         </tr>
65 </table>
66 </div>
67
68 <br />
69
70 <div align="center">
71 <table border="0" cellspacing="0" cellpadding="0" width="90%"
72         class="guest_table dashed">
73         <tr>
74                 <td colspan="5" class="guest_title2 bottom2" height="30">
75                         <strong>TOP{?top10_max?}&nbsp;-&nbsp;Werber</strong>
76                 </td>
77         </tr>
78         <tr>
79                 <td class="guest_title2 bottom2 right2">
80                         <strong>Platz:</strong>
81                 </td>
82                 <td class="guest_title2 bottom2 right2">
83                         <strong>{--_UID--}:</strong>
84                 </td>
85                 <td class="guest_title2 bottom2 right2">
86                         <strong>{--TOTAL_REFERRALS--}:</strong>
87                 </td>
88                 <td class="guest_title2 bottom2 right2">
89                         <strong>{--TOTAL_POINTS--}:</strong>
90                 </td>
91                 <td class="guest_title2 bottom2">
92                         <strong>{--ADMIN_LAST_ONLINE--}:</strong>
93                 </td>
94         </tr>
95         $content[referals_out]
96         <tr>
97                 <td colspan="5" align="center" class="guest_footer" height="30">
98                         <div class="member_note tiny">Diese Liste zeigt Ihnen, wer die meisten Mitglieder geworben hat.</div>
99                 </td>
100         </tr>
101 </table>
102 </div>