fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_list_beg.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>{--BEG_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>{--BEG_TOTAL--}:</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>{--BEG_MEMBER_TOTAL--}:</u>&nbsp;
24                 </td>
25                 <td class="header_column bottom right" height="28">
26                         &nbsp;<u>$content[total] {?POINTS?}</u>
27                 </td>
28                 <td class="header_column bottom">&nbsp;</td>
29         </tr>
30         <tr>
31                 <td colspan="5" class="header_column" align="center" height="55">
32                         $content[withdraw_form]
33                 </td>
34         </tr>
35 </table>
36
37 <div class="admin_note">
38         <strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong>
39
40         <div class="admin_note">
41                 {--ADMIN_BEG_TIMEOUT_1--} <strong>$content[autopurge_timeout]</strong> {--ADMIN_BEG_TIMEOUT_2--}
42         </div>
43 </div>