From b606edb96e5a13114b2e145c80131b79b32f669a Mon Sep 17 00:00:00 2001 From: 18237870573 <2046906659@qq.com> Date: Mon, 10 Apr 2023 19:14:34 +0800 Subject: [PATCH 1/4] ADD file via upload --- src/main/webapp/WEB-INF/views/common/header.jsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/common/header.jsp diff --git a/src/main/webapp/WEB-INF/views/common/header.jsp b/src/main/webapp/WEB-INF/views/common/header.jsp new file mode 100644 index 0000000..0afa333 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/common/header.jsp @@ -0,0 +1,15 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + + + + + + + + + + + + \ No newline at end of file From 7d30f0afd7ca55d48b9ce9c9bc08a56a9de3ad53 Mon Sep 17 00:00:00 2001 From: 18237870573 <2046906659@qq.com> Date: Mon, 10 Apr 2023 19:14:58 +0800 Subject: [PATCH 2/4] ADD file via upload --- src/main/webapp/WEB-INF/views/common/menus.jsp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/common/menus.jsp diff --git a/src/main/webapp/WEB-INF/views/common/menus.jsp b/src/main/webapp/WEB-INF/views/common/menus.jsp new file mode 100644 index 0000000..478a7d5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/common/menus.jsp @@ -0,0 +1,5 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + ${thirdMenu.name } + \ No newline at end of file From abfbffb17ec89a60f8b2f2031d40d4ed7fa85705 Mon Sep 17 00:00:00 2001 From: 18237870573 <2046906659@qq.com> Date: Mon, 10 Apr 2023 19:16:01 +0800 Subject: [PATCH 3/4] ADD file via upload --- .../webapp/WEB-INF/views/product/edit.jsp | 174 ++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/product/edit.jsp diff --git a/src/main/webapp/WEB-INF/views/product/edit.jsp b/src/main/webapp/WEB-INF/views/product/edit.jsp new file mode 100644 index 0000000..5f50dc5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/product/edit.jsp @@ -0,0 +1,174 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@include file="../common/header.jsp"%> +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
商品分类: + +
商品标题:
商品主图: + + 上传图片 + 预览图片 +
商品价格:
商品库存:
详情描述:
+ 提交 + 返回 +
+
+
+
+
+ + + + +
+ +
+
+
+
+
+ +<%@include file="../common/footer.jsp"%> + + + + + + \ No newline at end of file From fbb9fb5846c25b89169affa5d58eb2a8d50a689f Mon Sep 17 00:00:00 2001 From: 18237870573 <2046906659@qq.com> Date: Mon, 10 Apr 2023 19:16:28 +0800 Subject: [PATCH 4/4] ADD file via upload --- .../webapp/WEB-INF/views/product/list.jsp | 148 ++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/product/list.jsp diff --git a/src/main/webapp/WEB-INF/views/product/list.jsp b/src/main/webapp/WEB-INF/views/product/list.jsp new file mode 100644 index 0000000..c9757fa --- /dev/null +++ b/src/main/webapp/WEB-INF/views/product/list.jsp @@ -0,0 +1,148 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@include file="../common/header.jsp"%> +
+ +
+
+ <%@include file="../common/menus.jsp"%> +
+ +
+ +
+
+ +<%@include file="../common/footer.jsp"%> + + + \ No newline at end of file