{template 'common/header'}

基本资料

{php echo tpl_fans_form('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('birthyear' => $profile['birthyear'], 'birthmonth' => $profile['birghmonth'], 'birthday' => $profile['birthday']));}
{php echo tpl_fans_form('reside',array('resideprovince' => $profile['resideprovince'], 'residecity' => $profile['residecity'], 'residedist' => $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']);}
{template 'common/footer'}