1fa9289d143e46611aaa21fa3da066098e04e435
[mailer.git] / templates / de / html / admin / admin_list_beg.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <!-- @TODO No title here? //-->
4         <tr>
5                 <td class="header_column bottom right" align="center">
6                         <strong>{--BEG_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>{--BEG_TOTAL--}:</strong>
16                 </td>
17                 <td class="header_column bottom" align="center">
18                         <strong>{--LAST_ONLINE_SHORT--}:</strong>
19                 </td>
20         </tr>
21         $content[rows]
22         <tr>
23                 <td colspan="3" class="header_column bottom right" align="right">
24                         <u>{--MEMBER_BEG_TOTAL--}:</u>
25                 </td>
26                 <td class="header_column bottom right">
27                         <u>{%pipe,translateComma=$content[total]%} {?POINTS?}</u>
28                 </td>
29                 <td class="header_column bottom">
30                         &nbsp;
31                 </td>
32         </tr>
33         <tr>
34                 <td colspan="5" align="center">
35                         $content[withdraw_form]
36                 </td>
37         </tr>
38 </table>
39
40 <div class="notice">
41         <strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong>
42
43         <div>
44                 {%message,ADMIN_BEG_TIMEOUT=$content[autopurge_timeout]%}
45         </div>
46 </div>
47 </div>