{include file="header.html"}
{include file="collect_rule/nav.html"}
状态: 主题:
{foreach item=c from=$data} {/foreach}
Id 标题 所属规则 所属分类 状态 操作
{$c.id} {$c.title} {$rule_list[$c.rule_id]} {$c.cname} {if $c.status}已采集{else}未采集{/if} 采集 删除
{$pagelist}
{include file="footer.html"}