]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_referral_level.tpl
Continued:
[mailer.git] / templates / de / html / member / member_list_referral_level.tpl
1 <tr>
2         <td align="center" style="padding:0px;margin:0px">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" class="header_column" colspan="7">
6                 <strong>{--MEMBER_REFLIST_LIST_TITLE_1--}$content[level]{--MEMBER_REFLIST_LIST_TITLE_2--}$content[percents]{--MEMBER_REFLIST_LIST_TITLE_3--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td align="center" class="header_column bottom right">
11                 <strong>{--_USERID--}</strong>
12         </td>
13         <td align="center" class="header_column bottom right">
14                 <strong>{--ACCOUNT_STATUS--}</strong>
15         </td>
16         <td align="center" class="header_column bottom right">
17                 <strong>{--MEMBER_REFLIST_POINTS--}</strong>
18         </td>
19         <td align="center" class="header_column bottom right">
20                 <strong>{--UNCONFIRMED_LINKS--}</strong>
21         </td>
22         <td align="center" class="header_column bottom right">
23                 <strong>{--MEMBER_CLICK_RATE--}</strong>
24         </td>
25         <td align="center" class="header_column bottom right">
26                 <strong>{--MEMBER_REFLIST_ACTIVITY--}</strong>
27         </td>
28         <td align="center" class="header_column bottom">
29                 <strong>{--SUBID_VALUE--}</strong>
30         </td>
31 </tr>
32 $content[rows]
33 <tr>
34         <td align="center" class="table_footer" colspan="7">
35                 <span class="notice">{%message,MEMBER_REFLIST_COUNTER=$content[counter]%}</span>
36         </td>
37 </tr>
38 </table>
39         </td>
40 </tr>