diff --git a/src/main/webapp/WEB-INF/views/cart.jsp b/src/main/webapp/WEB-INF/views/cart.jsp new file mode 100644 index 0000000..f6623e8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/cart.jsp @@ -0,0 +1,585 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+
+
+ +
+
+ + +
+
+
+
+
+ 我的购物车 +
+
+ +
+
+ +
+ +
+ +

加载购物车中...

+
+ + + + + + +
+
+
+
+ + +
+
+
+ 猜你喜欢 +
+
+ +
+
+
+
+ + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/flashsale-detail.jsp b/src/main/webapp/WEB-INF/views/flashsale-detail.jsp new file mode 100644 index 0000000..fa996a6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/flashsale-detail.jsp @@ -0,0 +1,873 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+ +
+
+ +
+
+ + +
+ +

加载秒杀详情中...

+
+ + + + + + +
+ + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/flashsales.jsp b/src/main/webapp/WEB-INF/views/flashsales.jsp new file mode 100644 index 0000000..4876fce --- /dev/null +++ b/src/main/webapp/WEB-INF/views/flashsales.jsp @@ -0,0 +1,889 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+ +
+
+ + +
+

+ 秒杀活动 + 限时抢购,先到先得 +

+
+ + + + +
+
+
+
+ + +
+
+
+
+
+
+ +
+
+ +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+ + +
+
+
+
+ +
0
+

即将开始

+
+
+
+
+
+
+ +
0
+

正在抢购

+
+
+
+
+
+
+ +
0
+

热门活动

+
+
+
+
+
+
+ +
0
+

已结束

+
+
+
+
+ + +
+
+ +
+ +

加载秒杀活动中...

+
+ + + + + + + + + +
+
+
+ + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/orders.jsp b/src/main/webapp/WEB-INF/views/orders.jsp new file mode 100644 index 0000000..8fd45ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/orders.jsp @@ -0,0 +1,631 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+ + +
+
+
+
+
+ 我的订单 +
+
+ +
+ +
+ +

加载订单中...

+
+ + + + + +
+ + + +
+
+
+
+
+ + + + + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/products.jsp b/src/main/webapp/WEB-INF/views/products.jsp new file mode 100644 index 0000000..6133448 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/products.jsp @@ -0,0 +1,501 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + + + +
+ +
+
+

+ + 商品列表 +

+

发现更多优质商品

+
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+ 加载中... +
+

正在加载商品...

+
+ + +
+ +
+ + + + + + +
+ + + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file