{php define('MUI', true);} {template 'common/header'}
{loop $ds $field} {if $field['type'] == 'text'}
{/if} {if $field['type'] == 'number'}
{/if} {if $field['type'] == 'textarea'}
{/if} {if $field['type'] == 'email'}
{/if} {if $field['type'] == 'radio'}
{php $i=1;} {loop $field['options'] $v}
{php $i++;} {/loop} {/if} {if $field['type'] == 'select'}
{/if} {if $field['type'] == 'checkbox'}
{php $i=1;} {loop $field['options'] $v}
{php $i++;} {/loop} {/if} {if $field['type'] == 'calendar'}
{php echo tpl_app_fans_form('birth', array('year' => $profile['birthyear'], 'month' => $profile['birthmonth'], 'day' => $profile['birthday']), $mcFields['birthyear']['title']);}
{/if} {if $field['type'] == 'reside'}
{php echo tpl_app_fans_form('reside', array('province' => $profiles['resideprovince'], 'city' => $profiles['residecity'], 'district' => $profiles['residedist']), $mcFields['resideprovince']['title']);}
{/if} {if $field['type'] == 'image'}
{php echo tpl_form_field_image('field_' . $field['refid'] . '_' . $field['bind'], '');}
{/if} {/loop}
{template 'footers'}