]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/show_bonus_msg.tpl
Hotfix
[mailer.git] / templates / de / html / show_bonus_msg.tpl
index e42d028149fdbc859e4c2d545b854e0884d8208a..8f7343e1081d3ed1e6aeb1421db042092a8bff29 100644 (file)
@@ -1,27 +1,43 @@
-{--HELLO--} {!__SALUT!} {!__SNAME!} {!__FNAME!}!
-<BR>
-<BR>
-{--BONUS_SHOW_HEADER_LINE_1--}
-<STRONG>{!POINTS!}</STRONG>
-{--BONUS_SHOW_HEADER_LINE_2--}
-<STRONG>{!__MAILID!}</STRONG>
-{--BONUS_SHOW_HEADER_LINE_3--}:
-<BR>
-<BR>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="300" 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>
-               <TD width="100" align="center" class="member_header bottom2"><STRONG>{!POINTS!}:</STRONG></TD>
-       </TR>
-       {!__RANK_ROWS!}
-       <TR>
-               <TD colspan="3" class="member_footer" align="center"><FONT
-                       class="tiny member_note">&nbsp;</FONT></TD>
-       </TR>
-</TABLE>
+<div align="center">
 
-<P>{!__YOUR_RANKING_LINE!}</P>
+<div class="big">
+       Hallo {%user,gender,translateGender=$content[userid]%} {%user,surname=$content[userid]%} {%user,family=$content[userid]%}!
+</div>
 
-<P><FONT class="member_note"> {--BONUS_SHOW_FOOTER_NOTE_1--}<BR>
-{--BONUS_SHOW_FOOTER_NOTE_2--} </FONT></P>
+<div>
+       {%message,MEMBER_BONUS_SHOW_TITLE=$content[mailid]%}:
+</div>
+
+<table border="0" cellspacing="0" cellpadding="0" width="300" class="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>{--_USERID--}:</strong>
+               </td>
+               <td width="100" align="center" class="header_column bottom">
+                       <strong>{?POINTS?}:</strong>
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="3" class="table_footer" align="center">
+                       $content[own]
+               </td>
+       </tr>
+</table>
+
+<div>
+       $content[rankings]
+</div>
+
+<div style="padding-top:5px;padding-bottom:5px">
+       <div>
+               {--MONTHLY_BONUS_RALLYE_GOOD_LUCK--}
+       </div>
+       <div>
+               {--MONTHLY_BONUS_RALLYE_RANKS_NOTE--}
+       </div>
+</div>
+</div>