{extend name="public/base" /} {block name="body"}
{volist name="lists" id="config"}
{$config.title} ( {$key} ) {if isset($config['remark'])}

{$config.remark}

{/if}
{switch $config.type} {case text} {/case} {case radio} {foreach $config['option'] as $ok=>$item } {/foreach} {/case} {case checkbox} {foreach $config['option'] as $ok=>$item } {/foreach} {/case} {case textarea} {/case} {case select} {/case} {case image}
{/case} {case images}
{/case} {/switch}
{/volist}
{/block} {block name="script"} {/block}