<{include file="admin:common/header.html"}>
<{$MOD.title}> <{link ctl="shop/news:create" class="button" title="添加"}>   <{link ctl="shop/news:so" load="mini:搜索活动咨讯" width="mini:500" class="button" title="搜索"}>
<{foreach $items as $item}> <{foreachelse}> <{/foreach}>
ID标题商铺类型审核ClientIp添加时间操作
<{$item.title}><{$shop_list[$item.shop_id].title|default:'--'}>(ID:<{$item.shop_id}>) <{if $item.from=='active'}>活动<{else}>资讯<{/if}> <{if $item.audit}>正常<{else}>待审<{/if}> <{$item.clientip}>(<{$item.clientip|iplocal}>) <{$item.dateline|format}> <{link ctl="shop/news:edit" args=$item.news_id title="修改" class="button"}><{link ctl="shop/news:delete" args=$item.news_id act="mini:删除" confirm="mini:确定要删除吗?" title="删除" class="button"}>

没有数据

<{link ctl="shop/news:delete" type="button" submit="mini:#items-form" confirm="mini:确定要批量删除选中的内容吗?" priv="hide" value="批量删除"}>   <{link ctl="shop/news:doaudit" type="button" submit="mini:#items-form" confirm="mini:确定要批量审核选中的内容吗?" priv="hide" value="批量审核"}> <{$pager.pagebar}>
<{include file="admin:common/footer.html"}>