{template nheader.html}
{loop $list $t} {/loop}
{fc_lang('时间')} {fc_lang('会员')} {SITE_MONEY} {fc_lang('类型')} {fc_lang('状态')} {fc_lang('备注说明')}
{dr_date($t['inputtime'])} {if $t.uid}{php $m=dr_member_info($t.uid); echo $m.username;}{else}{fc_lang('游客')}{/if} {if $t['value'] > 0}+{$t['value']}{else}{$t['value']}{/if} {if $t.type}{$pay[$t['type']]['name']}{else}{fc_lang('自助')}{/if} {if $t.status}{fc_lang('成功')}{else}{fc_lang('等待付款')}{/if} {dr_lang_note($t['note'])}
{fc_lang('共%s条', $param['total'])}{$pages}
{template nfooter.html}