Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_rallye_show.tpl
index 3adb264db85c76e687480baaf5933bc4f6945c38..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">
+<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="bottom2" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
+               </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>{!__RALLYE_TITLE!}</strong></li>
-                       <li>Start: <strong>{!__RALLYE_START!}</strong></li>
-                       <li>Ende : <strong>{!__RALLYE_END!}</strong></li>
+                       <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_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">
+               </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;{!__RALLYE_EXTRAS!}&nbsp;::...</strong>
+                       <strong>...::&nbsp;$content[extras]&nbsp;::...</strong>
                </div>
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>