aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/mcp_viewlogs.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/mcp_viewlogs.html')
-rw-r--r--phpBB/templates/subSilver/mcp_viewlogs.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/phpBB/templates/subSilver/mcp_viewlogs.html b/phpBB/templates/subSilver/mcp_viewlogs.html
deleted file mode 100644
index 4a9325f877..0000000000
--- a/phpBB/templates/subSilver/mcp_viewlogs.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- $Id$ -->
-<!-- INCLUDE mcp_header.html -->
-
-<form method="post" name="main" action="{S_MCP_ACTION}">
-<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
- <tr>
- <th colspan="5" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
- </tr>
- <tr>
- <td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE mcp_jumpbox.html --></td>
- <td colspan="3" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</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" name="sort" value="{L_GO}" /></span></td>
- </tr>
- <tr>
- <th width="15%" height="28" nowrap="nowrap">{L_USERNAME}</th>
- <th width="12%" nowrap="nowrap">{L_IP}</th>
- <th width="18%" nowrap="nowrap">{L_TIME}</th>
- <th width="45%" nowrap="nowrap">{L_ACTION}</th>
- <th width="8%" nowrap="nowrap"></th>
- </tr>
- <!-- IF S_TOPIC_ID -->
- <tr>
- <td class="row3" colspan="5"><span class="gensmall">{L_LOGS_CURRENT_TOPIC} <b>{TOPIC_NAME}</b></b></td>
- </tr>
- <!-- ENDIF -->
- <!-- BEGIN log -->
- <tr>
- <td class="row1" nowrap="nowrap"><span class="gen">{log.USERNAME}</span></td>
- <td class="row1" align="center" nowrap="nowrap"><span class="gen">{log.IP}</span></td>
- <td class="row1" align="center" nowrap="nowrap"><span class="gensmall">{log.TIME}</span></td>
- <td class="row1"><span class="gen">{log.ACTION}</span></td>
- <td class="row1" align="center" nowrap="nowrap"><span class="gensmall"><!-- IF log.U_VIEWTOPIC --><a href="{log.U_VIEWTOPIC}">{L_VIEW_TOPIC}</a><!-- IF log.U_VIEWLOGS --> | <!-- ENDIF --><!-- ENDIF --><!-- IF log.U_VIEWLOGS --><a href="{log.U_VIEWLOGS}">{L_VIEW_TOPIC_LOGS}</a><!-- ENDIF --></span></td>
- </tr>
- <!-- BEGINELSE -->
- <tr>
- <td class="row1" colspan="5" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
- </tr>
- <!-- END log -->
-</table>
-
-<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
- <tr>
- <td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td>
- <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td>
- </tr>
-</table>
-</form>
-
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file