]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_beg.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_list_beg.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="4" class="table_header">
5                 {--MEMBER_LIST_BEG_RALLYE_TITLE--}
6         </td>
7 </tr>
8
9 <tr>
10         <td align="center" class="header_column bottom right">{--BEG_RANK--}:</td>
11         <td align="center" class="header_column bottom right">{--_USERID--}:</td>
12         <td align="center" class="header_column bottom right">{--BEG_POINTS--}:</td>
13         <td align="center" class="header_column bottom">{--LAST_ONLINE_SHORT--}:</td>
14 </tr>
15
16 $content[rows]
17
18 <tr>
19         <td colspan="4" class="table_footer">
20                 {--BEG_RALLYE_NOTICE--}
21         </td>
22 </tr>
23 </table>
24
25 <div class="table dashed">
26         <div class="table_header bottom">
27                 {--BEG_RALLYE_CONDITIONS--}:
28         </div>
29         <div class="bottom">
30                 <ol class="listing">
31                         <li>{--BEG_RALLYE_CONDITION_1--}</li>
32                         <li>{--BEG_RALLYE_CONDITION_2--}</li>
33                         <li>{--BEG_RALLYE_CONDITION_3--}</li>
34                         <li>{--BEG_RALLYE_CONDITION_4--}</li>
35                 </ol>
36         </div>
37         <div class="table_footer">
38                 <a href="{%url=modules.php?module=login&amp;what=beg%}">{--BEG_LINK_HERE--}</a>
39         </div>
40 </div>
41 </div>