75a98eb811d41fca442483b87b382c944059aedc
[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 <tr>
4         <td colspan="5" class="table_header bottom" align="center">
5                 <strong>{--ADMIN_LIST_BEG_TITLE--}/<strong>
6         </td>
7 </tr>
8 <tr>
9         <td class="header_column bottom right" align="center">
10                 <strong>{--BEG_RANK--}</strong>
11         </td>
12         <td class="header_column bottom right" align="center">
13                 <strong>{--_UID--}:</strong>
14         </td>
15         <td class="header_column bottom right" align="center">
16                 <strong>{--SURNAME_FAMILY--}:</strong>
17         </td>
18         <td class="header_column bottom right" align="center">
19                 <strong>{--BEG_TOTAL--}:</strong>
20         </td>
21         <td class="header_column bottom" align="center">
22                 <strong>{--LAST_ONLINE_SHORT--}:</strong>
23         </td>
24 </tr>
25 $content[rows]
26 <tr>
27         <td colspan="3" class="header_column bottom right" align="right">
28                 <u>{--MEMBER_BEG_TOTAL--}:</u>
29         </td>
30         <td class="header_column bottom right">
31                 <u>{%pipe,translateComma=$content[total]%} {?POINTS?}</u>
32         </td>
33         <td class="header_column bottom">
34                 &nbsp;
35         </td>
36 </tr>
37 <tr>
38         <td colspan="5" align="center">
39                 $content[withdraw_form]
40         </td>
41 </tr>
42 </table>
43
44 <div class="notice">
45         <strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong>
46
47         <div>
48                 {%message,ADMIN_BEG_TIMEOUT=$content[autopurge_timeout]%}
49         </div>
50 </div>
51 </div>