source: trunk/forum/styles/wowred/template/mcp_viewlogs.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 2.3 KB
Line 
1<!-- INCLUDE mcp_header.html -->
2
3<form method="post" name="mcp" action="{S_MCP_ACTION}">
4
5<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
6<tr>
7 <th colspan="<!-- IF S_TOPIC_ID -->4<!-- ELSE -->5<!-- ENDIF -->" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
8</tr>
9<tr>
10 <td colspan="<!-- IF S_TOPIC_ID -->4<!-- ELSE -->5<!-- ENDIF -->" class="cat" 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>
11</tr>
12<tr>
13 <th width="15%" nowrap="nowrap">{L_USERNAME}</th>
14 <th width="12%" nowrap="nowrap">{L_IP}</th>
15 <th width="18%" nowrap="nowrap">{L_TIME}</th>
16 <th width="45%" nowrap="nowrap">{L_ACTION}</th>
17 <!-- IF not S_TOPIC_ID -->
18 <th width="8%" nowrap="nowrap"></th>
19 <!-- ENDIF -->
20</tr>
21<!-- IF S_TOPIC_ID -->
22 <tr>
23 <td class="row3" colspan="5"><span class="gensmall">{L_LOGS_CURRENT_TOPIC} <a href="{U_VIEW_TOPIC}"><b>{TOPIC_NAME}</b></a></span></td>
24 </tr>
25<!-- ENDIF -->
26<!-- BEGIN log -->
27 <tr>
28 <td class="row1" nowrap="nowrap"><span class="gen">{log.USERNAME}</span></td>
29 <td class="row1" align="center" nowrap="nowrap"><span class="gen">{log.IP}</span></td>
30 <td class="row1" align="center" nowrap="nowrap"><span class="gensmall">{log.TIME}</span></td>
31 <td class="row1"><span class="gen">{log.ACTION}</span></td>
32 <!-- IF not S_TOPIC_ID -->
33 <td class="row1" align="center" nowrap="nowrap"><span class="gensmall"><!-- IF log.U_VIEW_TOPIC --><a href="{log.U_VIEW_TOPIC}">{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>
34 <!-- ENDIF -->
35 </tr>
36<!-- BEGINELSE -->
37 <tr>
38 <td class="row1" colspan="<!-- IF S_TOPIC_ID -->4<!-- ELSE -->5<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
39 </tr>
40<!-- END log -->
41</table>
42{S_FORM_TOKEN}
43</form>
44
45<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
46<tr>
47 <td class="nav" align="{S_CONTENT_FLOW_BEGIN}" valign="middle">{PAGE_NUMBER}</td>
48 <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
49</tr>
50</table>
51
52<!-- INCLUDE mcp_footer.html -->
Note: See TracBrowser for help on using the repository browser.