document.write('
'); document.write(''); document.write('
'); document.write('{$arr['title']}
'); {loop $row $option} {if $arr['type'] == 'radio'} document.write(''); {else} document.write(''); {/if} document.write(' {$option['name']} ({$option['num']})
'); {/loop} document.write('
');