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 @@ +