{template 'header'}
{if !empty($activity['thumb'])} {/if}
{$activity['title']} {$mname}
{php echo htmlspecialchars_decode($activity['content'])}
请认真填写表单
{loop $ds $row} {/loop}
{if $row['type'] == 'number'} {/if} {if $row['type'] == 'text'} {/if} {if $row['type'] == 'textarea'} {/if} {if $row['type'] == 'radio'} {/if} {if $row['type'] == 'checkbox'} {loop $row['options'] $v} {/loop} {/if} {if $row['type'] == 'select'} {/if} {if $row['type'] == 'calendar'} {php echo tpl_form_field_date('field_' . $row['refid'] . '_' . $row['bind']);} {/if} {if $row['type'] == 'email'} {/if} {if $row['type'] == 'image'}
{php echo tpl_form_field_image('field_' . $row['refid'] . '_' . $row['bind'], '');}
{/if} {if $row['type'] == 'range'} {/if} {if $row['type'] == 'reside'} {php echo tpl_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $profile['residedist']));} {/if} {if !empty($row['description'])} {php echo urldecode($row['description']);} {/if}
{template 'script'} {template 'footer'}