From c3be55a4289b0d5642f7e76cea07c065eb5b733e Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 12 Jun 2023 14:53:29 +0900 Subject: [PATCH] no message --- src/main/webapp/WEB-INF/jsp/login-fims.jsp | 246 ----------- .../webapp/WEB-INF/jsp/login-prototype.jsp | 158 +++++++ src/main/webapp/WEB-INF/jsp/login.jsp | 392 +++++++++++------- 3 files changed, 398 insertions(+), 398 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/jsp/login-fims.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/login-prototype.jsp diff --git a/src/main/webapp/WEB-INF/jsp/login-fims.jsp b/src/main/webapp/WEB-INF/jsp/login-fims.jsp deleted file mode 100644 index a3386e81..00000000 --- a/src/main/webapp/WEB-INF/jsp/login-fims.jsp +++ /dev/null @@ -1,246 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> - - - - - - - - 로그인 - - - - - - - - - -
-
-

Logo Image

-
- -
- - - - - diff --git a/src/main/webapp/WEB-INF/jsp/login-prototype.jsp b/src/main/webapp/WEB-INF/jsp/login-prototype.jsp new file mode 100644 index 00000000..2361eb89 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/login-prototype.jsp @@ -0,0 +1,158 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> + + + + +
+
+ +
+
+ " + class="img-fluid" + alt="Login image" + width="700" + data-app-dark-img="illustrations/boy-with-rocket-dark.png" + data-app-light-img="illustrations/boy-with-rocket-light.png" + /> +
+
+ + + +
+
+ + + +

반갑습니다, XIT Base입니다. 👋

+

이 사이트는 XIT Base로 만든 예제 사이트 입니다.

+ +
+
+ + +
+
+
+ + + 비밀번호 찾기 + +
+
+ + +
+
+ + +
+ +
+
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index 2361eb89..df6bc834 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -1,158 +1,246 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> -<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> - - - - -
-
- -
-
- " - class="img-fluid" - alt="Login image" - width="700" - data-app-dark-img="illustrations/boy-with-rocket-dark.png" - data-app-light-img="illustrations/boy-with-rocket-light.png" - /> -
-
- - - -
-
- - - -

반갑습니다, XIT Base입니다. 👋

-

이 사이트는 XIT Base로 만든 예제 사이트 입니다.

- -
-
- - -
-
-
- - - 비밀번호 찾기 - -
-
- - -
-
- - -
- -
-
- -
-
- - - - - - - \ No newline at end of file +