phpbb/phpBB/styles/subsilver2/template/mcp_warn_list.html
Igor Wiedler af5b9a9640 [ticket/9556] Drop php closing tags, add trailing newline
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
2010-11-11 19:10:55 +01:00

43 lines
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>&nbsp;{L_USERNAME}&nbsp;</th>
<th>&nbsp;{L_WARNINGS}&nbsp;</th>
<th>&nbsp;{L_LATEST_WARNING_TIME}&nbsp;</th>
<th>&nbsp;</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}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<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 -->