{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 is_array($data)}
{foreach from=$data item=d} {/foreach}
{$lang.name} 操作
{$d.name} {$lang.edit} {$lang.delete}
{literal} {/literal} {else} {$lang.no_records} {/if}