From 81479103467e7bd42d4b3140100e89e9547a4f56 Mon Sep 17 00:00:00 2001 From: LJH Date: Tue, 27 Sep 2022 16:05:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=98=B8=20=EC=A0=84?= =?UTF-8?q?=EC=9E=90=EC=A1=B0=EC=A0=95=EC=8B=9C=EC=8A=A4=ED=85=9C=20?= =?UTF-8?q?=EA=B3=A0=EB=8F=84=ED=99=94=20=EC=BB=A4=EB=B0=8B=20=20-=20(?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90)=20=ED=8A=9C=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=EC=96=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../adjst/web/AdjstReqWebController.java | 9 + src/main/webapp/WEB-INF/decorators.xml | 1 + .../adjst/adjstReqRegistInformation.jsp | 9 +- .../kccadr/adjst/adjstReqRegistTutorial.jsp | 160 ++++++++++++++++++ 4 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistTutorial.jsp diff --git a/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java b/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java index db2aded6..eaf74705 100644 --- a/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java +++ b/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java @@ -1717,4 +1717,13 @@ public class AdjstReqWebController { return oj; } + /** + * 조정신청 구분선택 - 안내화면 + */ + @RequestMapping("/web/kccadr/adjst/adjstReqRegistTutorial.do") + public String adjstReqRegistTutorial() throws Exception { + + return "/web/kccadr/adjst/adjstReqRegistTutorial"; + } + } diff --git a/src/main/webapp/WEB-INF/decorators.xml b/src/main/webapp/WEB-INF/decorators.xml index bcfbb335..35f60363 100644 --- a/src/main/webapp/WEB-INF/decorators.xml +++ b/src/main/webapp/WEB-INF/decorators.xml @@ -116,6 +116,7 @@ /*Ajax.do /kcc/mail/intSendMailForm.do /web/adminContent.do + /web/kccadr/adjst/adjstReqRegistTutorial.do diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp index 6f3a7816..bb8ddab7 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp @@ -63,16 +63,23 @@ function fnGoCrtfc(){ location.href=""; } +function tutorialPop(){ + var form = document.popForm; + commonPopWindowopenForm("/web/kccadr/adjst/adjstReqRegistTutorial.do" , "50000", "50000", "tutorialPop", $("#popForm")); +} + +
+

조정신청

- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistTutorial.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistTutorial.jsp new file mode 100644 index 00000000..ced959be --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistTutorial.jsp @@ -0,0 +1,160 @@ +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> +<% + response.setHeader("Cache-Control","no-store"); + response.setHeader("Pragma","no-cache"); + response.setDateHeader("Expires",0); + if (request.getProtocol().equals("HTTP/1.1")) response.setHeader("Cache-Control", "no-cache"); +%> + + + + + + + + 조정안내 < 튜토리얼 < 저작권 전자조정시스템 + + + + + + + + + + +
+
+
+
+
+ +
+ +