Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_list_bonus.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
2         <tr>
3                 <td class="admin_header bottom2 right2" align="center" width="60">
4                         <strong>{--BONUS_RANK--}</strong>
5                 </td>
6                 <td class="admin_header bottom2 right2" align="center" width="90">
7                         <strong>{--_UID--}:</strong>
8                 </td>
9                 <td class="admin_header bottom2 right2" align="center">
10                         <strong>{--SURNAME_FAMILY--}:</strong>
11                 </td>
12                 <td class="admin_header bottom2 right2" align="center">
13                         <strong>{--BONUS_TURBO_TOTAL2--}:</strong>
14                 </td>
15                 <td class="admin_header bottom2" align="center" width="160">
16                         <strong>{--ADMIN_LAST_ONLINE--}:</strong>
17                 </td>
18         </tr>
19         $content[rows]
20         <tr>
21                 <td colspan="3" class="admin_header bottom2 right2" height="28" align="right">
22                         <u>{--BONUS_MEMBER_TOTAL--}:</u>&nbsp;
23                 </td>
24                 <td class="admin_header bottom2 right2" height="28">&nbsp;<u>$content[total] {?POINTS?}</u></td>
25                 <td class="admin_header bottom2">&nbsp;</td>
26         </tr>
27         <tr>
28                 <td colspan="5" class="admin_header" align="center" height="55">
29                         $content[withdraw_form]
30                 </td>
31         </tr>
32 </table>
33
34 <div class="admin_note">
35         <strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong><br />
36         <br />
37         {--ADMIN_BONUS_TIMEOUT_1--}<strong>$content[autopurge_timeout]</strong>{--ADMIN_BONUS_TIMEOUT_2--}
38 </div>