Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_list_bonus.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <!-- @TODO No title here? //-->
4         <tr>
5                 <td class="header_column bottom right" align="center">
6                         <strong>{--BONUS_RANK--}</strong>
7                 </td>
8                 <td class="header_column bottom right" align="center">
9                         <strong>{--_UID--}:</strong>
10                 </td>
11                 <td class="header_column bottom right" align="center">
12                         <strong>{--SURNAME_FAMILY--}:</strong>
13                 </td>
14                 <td class="header_column bottom right" align="center">
15                         <strong>{--BONUS_TURBO_TOTAL2--}:</strong>
16                 </td>
17                 <td class="header_column bottom" align="center">
18                         <strong>{--ADMIN_LAST_ONLINE--}:</strong>
19                 </td>
20         </tr>
21         $content[rows]
22         <tr>
23                 <td colspan="3" class="header_column bottom right" align="right">
24                         <u>{--BONUS_MEMBER_TOTAL--}:</u>&nbsp;
25                 </td>
26                 <td class="header_column bottom right">
27                         <u>$content[total] {?POINTS?}</u>
28                 </td>
29                 <td class="header_column bottom">&nbsp;</td>
30         </tr>
31         <tr>
32                 <td colspan="5" class="header_column" align="center" height="55">
33                         $content[withdraw_form]
34                 </td>
35         </tr>
36 </table>
37
38 <div class="admin_note">
39         <div>
40                 <strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong>
41         </div>
42         <div>
43                 {--ADMIN_BONUS_TIMEOUT_1--}<strong>$content[autopurge_timeout]</strong>{--ADMIN_BONUS_TIMEOUT_2--}
44         </div>
45 </div>
46 </div