All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / member / member_list_beg.tpl
1 <div align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
2 <br />
3 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
4         <tr>
5                 <td width="80" align="center" class="member_header bottom"><strong>{--BEG_RANK--}:</strong></td>
6                 <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
7                 <td width="100" align="center" class="member_header bottom"><strong>{--BEG_POINTS--}:</strong></td>
8                 <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
9         </tr>
10         $content[rows]
11         <tr>
12                 <td colspan="4" class="member_footer" align="center"
13                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
14                 <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></td>
15         </tr>
16 </table>
17 <br />
18
19 <table border="0" cellspacing="0" cellpadding="0" width="90%"
20         class="member_table dashed">
21         <tr>
22                 <td class="member_header bottom"
23                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
24                         align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
25         </tr>
26         <tr>
27                 <td class="member_note bottom"
28                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
29                 <ol align="left">
30                         <li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
31                         <li class="tiny">{--BEG_RALLYE_CONDITION_2--}</li>
32                         <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
33                         <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
34                 </ol>
35                 </td>
36         </tr>
37         <tr>
38                 <td colspan="4" class="member_footer" align="center"
39                         style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
40                 <a href="{?URL?}/modules.php?module=login&amp;what=beg">{--BEG_LINK_HERE--}</a>
41                 </td>
42         </tr>
43 </table>
44 </div>