{php define('MUI', true);} {template 'common/header'}
{if $do == 'index'} {if !empty($mcFields['avatar'])} {php echo tpl_app_form_field_avatar('avatar', $profile['avatar']);} {/if}
{if !empty($mcFields['nickname'])}
{php echo tpl_app_fans_form('nickname', $profile['nickname'], $mcFields['nickname']['title']);}
{/if} {if !empty($mcFields['realname'])}
{php echo tpl_app_fans_form('realname', $profile['realname'], $mcFields['realname']['title']);}
{/if} {if !empty($mcFields['gender'])}
{php echo tpl_app_fans_form('gender', $profile['gender'], $mcFields['gender']['title']);}
{/if} {if !empty($mcFields['birthyear'])}
{php echo tpl_app_fans_form('birth', array('year' => $profile['birthyear'], 'month' => $profile['birthmonth'], 'day' => $profile['birthday']), $mcFields['birthyear']['title']);}
{/if} {if !empty($mcFields['resideprovince'])}
{php echo tpl_app_fans_form('reside', array('province' => $profile['resideprovince'], 'city' => $profile['residecity'], 'district' => $profile['residedist']), $mcFields['resideprovince']['title']);}
{/if}
{/if} {if $do == 'personal_info'}
请完善您的个人信息
{if !empty($mcFields['idcard'])}
{php echo tpl_app_fans_form('idcard', $profile['idcard'], $mcFields['idcard']['title']);}
{/if} {if !empty($mcFields['height'])}
{php echo tpl_app_fans_form('height', $profile['height'], $mcFields['height']['title']);}
{/if} {if !empty($mcFields['weight'])}
{php echo tpl_app_fans_form('weight', $profile['weight'], $mcFields['weight']['title']);}
{/if} {if !empty($mcFields['bloodtype'])}
{php echo tpl_app_fans_form('bloodtype', $profile['bloodtype'], $mcFields['bloodtype']['title']);}
{/if} {if !empty($mcFields['zodiac'])}
{php echo tpl_app_fans_form('zodiac', $profile['zodiac'], $mcFields['zodiac']['title']);}
{/if} {if !empty($mcFields['constellation'])}
{php echo tpl_app_fans_form('constellation', $profile['constellation'], $mcFields['constellation']['title']);}
{/if} {if !empty($mcFields['site'])}
{php echo tpl_app_fans_form('site', $profile['site'], $mcFields['site']['title']);}
{/if} {if !empty($mcFields['affectivestatus'])}
{php echo tpl_app_fans_form('affectivestatus', $profile['affectivestatus'], $mcFields['affectivestatus']['title']);}
{/if} {if !empty($mcFields['lookingfor'])}
{php echo tpl_app_fans_form('lookingfor', $profile['lookingfor'], $mcFields['lookingfor']['title']);}
{/if} {if !empty($mcFields['bio'])}
{php echo tpl_app_fans_form('bio', $profile['bio'], $mcFields['bio']['title']);}
{/if} {if !empty($mcFields['interest'])}
{php echo tpl_app_fans_form('interest', $profile['interest'], $mcFields['interest']['title']);}
{/if}
{/if} {if $do == 'contact_method'}
请完善您的联系方式
{if !empty($mcFields['telephone'])}
{php echo tpl_app_fans_form('telephone', $profile['telephone'], $mcFields['telephone']['title']);}
{/if} {if !empty($mcFields['qq'])}
{php echo tpl_app_fans_form('qq', $profile['qq'], $mcFields['qq']['title']);}
{/if} {if !empty($mcFields['msn'])}
{php echo tpl_app_fans_form('msn', $profile['msn'], $mcFields['msn']['title']);}
{/if} {if !empty($mcFields['taobao'])}
{php echo tpl_app_fans_form('taobao', $profile['taobao'], $mcFields['taobao']['title']);}
{/if} {if !empty($mcFields['alipay'])}
{php echo tpl_app_fans_form('alipay', $profile['alipay'], $mcFields['alipay']['title']);}
{/if}
{/if} {if $do == 'education_info'}
请完善您的教育信息
{if !empty($mcFields['education'])}
{php echo tpl_app_fans_form('education', $profile['education'],$mcFields['education']['title']);}
{/if} {if !empty($mcFields['graduateschool'])}
{php echo tpl_app_fans_form('graduateschool', $profile['graduateschool'], $mcFields['graduateschool']['title']);}
{/if} {if !empty($mcFields['studentid'])}
{php echo tpl_app_fans_form('studentid', $profile['studentid'], $mcFields['studentid']['title']);}
{/if}
{/if} {if $do == 'jobedit'}
请完善您的工作信息
{if !empty($mcFields['company'])}
{php echo tpl_app_fans_form('company', $profile['company'], $mcFields['company']['title']);}
{/if} {if !empty($mcFields['occupation'])}
{php echo tpl_app_fans_form('occupation', $profile['occupation'], $mcFields['occupation']['title']);}
{/if} {if !empty($mcFields['position'])}
{php echo tpl_app_fans_form('position', $profile['position'], $mcFields['position']['title']);}
{/if} {if !empty($mcFields['revenue'])}
{php echo tpl_app_fans_form('revenue', $profile['revenue'], $mcFields['revenue']['title']);}
{/if}
{/if}
{if $do == 'address' && empty($_GPC['addid'])}
{/if} {if $do == 'addressadd'}
请您填写收货地址
{php echo tpl_app_form_field_district('address',array('province' => $address['province'],'city' => $address['city'],'district' => $address['district']));}
{/if} {template 'common/footer'}