{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}
{$lang.percent} {$lang.from_sum} {$lang.to_sum} 操作
{$d.percent}% ¥{$d.from|string_format:"%.0f"} ¥{$d.to|string_format:"%.0f"} {$lang.edit} {$lang.delete}
{literal} {/literal} {else} {$lang.no_records} {/if}