{template '_header'}
{ifp 'shop.adv.add'} 添加公告 {/if}

公告管理

{if count($list)>0} {loop $list $row} {/loop}
顺序 标题 发布者 显示 操作
{ifp 'system.copyright.notice.edit'} {$row['displayorder']} {else} {$row['displayorder']} {/if} {$row['title']} {$row['author']} 1,'id'=>$row['id']))}' data-switch-value1='1|显示|label label-success|{php echo webUrl('system/copyright/notice/status',array('status'=>0,'id'=>$row['id']))}' {/if} > {if $row['status']==1}显示{else}隐藏{/if} {ifp 'system.copyright.notice.view|system.copyright.notice.edit'} {ifp 'system.copyright.notice.edit'}修改{else}查看{/if}{/if} {ifp 'system.copyright.notice.delete'} 删除{/if}
{$pager}
{$pager} {else}
暂时没有任何公告!
{/if}
{template '_footer'}