{template 'common/header'}
{if $do == 'list'}
公告列表
全部 {loop $categroys $key $categroy} {if $key} {$categroy['title']} {/if} {/loop}
{if !empty($data)}
    {loop $data $da}
  • {$da['title']} {php echo date('Y-m-d', $da['createtime']);}
  • {/loop}
{$pager}
{else}
暂无数据
{/if}
{/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'}