]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_show_rallye.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_show_rallye.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="table dashed">
3 <tr>
4         <td class="table_header bottom">
5                 {--GUEST_RALLYE_HAS_STARTED_TITLE--}
6         </td>
7 </tr>
8
9 <tr>
10         <td class="bottom" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
11         <ul>
12                 <li>Titel: <strong>$content[title]</strong></li>
13                 <li>Start: <strong>$content[start_time]</strong></li>
14                 <li>Ende : <strong>$content[end_time]</strong></li>
15         </ul>
16         </td>
17 </tr>
18
19 <tr>
20         <td class="table_header bottom">
21                 <strong>...::&nbsp;$content[title]&nbsp;::...</strong>
22         </td>
23 </tr>
24
25 <tr>
26         <td class="bottom">
27         <div style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
28                 $content[descr]
29         </div>
30         </td>
31 </tr>
32
33 <tr>
34         <td class="table_header bottom">
35                 <strong>$content[can_win_this]:</strong>
36         </td>
37 </tr>
38
39 <tr>
40         <td class="bottom">
41         <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
42                 $content[prices]
43         </div>
44         </td>
45 </tr>
46
47 <tr>
48         <td class="table_header bottom">
49                 <strong>Aktueller Stand der Rallye:</strong>
50         </td>
51 </tr>
52
53 <tr>
54         <td class="bottom" align="center">
55         <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px" align="center">
56                 $content[top_users]
57         </div>
58         </td>
59 </tr>
60
61 <tr>
62         <td class="table_footer">
63         <div align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
64                 <strong>...::&nbsp;$content[extras]&nbsp;::...</strong>
65         </div>
66         </td>
67 </tr>
68 </table>
69 </div>