{template 'common/header'}
高级筛选
{php echo tpl_form_field_district('search', array('province' =>$_GPC['search']['province'],'city' =>$_GPC['search']['city'],'district' =>$_GPC['search']['district']));}
用户列表
{loop $users $key $item} {if $item['hours']>0} {else} {/if} {/loop} {if empty($users)} {/if}
用户名 姓名 手机号 微信号 QQ 地区 时数 属性 操作
{$item['username']} {$item['name']} {$item['phone']} {$item['wechat']} {$item['qq']} {$item['city']}{$item['hours']}0 {if $item['isagent']}代理商{/if}
尚未有用户
{template 'common/footer'}