diff --git a/VamPa/src/main/webapp/WEB-INF/views/main.jsp b/VamPa/src/main/webapp/WEB-INF/views/main.jsp
index 347c6d5..3c5e912 100644
--- a/VamPa/src/main/webapp/WEB-INF/views/main.jsp
+++ b/VamPa/src/main/webapp/WEB-INF/views/main.jsp
@@ -1,5 +1,7 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
+ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+ <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
@@ -22,8 +24,22 @@
Search area
-
-
회원가입
+
+
+
+
+ 회원가입
+
+
+
+
+
+ 회원 : ${member.memberName}
+ 충전금액 :
+ 포인트 :
+
+
+
diff --git a/VamPa/src/main/webapp/WEB-INF/views/member/login.jsp b/VamPa/src/main/webapp/WEB-INF/views/member/login.jsp
index aeef3a1..a5e184d 100644
--- a/VamPa/src/main/webapp/WEB-INF/views/member/login.jsp
+++ b/VamPa/src/main/webapp/WEB-INF/views/member/login.jsp
@@ -1,5 +1,6 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
+ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
@@ -31,6 +32,11 @@
+
+
+ 사용자 ID 또는 비밀번호를 잘못 입력하셨습니다.
+
+
diff --git a/VamPa/src/main/webapp/resources/css/main.css b/VamPa/src/main/webapp/resources/css/main.css
index d89bbbc..f253220 100644
--- a/VamPa/src/main/webapp/resources/css/main.css
+++ b/VamPa/src/main/webapp/resources/css/main.css
@@ -80,6 +80,22 @@
height: 1000px;
}
+/* 로그인 성공 영역 */
+.login_success_area{
+ height: 62%;
+ width: 80%;
+ border: 2px solid #7474ad;
+ border-radius: 15px;
+ margin: 5% auto;
+ padding-top: 5%;
+}
+.login_success_area>span{
+ display : block;
+ text-align: left;
+ margin-left: 10%;
+}
+
+
/* float 속성 해제 */
.clearfix{
clear: both;
diff --git a/VamPa/src/main/webapp/resources/css/member/login.css b/VamPa/src/main/webapp/resources/css/member/login.css
index de7d287..971b4bd 100644
--- a/VamPa/src/main/webapp/resources/css/member/login.css
+++ b/VamPa/src/main/webapp/resources/css/member/login.css
@@ -76,6 +76,13 @@
margin : auto;
}
+/* 로그인 실패시 경고글 */
+.login_warn{
+ margin-top: 30px;
+ text-align: center;
+ color : red;
+}
+
/* float 속성 해제 */
.clearfix{
clear: both;
diff --git a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
index 5aeb148..f95d2d6 100644
--- a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
+++ b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
-#Tue Dec 15 11:19:19 KST 2020
+#Fri Dec 18 16:56:19 KST 2020
version=1.0.0-BUILD-SNAPSHOT
groupId=com.vam
m2e.projectName=VamPa
diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/views/main.jsp b/VamPa_MySQL/src/main/webapp/WEB-INF/views/main.jsp
index 347c6d5..3c5e912 100644
--- a/VamPa_MySQL/src/main/webapp/WEB-INF/views/main.jsp
+++ b/VamPa_MySQL/src/main/webapp/WEB-INF/views/main.jsp
@@ -1,5 +1,7 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
+ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+ <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
@@ -22,8 +24,22 @@
Search area
-
-
회원가입
+
+
+
+
+ 회원가입
+
+
+
+
+
+ 회원 : ${member.memberName}
+ 충전금액 :
+ 포인트 :
+
+
+
diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/login.jsp b/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/login.jsp
index aeef3a1..a5e184d 100644
--- a/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/login.jsp
+++ b/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/login.jsp
@@ -1,5 +1,6 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
+ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
@@ -31,6 +32,11 @@
+
+
+ 사용자 ID 또는 비밀번호를 잘못 입력하셨습니다.
+
+
diff --git a/VamPa_MySQL/src/main/webapp/resources/css/main.css b/VamPa_MySQL/src/main/webapp/resources/css/main.css
index d89bbbc..f253220 100644
--- a/VamPa_MySQL/src/main/webapp/resources/css/main.css
+++ b/VamPa_MySQL/src/main/webapp/resources/css/main.css
@@ -80,6 +80,22 @@
height: 1000px;
}
+/* 로그인 성공 영역 */
+.login_success_area{
+ height: 62%;
+ width: 80%;
+ border: 2px solid #7474ad;
+ border-radius: 15px;
+ margin: 5% auto;
+ padding-top: 5%;
+}
+.login_success_area>span{
+ display : block;
+ text-align: left;
+ margin-left: 10%;
+}
+
+
/* float 속성 해제 */
.clearfix{
clear: both;
diff --git a/VamPa_MySQL/src/main/webapp/resources/css/member/login.css b/VamPa_MySQL/src/main/webapp/resources/css/member/login.css
index de7d287..971b4bd 100644
--- a/VamPa_MySQL/src/main/webapp/resources/css/member/login.css
+++ b/VamPa_MySQL/src/main/webapp/resources/css/member/login.css
@@ -76,6 +76,13 @@
margin : auto;
}
+/* 로그인 실패시 경고글 */
+.login_warn{
+ margin-top: 30px;
+ text-align: center;
+ color : red;
+}
+
/* float 속성 해제 */
.clearfix{
clear: both;
diff --git a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
index a3548a4..d260ce2 100644
--- a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
+++ b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
-#Tue Dec 15 11:19:20 KST 2020
+#Fri Dec 18 16:56:19 KST 2020
version=1.0.0-BUILD-SNAPSHOT
groupId=com.vam
m2e.projectName=VamPa_MySQL