refactor:튜토리얼 버튼 수정 / 체험하기신청 - 튜토리얼 기능 적용

This commit is contained in:
hylee 2022-09-29 18:32:22 +09:00
parent 30ca9954e9
commit 2b32ef3a6a
3 changed files with 19 additions and 3 deletions

View File

@ -471,4 +471,13 @@ public class AdjstExpController {
return "/web/kccadr/adjstExp/popup/adjstIncidentDetailPop"; return "/web/kccadr/adjstExp/popup/adjstIncidentDetailPop";
} }
/**
* 조정신청 구분선택 - 안내화면
*/
@RequestMapping("/web/kccadr/adjstExpDetail/popup/adjstReqRegistTutorial.do")
public String adjstReqRegistTutorial() throws Exception {
return "/web/kccadr/adjst/adjstReqRegistTutorial";
}
} }

View File

@ -79,7 +79,7 @@ function tutorialPop(){
<div class="inner"> <div class="inner">
<div class="cont_tit"> <div class="cont_tit">
<h2>조정신청</h2> <h2>조정신청</h2>
<input type="button" value="조정신청서 등록 튜토리얼" onclick="tutorialPop();"/> <button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 등록 튜토리얼</button>
</div> </div>

View File

@ -61,19 +61,26 @@ $( document ).ready(function(){
//공동인증서 등록화면 이동 //공동인증서 등록화면 이동
function fnGoCrtfc(){ function fnGoCrtfc(){
location.href="<c:url value='/web/kccadr/accdnt/crtfc/crtfcRegist.do'/>"; location.href="<c:url value='/web/kccadr/accdnt/crtfc/crtfcRegist.do'/>";
} }
function tutorialPop(){
var form = document.popForm;
commonPopWindowopenForm("/web/kccadr/adjstExpDetail/popup/adjstReqRegistTutorial.do" , "50000", "50000", "tutorialPop", $("#popForm"));
}
</script> </script>
</head> </head>
<body> <body>
<form id="popForm" name="popForm" method="post">
</form>
<form id="${KccadrConstants.STEP6}" name="${KccadrConstants.STEP6}" method="post"> <form id="${KccadrConstants.STEP6}" name="${KccadrConstants.STEP6}" method="post">
<!-- cont --> <!-- cont -->
<div class="cont_wrap sub02_1" id="sub"> <div class="cont_wrap sub02_1" id="sub">
<div class="inner"> <div class="inner">
<div class="cont_tit"> <div class="cont_tit">
<h2>조정신청 체험하기</h2> <h2>조정신청 체험하기</h2>
<button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 등록 튜토리얼</button>
</div> </div>