Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_show_rallye.tpl
index 0eb2cb30f98348733dbcc524496493a0beb8360b..4c4601f223f48a0e59f6245bc85ce76965cc98b5 100644 (file)
@@ -1,61 +1,69 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="table dashed">
-       <tr>
-               <td class="table_header bottom" height="25">
-                       <strong>{--GUEST_RALLYE_HAS_STARTED_TITLE--}</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_time]</strong></li>
-                       <li>Ende : <strong>$content[end_time]</strong></li>
-               </ul>
-               </td>
-       </tr>
-       <tr>
-               <td class="table_header 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="table_header 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="table_header 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="table_footer" 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>
+<tr>
+       <td class="table_header bottom">
+               {--GUEST_RALLYE_HAS_STARTED_TITLE--}
+       </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_time]</strong></li>
+               <li>Ende : <strong>$content[end_time]</strong></li>
+       </ul>
+       </td>
+</tr>
+
+<tr>
+       <td class="table_header bottom">
+               <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="table_header bottom">
+               <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="table_header bottom">
+               <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="table_footer">
+       <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>
 </div>