blob: 078bbc0b34cdfe6ab387dd5149f249563956252d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!-- INCLUDE mcp_header.html -->
<form method="post" name="mcp" action="{U_POST_ACTION}">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="row3" colspan="4" align="center"><b class="gen">{L_WARNED_USERS}</b></td>
</tr>
<tr>
<th> {L_USERNAME} </th>
<th> {L_WARNINGS} </th>
<th> {L_LATEST_WARNING_TIME} </th>
<th> </th>
</tr>
<!-- BEGIN user -->
<tr>
<td class="row1" width="15%" valign="top"><span class="gen">{user.USERNAME_FULL}</span></td>
<td class="row2" width="15%" valign="top"><span class="gen">{user.WARNINGS}</span></td>
<td class="row1" width="15%" valign="top"><span class="gen">{user.WARNING_TIME}</span></td>
<td class="row2" width="15%" valign="top"><span class="gen"><a href="{user.U_NOTES}">{L_VIEW_NOTES}</a></span></td>
</tr>
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
</tr>
<!-- END user -->
<tr align="center">
<td class="row3" colspan="4"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pagination">{PAGE_NUMBER} [ {TOTAL_USERS} ]</td>
<td align="{S_CONTENT_FLOW_END}"><span class="pagination"><!-- INCLUDE pagination.html --></span></td>
</tr>
</table>
{S_FORM_TOKEN}
</form>
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
|