]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_show_rallye.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[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" height="25">
5                         <strong>{--GUEST_RALLYE_HAS_STARTED_TITLE--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="bottom" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
10                 <ul>
11                         <li>Titel: <strong>$content[title]</strong></li>
12                         <li>Start: <strong>$content[start]</strong></li>
13                         <li>Ende : <strong>$content[end]</strong></li>
14                 </ul>
15                 </td>
16         </tr>
17         <tr>
18                 <td class="table_header bottom" height="25">
19                         <strong>...::&nbsp;$content[title]&nbsp;::...</strong>
20                 </td>
21         </tr>
22         <tr>
23                 <td class="bottom">
24                 <div style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
25                         $content[descr]
26                 </div>
27                 </td>
28         </tr>
29         <tr>
30                 <td class="table_header bottom" height="25">
31                         <strong>$content[can_win_this]:</strong>
32                 </td>
33         </tr>
34         <tr>
35                 <td class="bottom">
36                 <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
37                         $content[prices]
38                 </div>
39                 </td>
40         </tr>
41         <tr>
42                 <td class="table_header bottom" height="25">
43                         <strong>Aktueller Stand der Rallye:</strong>
44                 </td>
45         </tr>
46         <tr>
47                 <td class="bottom" align="center">
48                 <div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px" align="center">
49                         $content[top_users]
50                 </div>
51                 </td>
52         </tr>
53         <tr>
54                 <td class="table_footer" height="25">
55                 <div align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
56                         <strong>...::&nbsp;$content[extras]&nbsp;::...</strong>
57                 </div>
58                 </td>
59         </tr>
60 </table>
61 </div>