From 0ea03c1eebe82df8b93a83503d643d058cf569f7 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Tue, 16 Nov 2021 11:15:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=B6=A9=EB=8F=8C=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nlib/member/accountConsolidationForm.jsp | 170 +++++++++--------- 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/member/accountConsolidationForm.jsp b/src/main/webapp/WEB-INF/jsp/nlib/member/accountConsolidationForm.jsp index fd9f30eb..307f356c 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/member/accountConsolidationForm.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/member/accountConsolidationForm.jsp @@ -1,86 +1,86 @@ -<% -/** - *
- * @Class Name : accountConsolidationForm.jsp
- * 
- * @Description : 계정통합처리 알림폼
- * 
- * 
- * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
- *
- * 
- * - * @ ------------ -------- --------------------------- - * @ 수정일 수정자 수정내용 - * @ ------------ -------- --------------------------- - * @ 2021. 9. 1. JSYOO 최초 생성 - * - * - * @author 이씨플라자 * DIGITALSHIP JSYOO - * @since 2021. 9. 1. - * @version 1.0 - * - */ - %> -<%@ page language="java" contentType="text/html; charset=UTF-8" %> -<%@ page import="java.util.Date" %> -<%@ page import="java.text.SimpleDateFormat" %> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> -<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> -<% - Date nowTime = new Date(); - SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); - SimpleDateFormat sf2 = new SimpleDateFormat("a hh:mm:ss"); -%> - - - - -Insert title here - - - -
-

계정연결완료 섹션영역

-
-
-
자물쇠 아이콘
-

계정연결 완료

-
-
-
-
-
-

기가입 계정에 - - 네이버 - 카카오 - 구글 - 계정이 통합되었습니다. -

-

-
-
-
- 네이버 아이콘 - 카카오 아이콘 - 구글 아이콘 -
-
-

-

<%= sf.format(nowTime) %><%= sf2.format(nowTime) %> 연결완료

-
-
- -
-
-
-
-
- +<% +/** + *
+ * @Class Name : accountConsolidationForm.jsp
+ * 
+ * @Description : 계정통합처리 알림폼
+ * 
+ * 
+ * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
+ *
+ * 
+ * + * @ ------------ -------- --------------------------- + * @ 수정일 수정자 수정내용 + * @ ------------ -------- --------------------------- + * @ 2021. 9. 1. JSYOO 최초 생성 + * + * + * @author 이씨플라자 * DIGITALSHIP JSYOO + * @since 2021. 9. 1. + * @version 1.0 + * + */ + %> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> +<%@ page import="java.util.Date" %> +<%@ page import="java.text.SimpleDateFormat" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> +<% + Date nowTime = new Date(); + SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); + SimpleDateFormat sf2 = new SimpleDateFormat("a hh:mm:ss"); +%> + + + + +Insert title here + + + +
+

계정연결완료 섹션영역

+
+
+
자물쇠 아이콘
+

계정연결 완료

+
+
+
+
+
+

기가입 계정에 + + 네이버 + 카카오 + 구글 + 계정이 통합되었습니다. +

+

+
+
+
+ 네이버 아이콘 + 카카오 아이콘 + 구글 아이콘 +
+
+

+

<%= sf.format(nowTime) %><%= sf2.format(nowTime) %> 연결완료

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