{template nheader.html}
{if $pid} {else}
{/if}
{loop $list $t} {/loop}
{fc_lang('名称')} {fc_lang('别名')} {fc_lang('点击量')} {fc_lang('操作')}
{$t.name} {$t.code} {$t.hits} {if !$pid} {/if}
 
{template nfooter.html}