mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
- all changes to styles/subsilver/template are purely cosmetic (no functional changes) - cosmetics - bugfixes - add index to modules table - use modules ordering code for forums too git-svn-id: file:///svn/phpbb/trunk@6073 89ea8834-ac86-4346-8a33-228a782c2dd0
43 lines
No EOL
1.8 KiB
HTML
Executable file
43 lines
No EOL
1.8 KiB
HTML
Executable file
<!-- 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="5" 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"><a href="{user.U_USER}">{user.USERNAME}</a></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="5" 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="right"><span class="pagination"><!-- IF PAGINATION --><a href="javascript:jumpto();">{L_GOTO_PAGE}</a> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a> <!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE --> <a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --><!-- ENDIF --></span></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<br clear="all" /><br />
|
|
|
|
<!-- INCLUDE mcp_footer.html --> |