Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
[mailer.git] / templates / de / html / member / member_bonus.tpl
index 5ad30a9b44f9e354d9a6fdba033a79e2029996b4..bf4bb081d2eb06d14ecc58efe081020ed9d3365a 100644 (file)
@@ -1,47 +1,52 @@
-<P align="center"><STRONG>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</STRONG><BR>
-<BR>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="member_table dashed">
-       <TR>
-               <TD width="80" align="center" class="member_header bottom2"><STRONG>{--BONUS_RANK--}:</STRONG></TD>
-               <TD width="120" align="center" class="member_header bottom2"><STRONG>{--_UID--}:</STRONG></TD>
+<div align="center">
 
-               <TD width="100" align="center" class="member_header bottom2"><STRONG>{!POINTS!}:</STRONG></TD>
-               <TD width="220" align="center" class="member_header bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
-       </TR>
-       {!__BONUS_ROWS!}
-       <TR>
-               <TD colspan="4" class="member_footer" align="center"
+<div class="para">
+<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong>
+</div>
+
+<div class="para">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+       <tr>
+               <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
+
+               <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
+               <td width="220" align="center" class="header_column bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="4" class="member_footer" align="center"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <FONT class="tiny member_note">{--BONUS_RALLYE_NOTE--}</FONT></TD>
-       </TR>
-</TABLE>
-<BR>
+               <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
+       </tr>
+</table>
+</div>
 
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="member_table dashed">
-       <TR>
-               <TD class="member_header bottom2"
+<div class="para">
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="member_table dashed">
+       <tr>
+               <td class="header_column bottom"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
-                       align="center"><STRONG>{--BONUS_RALLYE_CONDITIONS--}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="member_note bottom2"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <OL align="left">
-                       <LI class="tiny">{--BONUS_RALLYE_CONDITION_1--}</LI>
-                       <LI class="tiny">{--BONUS_RALLYE_CONDITION_2--}</LI>
-                       <LI class="tiny">{--BONUS_RALLYE_CONDITION_3--}</LI>
-                       <LI class="tiny">{--BONUS_RALLYE_CONDITION_4--}</LI>
-                       <LI class="tiny">{--BONUS_RALLYE_CONDITION_5--}</LI>
-               </OL>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="4" class="member_footer" align="center"
+                       align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="member_note bottom" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+                       <ol align="left">
+                               <li class="tiny">Es werden nur aktive und freigeschaltete Mitglieder ber&uuml;cksichtig.</li>
+                               <li class="tiny">Der Login-Bonus wird bei der Auswertung nicht beachtet, aber dem Mitglied gutgeschrieben.</li>
+                               <li class="tiny">Es kann jeder dran teilnehmen, der Mitglied bei diesem {?mt_word?} (<strong>{?MAIN_TITLE?}</strong>) und freigegeben ist.</li>
+                               <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>
+                               <li class="tiny">Der Rechtsweg ist ausgeschlossen.</li>
+                       </ol>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="4" class="member_footer" align="center"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <A href="{!URL!}/modules.php?module=login&amp;what=unconfirmed">{--BONUS_START_CONFIRMING_MAILS--}</A>
-               </TD>
-       </TR>
-</TABLE>
-</P>
+               <a href="{%url=modules.php?module=login&amp;what=unconfirmed%}">{--BONUS_START_CONFIRMING_MAILS--}</a>
+               </td>
+       </tr>
+</table>
+</div>
+</div>