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

公告管理

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