{:token()}

{$title}

{$activity.infor|htmlspecialchars_decode}
{volist name="apply" id="vo"} {switch $vo['ftype']} {case value="input"}
{$vo.fname}
{/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"}
{$vo.fname}
{/case} {case value="select"}
{$vo.fname}
{/case} {case value="notice"}
{$vo.fname}
{$vo.fnotice}
{/case} {/switch} {/volist}

附件

{volist name="apply" id="vo"} {switch $vo['ftype']} {case value="file"}
{$vo.fname}
{/case} {/switch} {/volist}
声明及承诺