{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.name} {$lang.user} {$lang.items} {$lang.public_visible} 操作
{$d.name} {$users[$d.user_id].username} {$d.items} {if $d.public == 'true'} {else} {/if} {$lang.view} {$lang.delete}
{literal} {/literal} {else} {$lang.no_records} {/if}