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