2024/01/29 웹접근성 수정

This commit is contained in:
ITN_디자인팀 2024-01-29 12:32:21 +09:00
parent c68b44ed3d
commit 1566f8e533

View File

@ -52,6 +52,20 @@
$("#file_temp").click(); $("#file_temp").click();
}); });
// 팝업 오픈 버튼
$(".popupOpenBtn").click(function(){
$(this).addClass("focusPopBtn");
});
$(".tooltip-close").click(function(e){
e.stopPropagation();
$(this).closest(".popup_wrap").hide();
$(".mask").hide();
$(".focusPopBtn").focus();
$(".focusPopBtn").removeClass("focusPopBtn");
$("body").css("overflow","inherit");
});
}); });
var printDiv; var printDiv;
@ -600,7 +614,7 @@
<tr> <tr>
<th scope="row"><p>거래선 양식</p></th> <th scope="row"><p>거래선 양식</p></th>
<td> <td>
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=2'" title="거래선 양식 다운로드">거래선 양식 다운로드</button> <button type="button" class="btnType01 popupOpenBtn" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=2'" title="거래선 양식 다운로드">거래선 양식 다운로드</button>
<p> <p>
<span class="cf_text">※ 거래선 파일은 개인정보 수집 및 보호를 위해 반드시 메일(entt@copyright.or.kr)로 제출하시기 바랍니다.</span> <span class="cf_text">※ 거래선 파일은 개인정보 수집 및 보호를 위해 반드시 메일(entt@copyright.or.kr)로 제출하시기 바랍니다.</span>
</p> </p>
@ -615,13 +629,13 @@
<c:import url="/cmm/fms/selectScholSealInfs.do" charEncoding="utf-8"> <c:import url="/cmm/fms/selectScholSealInfs.do" charEncoding="utf-8">
<c:param name="param_atchFileId" value="${info.oathAtchFileId}" /> <c:param name="param_atchFileId" value="${info.oathAtchFileId}" />
</c:import> </c:import>
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 파일 변경</button> <button type="button" class="btnType01 popupOpenBtn" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 파일 변경</button>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 업로드</button> <button type="button" class="btnType01 popupOpenBtn" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" 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&amp;fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button> <button type="button" class="btnType01 popupOpenBtn" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
</td> </td>
</tr> </tr>
</c:if> </c:if>