Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_rallye_show.tpl
index 9f5c5dc0f25610eeb29e585a53d9608e48a72cc7..99468313ee7ec617309ad742d8dbd21d0f04f220 100644 (file)
@@ -1,57 +1,59 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
-       <TR>
-               <TD class="guest_title2 bottom2" height="25">
-                       <STRONG>Referal-Rallye gestartet!</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="bottom2" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
-               <UL>
-                       <LI>Titel: <STRONG>{!__RALLYE_TITLE!}</STRONG></LI>
-                       <LI>Start: <STRONG>{!__RALLYE_START!}</STRONG></LI>
-                       <LI>Ende : <STRONG>{!__RALLYE_END!}</STRONG></LI>
-               </UL>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="guest_title2 bottom2" height="25">
-                       <STRONG>...::&nbsp;{!__RALLYE_TITLE!}&nbsp;::...</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="bottom2">
-               <DIV
-                       style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
-               {!__RALLYE_DESCR!}</DIV>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="guest_title2 bottom2" height="25"><STRONG>{!__RALLYE_CAN_WIN_THIS!}:</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="bottom2">
-               <DIV
-                       style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
-               {!__RALLYE_PRICES!}</DIV>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="guest_title2 bottom2" height="25"><STRONG>Aktueller
-               Stand der Rallye:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="bottom2" align="center">
-               <DIV
-                       style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px"
-                       align="center">{!__RALLYE_TOP_USERS!}</DIV>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="guest_title2" height="25">
-               <DIV align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
-                       <STRONG>...::&nbsp;{!__RALLYE_EXTRAS!}&nbsp;::...</STRONG>
-               </DIV>
-               </TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
+       <tr>
+               <td class="guest_title bottom" height="25">
+                       <strong>Referal-Rallye gestartet!</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
+               <ul>
+                       <li>Titel: <strong>$content[title]</strong></li>
+                       <li>Start: <strong>$content[start]</strong></li>
+                       <li>Ende : <strong>$content[end]</strong></li>
+               </ul>
+               </td>
+       </tr>
+       <tr>
+               <td class="guest_title bottom" height="25">
+                       <strong>...::&nbsp;$content[title]&nbsp;::...</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom">
+               <div style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
+                       $content[descr]
+               </div>
+               </td>
+       </tr>
+       <tr>
+               <td class="guest_title bottom" height="25">
+                       <strong>$content[can_win_this]:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom">
+               <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
+                       $content[prices]
+               </div>
+               </td>
+       </tr>
+       <tr>
+               <td class="guest_title bottom" height="25">
+                       <strong>Aktueller Stand der Rallye:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="center">
+               <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px" align="center">
+                       $content[top_users]
+               </div>
+               </td>
+       </tr>
+       <tr>
+               <td class="guest_title" height="25">
+               <div align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
+                       <strong>...::&nbsp;$content[extras]&nbsp;::...</strong>
+               </div>
+               </td>
+       </tr>
+</table>