2024/01/29 웹접근성 수정
This commit is contained in:
parent
22a0666323
commit
a532ecbdfc
@ -110,6 +110,7 @@
|
|||||||
$(".mask").hide();
|
$(".mask").hide();
|
||||||
$(".focusPopBtn").focus();
|
$(".focusPopBtn").focus();
|
||||||
$(".focusPopBtn").removeClass("focusPopBtn");
|
$(".focusPopBtn").removeClass("focusPopBtn");
|
||||||
|
$("body").css("overflow","inherit");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
@ -1282,13 +1283,13 @@
|
|||||||
<c:import url="/cmm/fms/selectSimpleDownInfs.do" charEncoding="utf-8">
|
<c:import url="/cmm/fms/selectSimpleDownInfs.do" charEncoding="utf-8">
|
||||||
<c:param name="param_atchFileId" value="${info.attendAtchFileId}" />
|
<c:param name="param_atchFileId" value="${info.attendAtchFileId}" />
|
||||||
</c:import>
|
</c:import>
|
||||||
<button type="button" class="btnType01 updownRoad" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" title="팝업 열림">강사 참석 확인서 변경</button>
|
<button type="button" class="btnType01 updownRoad popupOpenBtn" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" title="팝업 열림">강사 참석 확인서 변경</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<button type="button" class="btnType01 updownRoad" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" title="팝업 열림">강사 참석 확인서 업로드</button>
|
<button type="button" class="btnType01 updownRoad popupOpenBtn" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" title="팝업 열림">강사 참석 확인서 업로드</button>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&fileSn=1'" title="서약서 양식 다운로드">강사 참석 확인서 양식 다운로드</button>
|
<button type="button" class="btnType01 popupOpenBtn" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&fileSn=1'" title="서약서 양식 다운로드">강사 참석 확인서 양식 다운로드</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user