diff --git a/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java b/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java index 51649e7d..c5042ea5 100644 --- a/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java +++ b/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java @@ -1813,4 +1813,13 @@ public class AdjstReqWebController { return "/web/kccadr/adjst/adjstReqRegistTutorial"; } + /** + 나의 조정사건 목록 - 튜토리얼 + */ + @RequestMapping("/web/kccadr/adjst/adjstProgressTutorial.do") + public String adjstProgressTutorial() throws Exception { + + return "/web/kccadr/adjst/adjstProgressTutorial"; + } + } diff --git a/src/main/webapp/WEB-INF/decorators.xml b/src/main/webapp/WEB-INF/decorators.xml index 4c512dbe..c8a1eb51 100644 --- a/src/main/webapp/WEB-INF/decorators.xml +++ b/src/main/webapp/WEB-INF/decorators.xml @@ -126,6 +126,8 @@ /web/kccadr/payment/inipay/* /kccadr/adjPgrMgr/drtCtr/drtCtrReg_for_ApprovManageEndDetail.do + /web/kccadr/adjst/adjstProgressTutorial.do + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp index 9ac42153..17d40fbe 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp @@ -103,9 +103,15 @@ , "rejectCnPop" ); } + + function tutorialPop(){ + var form = document.popForm; + commonPopWindowopenForm("/web/kccadr/adjst/adjstProgressTutorial.do" , "50000", "50000", "tutorialPop2", $("#popForm")); + } +
" /> @@ -119,6 +125,7 @@

나의 조정사건 목록

+
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstProgressTutorial.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstProgressTutorial.jsp new file mode 100644 index 00000000..59084883 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstProgressTutorial.jsp @@ -0,0 +1,76 @@ +<%@ 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"); +%> + + + + + + + + 조정진행 상황 < 튜토리얼 < 저작권 전자조정시스템 + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + diff --git a/src/main/webapp/kccadrPb/tutorial/image/progress_01.gif b/src/main/webapp/kccadrPb/tutorial/image/progress_01.gif new file mode 100644 index 00000000..91568343 Binary files /dev/null and b/src/main/webapp/kccadrPb/tutorial/image/progress_01.gif differ diff --git a/src/main/webapp/kccadrPb/tutorial/image/progress_02.gif b/src/main/webapp/kccadrPb/tutorial/image/progress_02.gif new file mode 100644 index 00000000..f6abbda9 Binary files /dev/null and b/src/main/webapp/kccadrPb/tutorial/image/progress_02.gif differ diff --git a/src/main/webapp/kccadrPb/tutorial/image/progress_03.gif b/src/main/webapp/kccadrPb/tutorial/image/progress_03.gif new file mode 100644 index 00000000..e28465e9 Binary files /dev/null and b/src/main/webapp/kccadrPb/tutorial/image/progress_03.gif differ diff --git a/src/main/webapp/kccadrPb/tutorial/image/progress_04.gif b/src/main/webapp/kccadrPb/tutorial/image/progress_04.gif new file mode 100644 index 00000000..9f1e57fc Binary files /dev/null and b/src/main/webapp/kccadrPb/tutorial/image/progress_04.gif differ