Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_bonus.tpl
1 <div align="center">
2 <div class="table dashed">
3 <div class="table_header">
4         {--MEMBER_BONUS_HERE_IS_THE_LIST--}
5 </div>
6 </div>
7
8 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
9 <tr>
10         <td align="center" class="header_column bottom">{--BONUS_RANK--}:</td>
11         <td align="center" class="header_column bottom">{--_USERID--}:</td>
12         <td align="center" class="header_column bottom">{?POINTS?}:</td>
13         <td align="center" class="header_column bottom">{--LAST_ONLINE_SHORT--}:</td>
14 </tr>
15
16 $content[rows]
17
18 <tr>
19         <td colspan="4" class="table_footer" align="center">
20                 <div class="tiny notice">{--MEMBER_BONUS_RALLYE_NOTICE--}</div>
21         </td>
22 </tr>
23 </table>
24
25 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="table dashed">
26         <tr>
27                 <td class="header_column bottom" align="center">
28                         {--MEMBER_BONUS_RALLYE_CONDITIONS--}:
29                 </td>
30         </tr>
31         <tr>
32                 <td class="notice bottom">
33                         <ol align="left">
34                                 <li class="tiny">Es werden nur aktive und freigeschaltete Mitglieder ber&uuml;cksichtigt.</li>
35                                 <li class="tiny">Der Login-Bonus wird bei der Auswertung nicht beachtet, aber dem Mitglied gutgeschrieben.</li>
36                                 <li class="tiny">Es kann jeder dran teilnehmen, der Mitglied bei diesem {?mt_word?} (<strong>{?MAIN_TITLE?}</strong>) und freigegeben ist.</li>
37                                 <li class="tiny">Zur Erstellung des Rallye-Ergebnisses wird nur die Aktiv-Verg&uuml;tung ber&uuml;cksichtig, welche Sie beim Best&auml;tigen von Mails erhalten k&ouml;nnen.</li>
38                                 <li class="tiny">Der Rechtsweg ist ausgeschlossen.</li>
39                         </ol>
40                 </td>
41         </tr>
42         <tr>
43                 <td colspan="4" class="table_footer" align="center">
44                         <a href="{%url=modules.php?module=login&amp;what=unconfirmed%}">{--MEMBER_BONUS_START_CONFIRMING_MAILS--}</a>
45                 </td>
46         </tr>
47 </table>
48 </div>