이준호 전자조정시스템 커밋

전자조정시스템 고도화 웹접근성 인증 대비 기능 가리기
	주석대상
		체험하기
			- (관리자) 메뉴관리 - 체험하기 미사용으로 변경
		워크플로우
			- <%-- 웹접근성 인증 주석처리_이준호_230321 --%> 주석 표기 부분 수정
			/web/kccadr/accdnt/ars/tab/adjstReqStatusTabDetail.do
			372line 주석
		튜토리얼
			- <%-- 웹접근성 인증 주석처리_이준호_230321 --%> 주석 표기
			/web/kccadr/adjst/adjstReqRegistInformation.do
			83line 주석
This commit is contained in:
leejunho 2023-03-21 14:18:27 +09:00
parent 010579a10d
commit 916a10f5b1
3 changed files with 7 additions and 4 deletions

View File

@ -367,8 +367,9 @@ resInfo--%>
<!-- //step -->
</div>
<div class="tab_cont on">
<jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include>
<%-- 웹접근성 인증 주석처리_이준호_230321 --%>
<%-- <jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include> --%>
<c:if test="${not empty master.appDe}">

View File

@ -267,7 +267,8 @@
</head>
<body>
<br/><br/>
<jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include>
<%-- 웹접근성 인증 주석처리_이준호_230321 --%>
<%-- <jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include> --%>
</body>
</html>

View File

@ -79,7 +79,8 @@ function tutorialPop(){
<div class="inner">
<div class="cont_tit">
<h2>조정신청</h2>
<button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 등록 튜토리얼</button>
<%-- 웹접근성 인증 주석처리_이준호_230321 --%>
<%-- <button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 등록 튜토리얼</button> --%>
</div>