{template 'common/header'} {if $do=='post'}

姓名

积分、余额、消费 日志
{if !empty($profile)}
修改密码
{/if}
基本资料
{php echo tpl_fans_form('avatar', $profile['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('year' => $profile['birthyear'],'month' => $profile['birthmonth'],'day' => $profile['birthday']));}
{php echo tpl_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $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('telephone',$profile['telephone']);}
{php echo tpl_fans_form('msn',$profile['msn']);}
{php echo tpl_fans_form('taobao',$profile['taobao']);}
{php echo tpl_fans_form('alipay',$profile['alipay']);}
收货地址
{loop $addresss $address}
{if !$address['isdefault']}设为默认{/if} 编辑 删除
{/loop}
教育情况
{php echo tpl_fans_form('studentid',$profile['studentid']);}
{php echo tpl_fans_form('grade',$profile['grade']);}
{php echo tpl_fans_form('graduateschool',$profile['graduateschool']);}
{php echo tpl_fans_form('education',$profile['education']);}
工作情况
{php echo tpl_fans_form('company',$profile['company']);}
{php echo tpl_fans_form('occupation',$profile['occupation']);}
{php echo tpl_fans_form('position',$profile['position']);}
{php echo tpl_fans_form('revenue',$profile['revenue']);}
个人情况
{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']);}
其他信息
{loop $custom_fields $field}
{/loop}
{/if} {template 'common/footer'}