| 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_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>
|
|---|
| 26 | </tr>
|
|---|
| 27 | <!-- IF S_CLEAR_ALLOWED -->
|
|---|
| 28 | <tr>
|
|---|
| 29 | <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>
|
|---|
| 30 | </tr>
|
|---|
| 31 | <!-- ENDIF -->
|
|---|
| 32 | <!-- ELSE -->
|
|---|
| 33 | <tr>
|
|---|
| 34 | <td class="row1" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
|
|---|
| 35 | </tr>
|
|---|
| 36 | <!-- ENDIF -->
|
|---|
| 37 | </table>
|
|---|
| 38 | {S_FORM_TOKEN}
|
|---|
| 39 | </form>
|
|---|
| 40 |
|
|---|
| 41 | <br clear="all" /><br />
|
|---|
| 42 |
|
|---|
| 43 | <!-- INCLUDE mcp_footer.html -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.