{include file="public/page-header"/}
{if $id && !isset($_GET['id'])}
{elseif !$id && isset($_GET['id'])} {else /} {/if} {volist name="data" id="data"}
{if $data['type'] == 'text' || $data['type'] == 'password'} {elseif $data['type'] == 'switch' /}
{elseif $data['type'] == 'select' /}
{elseif $data['type'] == 'select2' /}
{elseif $data['type'] == 'multiple_use' /}
{elseif $data['type'] == 'checkboxs' /}
{volist name="data['setarr']" id="setarr"}
{/volist}
{elseif $data['type'] == 'radio' /}
{volist name="data['setarr']" id="setarr"}
{/volist}
{elseif $data['type'] == 'tags' /}
{elseif $data['type'] == 'time' /}
{elseif $data['type'] == 'datetime' /}
{elseif $data['type'] == 'image' /} {elseif $data['type'] == 'images' /} {else /}

其他扩展

{/if} {if $data['mean']!=''}{$data['mean']}{/if}
{/volist} {if isset($bottomBtn['reset'])} {/if} {if isset($bottomBtn['submit'])} {/if} {if isset($bottomBtn['return'])} {/if}