New wrapper function introduced, more EL rewrites:
[mailer.git] / templates / de / html / admin / admin_list_beg.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>{--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>{--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>{--MEMBER_BEG_TOTAL--}:</u>
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" align="center">
33                         $content[withdraw_form]
34                 </td>
35         </tr>
36 </table>
37
38 <div class="admin_note">
39         <strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong>
40
41         <div>
42                 {%message,ADMIN_BEG_TIMEOUT=$content[autopurge_timeout]%}
43         </div>
44 </div>
45 </div>