{include file="head.html"}
管理
名字:
{foreach item=c from=$list} {/foreach}
stid 姓名 性别 电话 照片 状态 积分 生日 操作
{$c.stid} {$c.truename} {if $c.gender eq 1}男{else}女{/if} {$c.telephone} {if $c.imgurl}{/if} {if $c.status eq 1}上线{else}下线{/if} {$c.grade} {$c.age} 编辑 删除
{$pagelist}
{include file="footer.html"}