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