{php define('MUI', true);} {template 'common/header'}

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

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