More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[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"><strong>{--GUEST_TOP10_LOGIN_HEADER_1--}{!__TOP10_MAX!}&nbsp;-&nbsp;{--GUEST_TOP10_LOGIN_HEADER_2--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
10                 </td>
11                 <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
12                 </td>
13                 <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_LOGINS--}:</strong>
14                 </td>
15                 <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
16                 </td>
17                 <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
18                 </td>
19         </tr>
20         {!__TOP_LOGINS_ROWS!}
21         <tr>
22                 <td colspan="5" align="center" class="guest_footer" height="30">
23                 <div class="member_note tiny">{--GUEST_TOP10_LOGIN_FOOTER--}</div></td>
24         </tr>
25 </table>
26 </div>
27
28 <br />
29
30 <div align="center">
31 <table border="0" cellspacing="0" cellpadding="0" width="90%"
32         class="guest_table dashed">
33         <tr>
34                 <td colspan="4" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_POINTS_HEADER_1--}{!__TOP10_MAX!}&nbsp;-&nbsp;{--GUEST_TOP10_POINTS_HEADER_2--}</strong>
35                 </td>
36         </tr>
37         <tr>
38                 <td class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
39                 </td>
40                 <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
41                 </td>
42                 <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
43                 </td>
44                 <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
45                 </td>
46         </tr>
47         {!__TOP_POINTS_ROWS!}
48         <tr>
49                 <td colspan="5" align="center" class="guest_footer" height="30">
50                 <div class="member_note tiny">{--GUEST_TOP10_POINTS_FOOTER--}</div>
51                 </td>
52         </tr>
53 </table>
54 </div>
55
56 <br />
57
58 <div align="center">
59 <table border="0" cellspacing="0" cellpadding="0" width="90%"
60         class="guest_table dashed">
61         <tr>
62                 <td colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_REFS_HEADER_1--}{!__TOP10_MAX!}&nbsp;-&nbsp;{--GUEST_TOP10_REFS_HEADER_2--}</strong>
63                 </td>
64         </tr>
65         <tr>
66                 <td class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
67                 </td>
68                 <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
69                 </td>
70                 <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_REFERRALS--}:</strong>
71                 </td>
72                 <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
73                 </td>
74                 <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
75                 </td>
76         </tr>
77         {!__TOP_REFERRAL_ROWS!}
78         <tr>
79                 <td colspan="5" align="center" class="guest_footer" height="30">
80                 <div class="member_note tiny">{--GUEST_TOP10_REFS_FOOTER--}</div></td>
81         </tr>
82 </table>
83 </div>