📄 report_search_result.tpl
字号:
{{include file="header.tpl"}}
<div class="pagetitle">举报信息</div>
<form name="form1" method="post">
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
<tr>
<td align="center" colspan="10" class="tcat">举报信息(共 {{$totalnum}} 条记录)</td>
</tr>
<tr class="thead" align="center">
<td width="*" nowrap="nowrap">举报内容</td>
<td width="5%" nowrap="nowrap">操作</td>
</tr>
{{if $ReportData}}
{{foreach item=row from=$ReportData key=key}}
<tr height="18" class="alt{{if $key%2 eq 0}}1{{else}}2{{/if}}" align="center">
<td align="left" style="padding:8px;line-height:140%;">{{$row.report_ip}} 在 {{$row.report_date|date_format:"%Y/%m/%d %H:%M"}} 举报:<hr style="height:1px;color:#CCC;" /><p>举报地址:<br /><a href="{{$row.report_url}}" target="_blank">{{$row.report_url}}</a></p><p>举报原因:<br />{{$row.report_content|nl2br}}</p></td>
<td nowrap="nowrap"><input name="data_id[]" type="checkbox" value="{{$row.report_id}}" /></td>
</tr>
{{/foreach}}
<tr height="18">
<td colspan="20" 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="2" 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 + -