HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_list_beg.tpl
1 <P align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
2 <br />
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="520"
4         class="member_table dashed">
5         <TR>
6                 <TD width="80" align="center" class="member_header bottom2"><strong>{--BEG_RANK--}:</strong></TD>
7                 <TD width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></TD>
8                 <TD width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></TD>
9                 <TD width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
10         </TR>
11         {!__BEG_ROWS!}
12         <TR>
13                 <TD colspan="4" class="member_footer" align="center"
14                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
15                 <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></TD>
16         </TR>
17 </TABLE>
18 <br />
19
20 <TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
21         class="member_table dashed">
22         <TR>
23                 <TD class="member_header bottom2"
24                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
25                         align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></TD>
26         </TR>
27         <TR>
28                 <TD class="member_note bottom2"
29                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
30                 <ol align="left">
31                         <li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
32                         <li class="tiny">{--BEG_RALLYE_CONDITION_2--}</li>
33                         <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
34                         <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
35                 </ol>
36                 </TD>
37         </TR>
38         <TR>
39                 <TD colspan="4" class="member_footer" align="center"
40                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
41                 <a href="{!URL!}/modules.php?module=login&amp;what=beg">{--BEG_LINK_HERE--}</a>
42                 </TD>
43         </TR>
44 </TABLE>
45 </P>