More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / member / member_bonus.tpl
1 <div align="center">
2 <strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
3 <br />
4 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
5         <tr>
6                 <td width="80" align="center" class="member_header bottom2"><strong>{--BONUS_RANK--}:</strong></td>
7                 <td width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></td>
8
9                 <td width="100" align="center" class="member_header bottom2"><strong>{!POINTS!}:</strong></td>
10                 <td width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
11         </tr>
12         {!__BONUS_ROWS!}
13         <tr>
14                 <td colspan="4" class="member_footer" align="center"
15                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
16                 <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
17         </tr>
18 </table>
19 <br />
20
21 <table border="0" cellspacing="0" cellpadding="0" width="90%"
22         class="member_table dashed">
23         <tr>
24                 <td class="member_header bottom2"
25                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
26                         align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></td>
27         </tr>
28         <tr>
29                 <td class="member_note bottom2"
30                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
31                 <ol align="left">
32                         <li class="tiny">{--BONUS_RALLYE_CONDITION_1--}</li>
33                         <li class="tiny">{--BONUS_RALLYE_CONDITION_2--}</li>
34                         <li class="tiny">{--BONUS_RALLYE_CONDITION_3--}</li>
35                         <li class="tiny">{--BONUS_RALLYE_CONDITION_4--}</li>
36                         <li class="tiny">{--BONUS_RALLYE_CONDITION_5--}</li>
37                 </ol>
38                 </td>
39         </tr>
40         <tr>
41                 <td colspan="4" class="member_footer" align="center"
42                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
43                 <a href="{!URL!}/modules.php?module=login&amp;what=unconfirmed">{--BONUS_START_CONFIRMING_MAILS--}</a>
44                 </td>
45         </tr>
46 </table>
47 </div>