{template 'common/mcheader'} {if $do=='display'}
筛选
{loop $list $li} {/loop}
删? 会员编号 所属会员组 手机 邮箱 昵称 真实姓名 注册时间 操作
{$li['uid']} {$groups[$li['groupid']]['title']} {if $li['mobile']}{$li['mobile']}{else}未完善{/if} {if $li['email']}{$li['email']}{else}未完善{/if} {if $li['nickname']}{$li['nickname']}{else}未完善{/if} {if $li['realname']}{$li['realname']}{else}未完善{/if} {php echo date('Y-m-d H:i',$li['createtime'])}
{$pager}
{/if} {if $do=='post'}
{if !empty($profile)}
修改密码
{/if}
基本资料
{php echo tpl_fans_form('avatar', $profile['avatar']);}
{php echo tpl_fans_form('nickname',$profile['nickname']);}
{php echo tpl_fans_form('realname',$profile['realname']);}
{php echo tpl_fans_form('gender',$profile['gender']);}
{php echo tpl_fans_form('birth',array('year' => $profile['birthyear'],'month' => $profile['birthmonth'],'day' => $profile['birthday']));}
{php echo tpl_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $profile['residedist']));}
{php echo tpl_fans_form('address',$profile['address']);}
{php echo tpl_fans_form('mobile',$profile['mobile']);}
{php echo tpl_fans_form('qq',$profile['qq']);}
{php echo tpl_fans_form('email',$profile['email']);}
联系方式
{php echo tpl_fans_form('telephone',$profile['telephone']);}
{php echo tpl_fans_form('msn',$profile['msn']);}
{php echo tpl_fans_form('taobao',$profile['taobao']);}
{php echo tpl_fans_form('alipay',$profile['alipay']);}
教育情况
{php echo tpl_fans_form('studentid',$profile['studentid']);}
{php echo tpl_fans_form('grade',$profile['grade']);}
{php echo tpl_fans_form('graduateschool',$profile['graduateschool']);}
{php echo tpl_fans_form('education',$profile['education']);}
工作情况
{php echo tpl_fans_form('company',$profile['company']);}
{php echo tpl_fans_form('occupation',$profile['occupation']);}
{php echo tpl_fans_form('position',$profile['position']);}
{php echo tpl_fans_form('revenue',$profile['revenue']);}
个人情况
{php echo tpl_fans_form('constellation',$profile['constellation']);}
{php echo tpl_fans_form('zodiac',$profile['zodiac']);}
{php echo tpl_fans_form('nationality',$profile['nationality']);}
{php echo tpl_fans_form('height',$profile['height']);}
{php echo tpl_fans_form('weight',$profile['weight']);}
{php echo tpl_fans_form('bloodtype',$profile['bloodtype']);}
{php echo tpl_fans_form('idcard',$profile['idcard']);}
{php echo tpl_fans_form('zipcode',$profile['zipcode']);}
{php echo tpl_fans_form('site',$profile['site']);}
{php echo tpl_fans_form('affectivestatus',$profile['affectivestatus']);}
{php echo tpl_fans_form('lookingfor',$profile['lookingfor']);}
{php echo tpl_fans_form('bio',$profile['bio']);}
{php echo tpl_fans_form('interest',$profile['interest']);}
{/if} {template 'common/footer'}