{template '_header'} {if $op=='display'}
{$notice['title']}
{php echo date('Y-m-d', $notice['addtime']);}
{$notice['author']}
{php echo htmlspecialchars_decode($notice['content']);}
{if !empty($notice['linkurl'])} {/if}
阅读 {php echo $notice['view'] + $notice['virtual_view'];}
{elseif $op=='list'}
全部 {loop $category_list $item} {$item['name']} {/loop}
加载更多
{/if} {template '_footer'}