{extend name='public/base' /} {block name='content'}
{if $configGroupList} {/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'}
{common:radio param="$vo['name']|name|id" data="isset($vo['format_options']) ? $vo['format_options'] : []" value="isset($vo['value']) ? $vo['value'] : 0"}
{elseif $vo.type eq 'checkbox'}
{checkbox:select param="$vo['name']|name|id" data="$vo['format_options']" value="isset($vo['value']) ? $vo['value'] : ''"}
{elseif $vo.type eq 'select'}
{common:select param="$vo['name']|1|$vo['title']|name|id" data="$vo['format_options']" value="isset($vo['value']) ? $vo['value'] : 0"}
{elseif $vo.type eq 'date'}
{date:select param="$vo['name']|$vo['title']|date" value="$vo.value|default=''"}
{elseif $vo.type eq 'datetime'}
{date:select param="$vo['name']|$vo['title']|datetime" value="$vo.value|default=''"}
{elseif $vo.type eq 'image'} {upload:image name="$vo['name']__upimage|头像|90x90|建议上传尺寸450x450|450x450" value="isset($vo['value']) ? $vo['value'] : ''"} {elseif $vo.type eq 'images'}
{upload:album name="$vo['name']__2upimgs|图集|90x90|20|建议上传尺寸450x450|450x450" value="isset($vo['value']) ? $vo['value'] : []"}
{elseif $vo.type eq 'file'} {elseif $vo.type eq 'files'} {elseif $vo.type eq 'ueditor'}
{editor:kindeditor name="$vo['name']__ueditor" type="default" width="100%" height="350"}
{elseif $vo.type eq 'json'} {/if}
{/if} {/foreach} {/if} {widget:submit name="submit|立即保存,close|关闭"}
{/block}