Line | |
---|
1 | <!-- INCLUDE mcp_header.html -->
|
---|
2 |
|
---|
3 | <form method="post" name="mcp" action="{U_POST_ACTION}">
|
---|
4 |
|
---|
5 | <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
---|
6 | <tr>
|
---|
7 | <th>{L_USERNAME}</th>
|
---|
8 | <th>{L_IP}</th>
|
---|
9 | <th>{L_TIME}</th>
|
---|
10 | <th>{L_ACTION}</th>
|
---|
11 | <!-- IF S_CLEAR_ALLOWED --><th>{L_MARK}</th><!-- ENDIF -->
|
---|
12 | </tr>
|
---|
13 | <!-- IF S_LOGS -->
|
---|
14 |
|
---|
15 | <!-- BEGIN log -->
|
---|
16 | <!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
---|
17 | <td class="genmed">{log.USERNAME}</td>
|
---|
18 | <td class="genmed" style="text-align: center;">{log.IP}</td>
|
---|
19 | <td class="genmed" style="text-align: center;">{log.DATE}</td>
|
---|
20 | <td class="genmed">{log.ACTION}<br />{log.DATA}</td>
|
---|
21 | <!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" class="radio" name="mark[]" value="{log.ID}" /></td><!-- ENDIF -->
|
---|
22 | </tr>
|
---|
23 | <!-- END log -->
|
---|
24 | <tr align="center">
|
---|
25 | <td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_SEARCH_KEYWORDS}:</span> <input type="text" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="btnlite" name="filter" value="{L_SEARCH}" /></td>
|
---|
26 | </tr>
|
---|
27 | <tr align="center">
|
---|
28 | <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>
|
---|
29 | </tr>
|
---|
30 | <!-- IF S_CLEAR_ALLOWED -->
|
---|
31 | <tr>
|
---|
32 | <td class="cat" colspan="5" align="center"><input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /> <input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /></td>
|
---|
33 | </tr>
|
---|
34 | <!-- ENDIF -->
|
---|
35 | <!-- ELSE -->
|
---|
36 | <tr>
|
---|
37 | <td class="row1" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
|
---|
38 | </tr>
|
---|
39 | <!-- ENDIF -->
|
---|
40 | </table>
|
---|
41 | {S_FORM_TOKEN}
|
---|
42 | </form>
|
---|
43 |
|
---|
44 | <br clear="all" /><br />
|
---|
45 |
|
---|
46 | <!-- INCLUDE mcp_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.