mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-21 19:31:00 +00:00
43 lines
No EOL
1.5 KiB
HTML
43 lines
No EOL
1.5 KiB
HTML
<!-- 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 --> |