{template 'oldheader'} {if $initCalendar} {/if}
{$activity['title']} {$mname}{/if}
{loop $ds $row} {if !empty($row['description'])}
{php echo urldecode($row['description']);}
{/if} {if $row['type'] == 'text'}
{/if} {if $row['type'] == 'email'}
{/if} {if $row['type'] == 'number'}
{/if} {if $row['type'] == 'textarea'}
{/if} {if $row['type'] == 'radio'}
{/if} {if $row['type'] == 'image'}
{/if} {if $row['type'] == 'checkbox'}
{$row['title']} {loop $row['options'] $v} {/loop}
{/if} {if $row['type'] == 'select'}
{/if} {if $row['type'] == 'calendar'}
{/if} {if $row['type'] == 'range'}
{/if} {if $row['type'] == 'reside'}
{php echo dayu_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $profile['residedist']));}
{/if} {/loop}
{template 'script'} {template 'footer'}