{template 'header', 'member'}
单页{if $action=='add'}添加{elseif $action=='edit'}修改{else}管理{/if}
{if $action=='add' || $action=='edit'} 取消 {else} 添加 {/if}
{if $action=='add' || $action=='edit'}

单页标题*

单页内容*

{$content}

显示顺序

{else}
{if $lists} {loop $lists $v}
{/loop} {/if} {if $pages}
{$pages}
{/if}
{/if} {if $action=='add' || $action=='edit'} {/if} {template 'footer', 'member'}