Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_user_row.tpl
1 <tr>
2         <td width="20%" align="center" class="right top {%template,ColorSwitch%}"><strong>{--_UID--}:</strong></td>
3         <td width="20%" align="center" class="right top {%template,ColorSwitch%}"><strong>{--GENDER--}:</strong></td>
4         <td width="20%" align="center" class="right top {%template,ColorSwitch%}"><strong>{--SURNAME--}:</strong></td>
5         <td width="20%" align="center" class="right top {%template,ColorSwitch%}"><strong>{--FAMILY--}:</strong></td>
6         <td width="20%" align="center" class="{%template,ColorSwitch%} top"><strong>{--USER_NICKNAME--}:</strong></td>
7 </tr>
8 <tr>
9         <td align="center" class="bottom right {%template,ColorSwitch%}">{%pipe,generateUserProfileLink=$content[userid]%}</td>
10         <td align="center" class="bottom right {%template,ColorSwitch%}">{%pipe,translateGender=$content[gender]%}</td>
11         <td align="center" class="bottom right {%template,ColorSwitch%}">$content[surname]</td>
12         <td align="center" class="bottom right {%template,ColorSwitch%}">$content[family]</td>
13         <td align="center" class="bottom {%template,ColorSwitch%}">{%pipe,fixEmptyContentToDashes=$content[nickname]%}</td>
14 </tr>
15 <tr>
16         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--EMAIL--}:</strong></td>
17         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--REMOTE_IP--}:</strong></td>
18         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--REFERAL_UID--}:</strong></td>
19         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--ACCOUNT_STATUS--}:</strong></td>
20         <td align="center" class="{%template,ColorSwitch%}"><strong>{--UNCONFIRMED_LINKS--}:</strong></td>
21 </tr>
22 <tr>
23         <td align="center" class="right {%template,ColorSwitch%} bottom">$content[email]</td>
24         <td align="center" class="right {%template,ColorSwitch%} bottom">$content[REMOTE_ADDR]</td>
25         <td align="center" class="right {%template,ColorSwitch%} bottom">{%pipe,generateUserProfileLink=$content[refid]%}</td>
26         <td align="center" class="right {%template,ColorSwitch%} bottom">{%pipe,translateUserStatus=$content[status]%}</td>
27         <td align="center" class="{%template,ColorSwitch%} bottom">$content[links]</td>
28 </tr>
29 <tr>
30         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--TOTAL_POINTS--}:</strong></td>
31         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--MAILS_SENT--}:</strong></td>
32         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--CLICK_RATE--}:</strong></td>
33         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--POINTS_LOCKED--}:</strong></td>
34         <td align="center" class="{%template,ColorSwitch%}"><strong>{--TOTAL_REFERALS--}:</strong></td>
35 </tr>
36 <tr>
37         <td align="center" class="right {%template,ColorSwitch%} bottom">{%pipe,getTotalPoints,translateComma=$content[userid]%} {?POINTS?}</td>
38         <td align="center" class="right {%template,ColorSwitch%} bottom">$content[emails_sent]</td>
39         <td align="center" class="right {%template,ColorSwitch%} bottom">{%pipe,translateComma=$content[rate]%}%</td>
40         <td align="center" class="right {%template,ColorSwitch%} bottom">{%pipe,translateComma=$content[locked]%} {?POINTS?}</td>
41         <td align="center" class="{%template,ColorSwitch%} bottom">$content[refs]</td>
42 </tr>
43 <tr>
44         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--LOCK_REASON--}:</strong></td>
45         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--LOCK_TIMESTAMP--}:</strong></td>
46         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--_UNUSED--}:</strong></td>
47         <td align="center" class="right {%template,ColorSwitch%}"><strong>{--_UNUSED--}:</strong></td>
48         <td align="center" class="{%template,ColorSwitch%}"><strong>{--_UNUSED--}:</strong></td>
49 </tr>
50 <tr>
51         <td align="center" class="right {%template,ColorSwitch%} bottom">{%pipe,fixEmptyContentToDashes=$content[lock_reason]%}</td>
52         <td align="center" class="right {%template,ColorSwitch%} bottom">$content[lock_timestamp]</td>
53         <td align="center" class="right {%template,ColorSwitch%} bottom">---</td>
54         <td align="center" class="right {%template,ColorSwitch%} bottom">---</td>
55         <td align="center" class="{%template,ColorSwitch%} bottom">---</td>
56 </tr>
57 <tr>
58         <td height="22" colspan="5" class="table_header {%template,ColorSwitch%}">
59                 {%pipe,generateMemberAdminActionLinks=$content[userid]%}
60         </td>
61 </tr>