More HTML rewrites #3
[mailer.git] / templates / de / html / guest / guest_rallye_show.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
2         <tr>
3                 <td class="guest_title2 bottom" height="25">
4                         <strong>Referal-Rallye gestartet!</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td class="bottom" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
9                 <ul>
10                         <li>Titel: <strong>$content[title]</strong></li>
11                         <li>Start: <strong>$content[start]</strong></li>
12                         <li>Ende : <strong>$content[end]</strong></li>
13                 </ul>
14                 </td>
15         </tr>
16         <tr>
17                 <td class="guest_title2 bottom" height="25">
18                         <strong>...::&nbsp;$content[title]&nbsp;::...</strong>
19                 </td>
20         </tr>
21         <tr>
22                 <td class="bottom">
23                 <div style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
24                         $content[descr]
25                 </div>
26                 </td>
27         </tr>
28         <tr>
29                 <td class="guest_title2 bottom" height="25">
30                         <strong>$content[can_win_this]:</strong>
31                 </td>
32         </tr>
33         <tr>
34                 <td class="bottom">
35                 <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
36                         $content[prices]
37                 </div>
38                 </td>
39         </tr>
40         <tr>
41                 <td class="guest_title2 bottom" height="25">
42                         <strong>Aktueller Stand der Rallye:</strong>
43                 </td>
44         </tr>
45         <tr>
46                 <td class="bottom" align="center">
47                 <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px" align="center">
48                         $content[top_users]
49                 </div>
50                 </td>
51         </tr>
52         <tr>
53                 <td class="guest_title2" height="25">
54                 <div align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
55                         <strong>...::&nbsp;$content[extras]&nbsp;::...</strong>
56                 </div>
57                 </td>
58         </tr>
59 </table>