{template 'common/header'} {template 'mc/header'}

  当前系统须完善以下资料才能继续操作 {if !empty($pre)}- {$pre}{/if}

{if isset($profile['avatar'])}
{php echo tpl_fans_form('avatar',$profile['avatar'] );}
{/if} {if isset($profile['nickname'])}
{php echo tpl_fans_form('nickname',$profile['nickname'] );}
{/if} {if isset($profile['realname'])}
{php echo tpl_fans_form('realname',$profile['realname'] );}
{/if} {if isset($profile['gender'])}
{php echo tpl_fans_form('gender',$profile['gender']);}
{/if} {if isset($profile['birthyear'])}
{php echo tpl_fans_form('birth',array('year' => $profile['birthyear'],'month' => $profile['birthmonth'],'day' => $profile['birthday']));}
{/if} {if isset($profile['resideprovince'])}
{php echo tpl_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $profile['residedist']));}
{/if} {if isset($profile['address'])}
{php echo tpl_fans_form('address',$profile['address']);}
{/if} {if isset($profile['mobile'])}
{if $profile['mobile']} {else} {php echo tpl_fans_form('mobile',$profile['mobile']);} {/if}
{/if} {if isset($profile['qq'])}
{php echo tpl_fans_form('qq',$profile['qq']);}
{/if} {if isset($profile['email'])}
{if $profile['email']} {else} {php echo tpl_fans_form('email',$profile['email']);} {/if}
{/if} {if isset($profile['telephone'])}
{php echo tpl_fans_form('telephone',$profile['telephone']);}
{/if} {if isset($profile['msn'])}
{php echo tpl_fans_form('msn',$profile['msn']);}
{/if} {if isset($profile['taobao'])}
{php echo tpl_fans_form('taobao',$profile['taobao']);}
{/if} {if isset($profile['alipay'])}
{php echo tpl_fans_form('alipay',$profile['alipay']);}
{/if} {if isset($profile['studentid'])}
{php echo tpl_fans_form('studentid',$profile['studentid']);}
{/if} {if isset($profile['grade'])}
{php echo tpl_fans_form('grade',$profile['grade']);}
{/if} {if isset($profile['graduateschool'])}
{php echo tpl_fans_form('graduateschool',$profile['graduateschool']);}
{/if} {if isset($profile['education'])}
{php echo tpl_fans_form('education',$profile['education']);}
{/if} {if isset($profile['company'])}
{php echo tpl_fans_form('company',$profile['company']);}
{/if} {if isset($profile['occupation'])}
{php echo tpl_fans_form('occupation',$profile['occupation']);}
{/if} {if isset($profile['position'])}
{php echo tpl_fans_form('position',$profile['position']);}
{/if} {if isset($profile['revenue'])}
{php echo tpl_fans_form('revenue',$profile['revenue']);}
{/if} {if isset($profile['constellation'])}
{php echo tpl_fans_form('constellation',$profile['constellation']);}
{/if} {if isset($profile['zodiac'])}
{php echo tpl_fans_form('zodiac',$profile['zodiac']);}
{/if} {if isset($profile['nationality'])}
{php echo tpl_fans_form('nationality',$profile['nationality']);}
{/if} {if isset($profile['height'])}
{php echo tpl_fans_form('height',$profile['height']);}
{/if} {if isset($profile['weight'])}
{php echo tpl_fans_form('weight',$profile['weight']);}
{/if} {if isset($profile['bloodtype'])}
{php echo tpl_fans_form('bloodtype',$profile['bloodtype']);}
{/if} {if isset($profile['idcard'])}
{php echo tpl_fans_form('idcard',$profile['idcard']);}
{/if} {if isset($profile['zipcode'])}
{php echo tpl_fans_form('zipcode',$profile['zipcode']);}
{/if} {if isset($profile['site'])}
{php echo tpl_fans_form('site',$profile['site']);}
{/if} {if isset($profile['affectivestatus'])}
{php echo tpl_fans_form('affectivestatus',$profile['affectivestatus']);}
{/if} {if isset($profile['lookingfor'])}
{php echo tpl_fans_form('lookingfor',$profile['lookingfor']);}
{/if} {if isset($profile['bio'])}
{php echo tpl_fans_form('bio',$profile['bio']);}
{/if} {if isset($profile['interest'])}
{php echo tpl_fans_form('interest',$profile['interest']);}
{/if}
{template 'mc/footer'} {template 'common/footer'}