{$activity['title']}

×
{php echo htmlspecialchars_decode($activity['content'])}
{$activity['description']}
{if $activity['endtime'] < TIMESTAMP}
{else}
请认真填写资料
{loop $ds $fields}
{if $fields['type'] == 'text'}
{/if} {if $fields['type'] == 'email'}
{/if} {if $fields['type'] == 'number'}
{/if} {if $fields['type'] == 'textarea'}
{/if} {if $fields['type'] == 'radio'}
    {loop $fields['options'] $v}
  • {/loop}
{/if} {if $fields['type'] == 'image'}
{/if} {if $fields['type'] == 'checkbox'}
    {loop $fields['options'] $v}
  • {/loop}
{/if} {if $fields['type'] == 'select'}
{/if} {if $fields['type'] == 'calendar'}
{/if} {if $fields['type'] == 'range'}
{/if} {if $fields['type'] == 'reside'}
{/if} {if !empty($fields['description'])} {/if}
{/loop}
{/if}
{template 'footers'}