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"); +%> + + + + + + + + 조정안내 < 튜토리얼 < 저작권 전자조정시스템 + + + + + + + + + + +
+
+
+
+
+ +
+ +