<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>
<%if(action=="list")%>

<%template src="_log_nav.html"%>

流量点明细
<%set DataTable flow_point_log_list=get_flow_point_log_list(20, page,out totalcount)%> <%set string pagelist=get_page_link(20, page, totalcount, "userflowpoint", action, "__id__")%> <%foreach(DataRow dr in flow_point_log_list.Rows)%> <%/foreach%> <%if(flow_point_log_list.Rows.Count==0)%> <%/if%>
消费时间 收入 支出 摘要 剩余流量点 备注
{dr[add_time]} <%=get_in_point_format( Utils.ObjToDecimal({dr[point]}, 0M), Utils.ObjToInt({dr[in_or_out_flag]}))%> <%=get_out_point_format( Utils.ObjToDecimal({dr[point]}, 0M), Utils.ObjToInt({dr[in_or_out_flag]}))%> <%=get_in_or_out_flag_format( Utils.ObjToInt({dr[in_or_out_flag]}))%> {dr[curr_point]} {dr[remark]}
暂无记录...
{pagelist}
" /> <%/if%>
<%template src="_footer.html"%>