Hotfix
[mailer.git] / templates / de / html / show_bonus_msg.tpl
1 <div align="center">
2
3 <div class="big">
4         Hallo {%user,gender,translateGender=$content[userid]%} {%user,surname=$content[userid]%} {%user,family=$content[userid]%}!
5 </div>
6
7 <div>
8         {%message,MEMBER_BONUS_SHOW_TITLE=$content[mailid]%}:
9 </div>
10
11 <table border="0" cellspacing="0" cellpadding="0" width="300" class="table dashed">
12         <tr>
13                 <td width="80" align="center" class="header_column bottom">
14                         <strong>{--BONUS_RANK--}:</strong>
15                 </td>
16                 <td width="120" align="center" class="header_column bottom">
17                         <strong>{--_USERID--}:</strong>
18                 </td>
19                 <td width="100" align="center" class="header_column bottom">
20                         <strong>{?POINTS?}:</strong>
21                 </td>
22         </tr>
23         $content[rows]
24         <tr>
25                 <td colspan="3" class="table_footer" align="center">
26                         $content[own]
27                 </td>
28         </tr>
29 </table>
30
31 <div>
32         $content[rankings]
33 </div>
34
35 <div style="padding-top:5px;padding-bottom:5px">
36         <div>
37                 {--MONTHLY_BONUS_RALLYE_GOOD_LUCK--}
38         </div>
39         <div>
40                 {--MONTHLY_BONUS_RALLYE_RANKS_NOTE--}
41         </div>
42 </div>
43 </div>