{if condition="$activity['pic']"}
{/if}
活动介绍:
{$activity.infor|htmlspecialchars_decode}
{if condition="$activity['state'] eq 1"}
{:token()}
{volist name="apply" id="vo" key="aey"} {switch $vo['ftype']} {case value="input"} {/case} {case value="radio"}
{$vo.fname}: {volist name="vo['foptions']" id="jo" key="jey"} {/volist}
{/case} {case value="checkbox"}
{$vo.fname}: {volist name="vo['foptions']" id="jo" key="jey"} {/volist}
{/case} {case value="textarea"} {/case} {case value="select"} {/case} {/switch} {if condition="$aey%2 eq 0"}
{/if} {/volist}
{if condition="$activity['notice'] "}
备注:
{$activity.notice|htmlspecialchars_decode}
{/if}
{/if}