{template 'header'} {if $initCalendar} {/if}
{if !empty($activity['thumb'])}{/if}
{$activity['title']}
{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'} {/if} {if $row['type'] == 'email'} {/if} {if $row['type'] == 'image'}
{/if} {if $row['type'] == 'range'} {/if} {if !empty($row['description'])}{php echo urldecode($row['description']);}{/if}
{template 'footer'}