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

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

收藏点明细
<%set DataTable collect_point_log_list=get_collect_point_log_list(20, page,out totalcount)%> <%set string pagelist=get_page_link(20, page, totalcount, "usercollectpoint", action, "__id__")%> <%foreach(DataRow dr in collect_point_log_list.Rows)%> <%/foreach%> <%if(collect_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"%>