{include file="head.html"}
全部 通过 不通过
{foreach item=c from=$list} {/foreach}
id truename userno telephone 操作
{$c.id} {$c.truename} {$c.userno} {$c.telephone} {if $c.status eq 0} 通过 不通过 {/if} {if $c.status neq 1} 删除 {/if}
{$pagelist}
{include file="footer.html"}