<%@ page language="java" import="java.util.*,com.ace.shopping.beans.*" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> ACE Shop
Collect from 网页模板

查看订单

编号 订单编号 购买商品 价格 数量 收货地址 订单状态 下订单时间 卖家留言
${ss.count} ${list.o_Id} ${list.orderDetails.g_Name} ${list.orderDetails.g_Price} ${list.orderDetails.o_Count} ${list.o_Address} ${list.orderDetails.o_Status==0?"未发货":"已发货"} ${list.o_date} ${list.o_Msg}
${ss.count} ${list.o_Id} ${list.orderDetails.g_Name} ${list.orderDetails.g_Price} ${list.orderDetails.o_Count} ${list.o_Address} ${list.orderDetails.o_Status==0?"未发货":"已发货"} ${list.o_date} ${list.o_Msg}
<% String currentpage=request.getParameter("currentpage"); %> 共[${bean.totalrecord}]条记录, 每页条, 共[${bean.totalpage}]页, 当前[${bean.currentpage}]页     上一页 <% String cpage= request.getParameter("currentpage"); %> 下一页

去shopping啦!>V<