{extend name='public/base' /} {block name='content'}
{if $config_group_list} {/if}
{if $list} {foreach name="$list" item="vo"} {if $vo.type eq 'hidden'} {else}
{if $vo.type eq 'text'}
{elseif $vo.type eq 'number'}
{elseif $vo.type eq 'textarea'}
{elseif $vo.type eq 'password'}
{elseif $vo.type eq 'radio'}
{:widget('common/radioCheck',array($vo['format_name'],isset($vo['format_options']) ? $vo['format_options'] : [], isset($vo['value']) ? $vo['value'] : 0))}
{elseif $vo.type eq 'checkbox'}
{:widget('checkbox/simpleSelect',array($vo['format_name'],isset($vo['format_options']) ? $vo['format_options'] : [], isset($vo['format_value']) ? $vo['format_value'] : []))}
{elseif $vo.type eq 'select'}
{:widget('common/singleSelect',array($vo['format_name'],isset($vo['format_options']) ? $vo['format_options'] : [],isset($vo['value']) ? $vo['value'] : 0))}
{elseif $vo.type eq 'date'}
{elseif $vo.type eq 'datetime'}
{elseif $vo.type eq 'image'} {:widget('upload/uploadSingleImage',array($vo['name'] . '__upimage',isset($vo['image_url']) ? $vo['image_url'] : '' ,'90x90'))} {elseif $vo.type eq 'images'}
{:widget('upload/uploadMultipleImage',array($vo['name'] . '__upimgs',isset($vo['imgs_list']) ? $vo['imgs_list'] : [],'图集','100x100',20))}
{elseif $vo.type eq 'file'} {elseif $vo.type eq 'files'} {elseif $vo.type eq 'ueditor'}
{:widget('editor/getKindeditor',array('default',$vo.name . '__ueditor','100%',450))}
{elseif $vo.type eq 'json'} {/if}
{/if} {/foreach} {/if} {:widget('common/submitBtn',array('submit|立即保存', 1))}
{/block}