{include file="$root_path/apps/lists/leftlist_admin.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}