{template 'header'}
{php echo htmlspecialchars_decode($activity['content'])}
{loop $ds $row} {if $row['type'] == 'text'}
{/if} {if $row['type'] == 'number'}
{/if} {if $row['type'] == 'textarea'}
{/if} {if $row['type'] == 'radio'}
{/if} {if $row['type'] == 'checkbox'}
{$row['title']}: {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'}
{$row['title']} {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} {/loop}
{template 'script'} {template 'footer'}