Rewrite of language strings
[mailer.git] / templates / de / html / member / member_bonus.tpl
1 <div align="center">
2
3 <div class="para">
4 <strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong>
5 </div>
6
7 <div class="para">
8 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
9         <tr>
10                 <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
11                 <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
12
13                 <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
14                 <td width="220" align="center" class="header_column bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
15         </tr>
16         $content[rows]
17         <tr>
18                 <td colspan="4" class="member_footer" align="center"
19                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
20                 <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
21         </tr>
22 </table>
23 </div>
24
25 <div class="para">
26 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="member_table dashed">
27         <tr>
28                 <td class="header_column bottom"
29                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
30                         align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong>
31                 </td>
32         </tr>
33         <tr>
34                 <td class="member_note bottom" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
35                         <ol align="left">
36                                 <li class="tiny">Es werden nur aktive und freigeschaltete Mitglieder ber&uuml;cksichtig.</li>
37                                 <li class="tiny">Der Login-Bonus wird bei der Auswertung nicht beachtet, aber dem Mitglied gutgeschrieben.</li>
38                                 <li class="tiny">Es kann jeder dran teilnehmen, der Mitglied bei diesem {?mt_word?} (<strong>{?MAIN_TITLE?}</strong>) und freigegeben ist.</li>
39                                 <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>
40                                 <li class="tiny">Der Rechtsweg ist ausgeschlossen.</li>
41                         </ol>
42                 </td>
43         </tr>
44         <tr>
45                 <td colspan="4" class="member_footer" align="center"
46                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
47                 <a href="{%url=modules.php?module=login&amp;what=unconfirmed%}">{--BONUS_START_CONFIRMING_MAILS--}</a>
48                 </td>
49         </tr>
50 </table>
51 </div>
52 </div>