{template "header.html"}
{dr_form_search_hidden()}
{if $list_table}{/if}
{dr_form_hidden()}
{if $ci->_is_admin_auth('del')} {/if} {loop $list $t} {if $ci->_is_admin_auth('del')} {/if} {/loop}
{dr_lang('用途')} {dr_lang('账号')} {dr_lang('说明')} {dr_lang('金额')} 付款 {dr_lang('状态')} {dr_lang('时间')} {dr_lang('操作')}
{php echo \Phpcmf\Service::M('Pay')->paytype($t.mid)} {if $t.uid}{Function_list::uid($t.uid)}{else}{dr_lang('游客')}{/if} {dr_strcut($t.title, 30)} {dr_pay_money_html($t.value)} {dr_pay_type_html($t.type)} {php echo \Phpcmf\Service::M('Pay')->paystatus($t)} {dr_date($t.inputtime, null, 'red')} {if $ci->_is_admin_auth('edit')} {if $t.status && $t.mid=='recharge'} {/if} {/if}
{template "footer.html"}