|
{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('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']);} |
|
|