{template 'common/header'}
{if $do == 'list'} {if !empty($data)} {loop $data $da} {/loop} {else} {/if}
名称 类型 发布时间
{$da['title']} 公告 {$da['createtime']}
暂无数据
{$pager}
{/if} {if $do == 'detail'}

{$notice['title']}

时间:{php echo date('Y-m-d H:i', $notice['createtime']);} 阅读:{$notice['click']}次
{php echo html_entity_decode($notice['content'], ENT_QUOTES)}
{if $comment_status}
最新评论
{template 'article/comments'}
{/if}
{/if}
{template 'common/footer'}