From 7dcf54fc650608855ce1f41ad2272f47949687c8 Mon Sep 17 00:00:00 2001 From: SeoJin Kim Date: Thu, 6 Jan 2022 05:34:04 +0900 Subject: [PATCH] =?UTF-8?q?[Spring][=EC=87=BC=ED=95=91=EB=AA=B0=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8][46]=20=EB=8C=93=EA=B8=80?= =?UTF-8?q?=20=EB=93=B1=EB=A1=9D=20-=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://kimvampa.tistory.com/290 --- .../main/webapp/WEB-INF/views/replyEnroll.jsp | 167 +++++++++++++++++- .../main/webapp/WEB-INF/views/replyEnroll.jsp | 164 +++++++++++++++++ 2 files changed, 329 insertions(+), 2 deletions(-) diff --git a/VamPa/src/main/webapp/WEB-INF/views/replyEnroll.jsp b/VamPa/src/main/webapp/WEB-INF/views/replyEnroll.jsp index 4dbcf3d..4b93f7d 100644 --- a/VamPa/src/main/webapp/WEB-INF/views/replyEnroll.jsp +++ b/VamPa/src/main/webapp/WEB-INF/views/replyEnroll.jsp @@ -5,9 +5,172 @@ Insert title here + + -

${bookInfo}

-

${memberId}

+ +
+
+ 리뷰 등록 +
+ +
+
+

${bookInfo.bookName}

+
+
+

평점

+ +
+
+

리뷰

+ +
+
+ + + +
+ + + \ No newline at end of file diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/views/replyEnroll.jsp b/VamPa_MySQL/src/main/webapp/WEB-INF/views/replyEnroll.jsp index ce046b5..4b93f7d 100644 --- a/VamPa_MySQL/src/main/webapp/WEB-INF/views/replyEnroll.jsp +++ b/VamPa_MySQL/src/main/webapp/WEB-INF/views/replyEnroll.jsp @@ -5,8 +5,172 @@ Insert title here + + +
+
+ 리뷰 등록 +
+ +
+
+

${bookInfo.bookName}

+
+
+

평점

+ +
+
+

리뷰

+ +
+
+ + + +
+ + + \ No newline at end of file