📄 view_log.tpl
字号:
<script language=''javascript'>
<!--
function clearLog()
{
if(confirm('将清空管理日志,是否继续?'))
window.location = '{CurrentURL}&code=clear';
}
//-->
</script>
<table width="100%" cellspacing=0 cellpadding=5 class=adminform>
<tr class='info_pagesize'>
<td align="right" colspan=10>每页记录数:
<select name="select" onChange='window.location="{CurrentURL}&PageSize=" + this.options[this.selectedIndex].value;'>
<option>选择每页记录数</option>
<option value="10">10 条</option>
<option value="20">20 条</option>
<option value="50">50 条</option>
<option value="100">100 条</option>
<option value="-1">全部</option>
</select></td>
</tr>
<tr class='info_title'>
<th width=80>{Name}</th>
<th>{Action}</th>
<th width=60>{Result}</th>
<th width=120>{AccessTime}</th>
<th width=120>{AccessIp}</th>
</tr>
<!-- beginRow loglist -->
<tr align=center class='info_content'>
<td>{loglist.Manager}</td>
<td>{loglist.Operation}</td>
<td>{loglist.Result}</td>
<td>{loglist.AccessTime}</td>
<td>{loglist.AccessIp}</td>
</tr>
<!-- endRow loglist -->
<tr align="right" class='info_operater'>
<td colspan="6"><input type="button" value="清空日志" onClick='clearLog();'></td>
</tr>
<tr align="right" class='info_bottom'>
<td colspan="6">{PAGE_LIST}</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -