{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.visible == 'true'} {else} {/if} 编辑 删除
{literal} {/literal} {else} 没有找到相关记录 {/if}