{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.username} {$currency.symbol}{$d.total|string_format:"%.2f"} {$d.commission} % {$d.items} {$d.sales} {$currency.symbol}{$d.sold|string_format:"%.2f"} {$d.referals} {$currency.symbol}{$d.referal_money|string_format:"%.2f"} {if $d.featured_author == 'true'} {else} {/if} 编辑余额 编辑用户 删除用户
{literal} {/literal} {else} 暂无记录 {/if}