From 35e91886d99f2bf00a38555f5bdd284610fe7981 Mon Sep 17 00:00:00 2001 From: leebj Date: Wed, 3 Jul 2024 13:34:01 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EA=B4=80/=EB=B6=80=EC=84=9C=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cokr/xit/fims/base/SggDeptController.java | 10 + .../WEB-INF/jsp/base/user/dept-info.jsp | 101 ++++++++ .../WEB-INF/jsp/base/user/select-sggDepts.jsp | 57 ++++ .../webapp/WEB-INF/jsp/base/user/sgg-dept.jsp | 245 ++++++++++++++++++ .../webapp/WEB-INF/jsp/base/user/sgg-info.jsp | 122 +++++++++ src/main/webapp/WEB-INF/jsp/include/tail.jsp | 1 + 6 files changed, 536 insertions(+) create mode 100644 src/main/java/cokr/xit/fims/base/SggDeptController.java create mode 100644 src/main/webapp/WEB-INF/jsp/base/user/dept-info.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/base/user/select-sggDepts.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/base/user/sgg-info.jsp diff --git a/src/main/java/cokr/xit/fims/base/SggDeptController.java b/src/main/java/cokr/xit/fims/base/SggDeptController.java new file mode 100644 index 00000000..ec5194b6 --- /dev/null +++ b/src/main/java/cokr/xit/fims/base/SggDeptController.java @@ -0,0 +1,10 @@ +package cokr.xit.fims.base; + +import org.springframework.stereotype.Controller; + +import cokr.xit.base.user.Department; +import cokr.xit.base.user.Sigungu; +import cokr.xit.base.user.web.SigunguDepartmentController; + +@Controller +public class SggDeptController extends SigunguDepartmentController {} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/base/user/dept-info.jsp b/src/main/webapp/WEB-INF/jsp/base/user/dept-info.jsp new file mode 100644 index 00000000..9e088b60 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/base/user/dept-info.jsp @@ -0,0 +1,101 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> +
+
+
+
+ +
+ + + +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ + +
+
+
+
+
+ +
+
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/base/user/select-sggDepts.jsp b/src/main/webapp/WEB-INF/jsp/base/user/select-sggDepts.jsp new file mode 100644 index 00000000..b665b928 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/base/user/select-sggDepts.jsp @@ -0,0 +1,57 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp b/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp new file mode 100644 index 00000000..424f7f68 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp @@ -0,0 +1,245 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> +기관 정보 + +
+ +
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/base/user/sgg-info.jsp b/src/main/webapp/WEB-INF/jsp/base/user/sgg-info.jsp new file mode 100644 index 00000000..777d0e18 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/base/user/sgg-info.jsp @@ -0,0 +1,122 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> +
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + + +
+
+
+
+
+
+ +
+
+ + + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ + +
+
+
+
+
+ +
+
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/include/tail.jsp b/src/main/webapp/WEB-INF/jsp/include/tail.jsp index d4df9b78..a291a8a4 100644 --- a/src/main/webapp/WEB-INF/jsp/include/tail.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/tail.jsp @@ -29,6 +29,7 @@ +