{template 'common/header'} {if $operation == 'post'}
添加区域
{if !empty($parentid)}
{$parent['name']}
{/if}
{if !empty($parentid)}
{else}
{/if}
   
{elseif $operation == 'display'}
管理帮助中心
{if !empty($category)} {loop $category $row} {loop $children[$row['id']] $item} {/loop} {/loop} {else} {/if}
显示顺序 名称 操作
{if count($children[$row['id']]) > 0} {/if}
{$row['name']}   {if empty($row['parentid'])} 添加文章 {/if}
编辑 删除
{$item['name']}  
编辑 删除
{/if} {template 'common/footer'}