{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 $smarty.get.type != 'system'}
{/if} {if $paging !=""}
{$paging}
{/if}
  • 系统
  • 作者
  • 买家
  • 引荐人
  • 其他
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
{$lang.name} {$lang.photo} {$lang.visible} 操作
{$d.name} {if $d.photo != ''} {/if} {if $d.visible == 'true'} {else} {/if} {$lang.edit} {if $smarty.get.type != 'system'} {$lang.delete} {/if}
{literal} {/literal} {else} {$lang.no_records} {/if}