{template 'common/header'} {template 'common/toolbar'}
{if !empty($mcFields['avatar'])}
{php echo tpl_fans_form('avatar', $profile['avatar']);}
{/if} {if !empty($mcFields['nickname'])}
{php echo tpl_fans_form('nickname',$profile['nickname'] );}
{/if} {if !empty($mcFields['realname'])}
{php echo tpl_fans_form('realname',$profile['realname'] );}
{/if} {if !empty($mcFields['gender'])}
{php echo tpl_fans_form('gender',$profile['gender']);}
{/if} {if !empty($mcFields['birthyear'])}
{php echo tpl_fans_form('birth',array('year' => $profile['birthyear'],'month' => $profile['birthmonth'],'day' => $profile['birthday']));}
{/if} {if !empty($mcFields['resideprovince'])}
{php echo tpl_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $profile['residedist']));}
{/if} {if !empty($mcFields['address'])}
{php echo tpl_fans_form('address',$profile['address']);}
{/if}
{if $profile['mobile']} {else} {php echo tpl_fans_form('mobile',$profile['mobile']);} {/if}
{if !empty($mcFields['qq'])}
{php echo tpl_fans_form('qq',$profile['qq']);}
{/if} {if !empty($mcFields['email'])}
{if $profile['email']} {else} {php echo tpl_fans_form('email', $profile['email']);} {/if}
{/if}
{if !empty($mcFields['telephone'])}
联系方式
{php echo tpl_fans_form('telephone',$profile['telephone']);}
{/if} {if !empty($mcFields['msn'])}
{php echo tpl_fans_form('msn',$profile['msn']);}
{/if} {if !empty($mcFields['taobao'])}
{php echo tpl_fans_form('taobao',$profile['taobao']);}
{/if} {if !empty($mcFields['alipay'])}
{php echo tpl_fans_form('alipay',$profile['alipay']);}
{/if} {if !empty($mcFields['studentid'])}
教育情况
{php echo tpl_fans_form('studentid',$profile['studentid']);}
{/if} {if !empty($mcFields['grade'])}
{php echo tpl_fans_form('grade',$profile['grade']);}
{/if} {if !empty($mcFields['graduateschool'])}
{php echo tpl_fans_form('graduateschool',$profile['graduateschool']);}
{/if} {if !empty($mcFields['education'])}
{php echo tpl_fans_form('education',$profile['education']);}
{/if} {if !empty($mcFields['company'])}
工作情况
{php echo tpl_fans_form('company',$profile['company']);}
{/if} {if !empty($mcFields['occupation'])}
{php echo tpl_fans_form('occupation',$profile['occupation']);}
{/if} {if !empty($mcFields['position'])}
{php echo tpl_fans_form('position',$profile['position']);}
{/if} {if !empty($mcFields['revenue'])}
{php echo tpl_fans_form('revenue',$profile['revenue']);}
{/if} {if !empty($mcFields['constellation'])}
个人情况
{php echo tpl_fans_form('constellation',$profile['constellation']);}
{/if} {if !empty($mcFields['zodiac'])}
{php echo tpl_fans_form('zodiac',$profile['zodiac']);}
{/if} {if !empty($mcFields['nationality'])}
{php echo tpl_fans_form('nationality',$profile['nationality']);}
{/if} {if !empty($mcFields['height'])}
{php echo tpl_fans_form('height',$profile['height']);}
{/if} {if !empty($mcFields['weight'])}
{php echo tpl_fans_form('weight',$profile['weight']);}
{/if} {if !empty($mcFields['bloodtype'])}
{php echo tpl_fans_form('bloodtype',$profile['bloodtype']);}
{/if} {if !empty($mcFields['idcard'])}
{php echo tpl_fans_form('idcard',$profile['idcard']);}
{/if} {if !empty($mcFields['zipcode'])}
{php echo tpl_fans_form('zipcode',$profile['zipcode']);}
{/if} {if !empty($mcFields['site'])}
{php echo tpl_fans_form('site',$profile['site']);}
{/if} {if !empty($mcFields['affectivestatus'])}
{php echo tpl_fans_form('affectivestatus',$profile['affectivestatus']);}
{/if} {if !empty($mcFields['lookingfor'])}
{php echo tpl_fans_form('lookingfor',$profile['lookingfor']);}
{/if} {if !empty($mcFields['bio'])}
{php echo tpl_fans_form('bio',$profile['bio']);}
{/if} {if !empty($mcFields['interest'])}
{php echo tpl_fans_form('interest',$profile['interest']);}
{/if}
{template 'mc/footer'} {template 'common/footer'}