bc60da3f90492e0640dcf3985ff0b73fe2e1ca31
[mailer.git] / templates / de / html / member / member_list_beg.tpl
1 <div align="center">
2 <div class="table dashed">
3 <div class="table_header">
4         <strong>{--MEMBER_BEG_HERE_IS_THE_LIST--}</strong>
5 </div>
6 </div>
7
8 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
9         <tr>
10                 <td width="80" align="center" class="header_column bottom"><strong>{--BEG_RANK--}:</strong></td>
11                 <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
12                 <td width="100" align="center" class="header_column bottom"><strong>{--BEG_POINTS--}:</strong></td>
13                 <td width="220" align="center" class="header_column bottom"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
14         </tr>
15         $content[rows]
16         <tr>
17                 <td colspan="4" class="table_footer" align="center"
18                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
19                 <div class="tiny notice">{--BEG_RALLYE_NOTE--}</div></td>
20         </tr>
21 </table>
22
23 <table border="0" cellspacing="0" cellpadding="0" width="90%"
24         class="table dashed">
25         <tr>
26                 <td class="header_column bottom"
27                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
28                         align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
29         </tr>
30         <tr>
31                 <td class="notice bottom"
32                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
33                 <ol align="left">
34                         <li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
35                         <li class="tiny">{--BEG_RALLYE_CONDITION_2--}</li>
36                         <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
37                         <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
38                 </ol>
39                 </td>
40         </tr>
41         <tr>
42                 <td colspan="4" class="table_footer" align="center"
43                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
44                 <a href="{%url=modules.php?module=login&amp;what=beg%}">{--BEG_LINK_HERE--}</a>
45                 </td>
46         </tr>
47 </table>
48 </div>