From 6dab9661aef05c13aa69cd76c3a411121e9655db Mon Sep 17 00:00:00 2001 From: pnc6jztsp <1946634973@qq.com> Date: Mon, 10 Apr 2023 19:47:44 +0800 Subject: [PATCH 1/3] ADD file via upload --- .../webapp/WEB-INF/views/home/common/footer.jsp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/home/common/footer.jsp diff --git a/src/main/webapp/WEB-INF/views/home/common/footer.jsp b/src/main/webapp/WEB-INF/views/home/common/footer.jsp new file mode 100644 index 0000000..d9a23bd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/home/common/footer.jsp @@ -0,0 +1,13 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + \ No newline at end of file From bc7c2cc03a6cc75491d8bedf63d79a92d6ad6894 Mon Sep 17 00:00:00 2001 From: pnc6jztsp <1946634973@qq.com> Date: Mon, 10 Apr 2023 19:48:21 +0800 Subject: [PATCH 2/3] ADD file via upload --- .../WEB-INF/views/home/common/header.jsp | 146 ++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/home/common/header.jsp diff --git a/src/main/webapp/WEB-INF/views/home/common/header.jsp b/src/main/webapp/WEB-INF/views/home/common/header.jsp new file mode 100644 index 0000000..97d115a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/home/common/header.jsp @@ -0,0 +1,146 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + + + 游戏周边商城-${title} + + + + + + + + + + +
+ +
+
+ +
+

您好,欢迎来到游戏周边商城 + + [登录][注册] + + + [${account.name }] + +

+
+ + + +
+ +
+ +
+
+
+
+ + + +
+ + +
+
+ + + +
+ + +
+ +
+ +
+
+ + + + + +
+ + + + +
+
+ \ No newline at end of file From c59fb64bba4a9f3847169861b13b81f98d9b57c7 Mon Sep 17 00:00:00 2001 From: pnc6jztsp <1946634973@qq.com> Date: Mon, 10 Apr 2023 19:48:47 +0800 Subject: [PATCH 3/3] ADD file via upload --- .../WEB-INF/views/home/common/user_menu.jsp | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/home/common/user_menu.jsp diff --git a/src/main/webapp/WEB-INF/views/home/common/user_menu.jsp b/src/main/webapp/WEB-INF/views/home/common/user_menu.jsp new file mode 100644 index 0000000..184a8c7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/home/common/user_menu.jsp @@ -0,0 +1,25 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + +
+ +
+ +
+
+ +
+
我的交易
+
已购买商品
+
我的收藏
+
评价管理
+
+ +
+
我的账户
+
个人资料
+
密码修改
+
收货地址
+
+ +
+ \ No newline at end of file