mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
52 lines
2.2 KiB
HTML
Executable File
52 lines
2.2 KiB
HTML
Executable File
<!-- INCLUDE mcp_header.html -->
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<form method="post" name="mcp" action="{U_POST_ACTION}">
|
|
|
|
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
|
<tr>
|
|
<th>{L_USERNAME}</th>
|
|
<th>{L_IP}</th>
|
|
<th>{L_TIME}</th>
|
|
<th>{L_ACTION}</th>
|
|
<!-- IF S_CLEAR_ALLOWED --><th>{L_MARK}</th><!-- ENDIF -->
|
|
</tr>
|
|
<!-- IF S_LOGS -->
|
|
<!-- BEGIN log -->
|
|
<!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
|
<td class="genmed">{log.USERNAME}</td>
|
|
<td class="genmed" style="text-align: center;">{log.IP}</td>
|
|
<td class="genmed" style="text-align: center;">{log.DATE}</td>
|
|
<td class="genmed">{log.ACTION}<br />{log.DATA}</td>
|
|
<!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" name="mark[]" value="{log.ID}" /></td><!-- ENDIF -->
|
|
</tr>
|
|
<!-- END log -->
|
|
<tr align="center">
|
|
<td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_DISPLAY_LOG}:</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>
|
|
<!-- IF S_CLEAR_ALLOWED -->
|
|
<tr>
|
|
<td class="cat" colspan="5" align="center"><input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /> <input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- ELSE -->
|
|
<tr>
|
|
<td class="row1" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
</table>
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td class="pagination">{S_ON_PAGE} [ {TOTAL_LOGS} ]</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>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<br clear="all" /><br />
|
|
|
|
<!-- INCLUDE mcp_footer.html --> |