⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manager_log_list.tpl

📁 免费版限制 只允许设置1个tracker地址 上传Torrent文件限制30KB 只允许设置一级分类(分类数量:限定为10个) 无公告和友情连接功能 无论坛注册接口设置 无联盟功能 无rss功能 无举
💻 TPL
字号:
{{include file="header.tpl"}}

<div class="pagetitle">后台管理日志</div>

<form name="form1" method="post">
<div class="tip">
<li>不能删除七天以内的数据</li>
<li><a href="manager.php?type=log&act=clear">清除多余的数据</a></li>
</div>
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr>
    <td align="center" colspan="10" class="tcat">查找结果(共&nbsp;{{$totalnum}}&nbsp;条记录)</td>
  </tr>
  <tr class="thead" align="center">
	<td width="10%" nowrap="nowrap">管理员</td>
	<td width="*" nowrap="nowrap">动作</td>
    <td width="15%" nowrap="nowrap">日期</td>
    <td width="15%" nowrap="nowrap">IP地址</td>
	<td width="5%" nowrap="nowrap"></td>
  </tr>
{{if $LogData}}
{{foreach item=row from=$LogData key=key}}
  <tr height="18" class="alt{{if $key%2 eq 0}}1{{else}}2{{/if}}" align="center">
    <td nowrap="nowrap"><a href="manager.php?type=log&id={{$row.manager_id}}">{{$row.manager_name}}</td>
    <td align="left">{{$row.action}}</td>
    <td nowrap="nowrap">{{$row.dateline|date_format:"%Y-%m-%d %H:%M:%S"}}</td>
    <td nowrap="nowrap">{{$row.client_ip}}</td>
    <td nowrap="nowrap">{{if $ValidDelTime > $row.dateline}}<input id="select_box" name="data_id[]" type="checkbox" value="{{$row.log_id}}" />{{/if}}</td>
  </tr>
{{/foreach}}
  <tr height="18">
	<td colspan="5" class="thead text_left">
	<div class="left" style="padding-top:4px;">{{$multipage|default:"只有一页"}}</div>
	<div class="right">
	<input name="button" type="button" value="全选" style="font-weight:normal" onClick='selectAll(true);' />
    <input name="button" type="button" value="全不选" style="font-weight:normal" onClick='selectAll(false);' />
    <input name="button" type="button" value="反选" style="font-weight:normal" onClick='againstSelect();' />
	<select name="op" onchange="executeOperate();" class="formInput">
	<option value="">将选中项</option>
	<option value="delete">删除</option>
	</select>
	<noscript><input type="submit" value="执行"></noscript>
	</div>
	</td>
  </tr>
{{else}}
  <tr height="18">
	<td colspan="5" class="alt1 text_center">没有匹配的日志记录![<a href="javascript:history.back();">返回上一页</a>]</td>
  </tr>
{{/if}}
</table>
</form>

{{include file="footer.tpl"}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -