{template nheader.html}
{loop $list $t} {php $m=dr_member_info($t.uid);} {/loop}
{fc_lang('时间')} {fc_lang('账户')} {SITE_MONEY} {fc_lang('类型')} {fc_lang('状态')} {fc_lang('备注说明')}
{dr_date($t['inputtime'])} {$m['username']} {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'])}
{template nfooter.html}