{include file="$admin_template_path/html/header.html"} {include file="$admin_template_path/html/pagetops.html"} {if $errorMessage}
{$errorMessage}
{literal} {/literal} {/if}
{include file="$admin_template_path/html/leftmenu.html"}
{if $paging !=""}
{$paging}
{/if}
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
名称 类型 可见 排序 操作
{$d.name} {if $d.type == 'select'} 单选列表 {elseif $d.type == 'multiple'} 多选列表(不建议) {elseif $d.type == 'check'} 多选框 {elseif $d.type == 'radio'} 单选钮 {else} 手动输入 {/if} {if $d.visible == 'true'} {else} {/if} {if $d.type != 'input'} 属性 {/if} 编辑 删除
{literal} {/literal} {else} 无记录 {/if}