2024/01/26 웹접근성 수정
This commit is contained in:
parent
95edc3ba50
commit
9572284a4e
@ -223,7 +223,8 @@ $(document).ready(function(){
|
|||||||
$(".tooltip-close").click(function(){
|
$(".tooltip-close").click(function(){
|
||||||
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
||||||
activeTarget.hide();
|
activeTarget.hide();
|
||||||
$('[data-tooltip="sub37_pop20"]:first-child').focus();
|
//$('[data-tooltip="sub37_pop20"]:first-child').focus();
|
||||||
|
$('[data-info="${chasiInfo.eduChasiOrd}"]').focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
})
|
})
|
||||||
@ -236,7 +237,7 @@ $(document).ready(function(){
|
|||||||
<input type="hidden" name="qestnrId" id="qestnrId" value="${chasiSrvyList[0].qestnrId}">
|
<input type="hidden" name="qestnrId" id="qestnrId" value="${chasiSrvyList[0].qestnrId}">
|
||||||
<input type="hidden" name="qestmInfoSize" id="qestmInfoSize" value="${fn:length(chasiSrvyList)}">
|
<input type="hidden" name="qestmInfoSize" id="qestmInfoSize" value="${fn:length(chasiSrvyList)}">
|
||||||
|
|
||||||
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="sub37_pop20" data-focus="sub37_pop20" data-focus-prev="sub37_pop20_close">
|
<div class="popup_wrap popType01" tabindex="0" data-info="${chasiInfo.eduChasiOrd}" data-tooltip-con="sub37_pop20" data-focus="sub37_pop20" data-focus-prev="sub37_pop20_close">
|
||||||
<div class="popup_tit">
|
<div class="popup_tit">
|
||||||
<p>강의만족도 결과 등록</p> <button class="btn_popup_close tooltip-close" data-focus="sub37_pop20_close" title="팝업 닫기"><i></i></button>
|
<p>강의만족도 결과 등록</p> <button class="btn_popup_close tooltip-close" data-focus="sub37_pop20_close" title="팝업 닫기"><i></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -433,6 +433,19 @@
|
|||||||
popupWindow.close()
|
popupWindow.close()
|
||||||
}, 5000)
|
}, 5000)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
$(document).ready(function(){
|
||||||
|
// 레이어팝업 포커싱 이동 수정
|
||||||
|
$(".tooltip-close").click(function(){
|
||||||
|
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
||||||
|
activeTarget.hide();
|
||||||
|
//$('[data-tooltip="sub37_pop20"]:first-child').focus();
|
||||||
|
$('[data-info="${chasiInfo.eduChasiOrd}"]').focus();
|
||||||
|
});
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- 팝업을 위한 mask -->
|
<!-- 팝업을 위한 mask -->
|
||||||
@ -723,7 +736,7 @@
|
|||||||
<div class="tooltip-wrap">
|
<div class="tooltip-wrap">
|
||||||
<div class="popup_wrap popType05" tabindex="0" data-tooltip-con="instrInfo_pop01" data-focus="instrInfo_pop01" data-focus-prev="instrInfo_pop01_close" style="width:800px;">
|
<div class="popup_wrap popType05" tabindex="0" data-tooltip-con="instrInfo_pop01" data-focus="instrInfo_pop01" data-focus-prev="instrInfo_pop01_close" style="width:800px;">
|
||||||
<div class="popup_tit">
|
<div class="popup_tit">
|
||||||
<p>강사 정보</p>
|
<p>강사 정보22</p>
|
||||||
<button class="btn_popup_close tooltip-close" data-focus="instrInfo_pop01_close" title="팝업 닫기"><i></i></button>
|
<button class="btn_popup_close tooltip-close" data-focus="instrInfo_pop01_close" title="팝업 닫기"><i></i></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="popup_cont">
|
<div class="popup_cont">
|
||||||
@ -1183,23 +1196,23 @@
|
|||||||
<td><!-- 학생 -->
|
<td><!-- 학생 -->
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty list.qustnrRespondId10 and list.qestnrParticipantCnt gt 0 and list.qustnrQesitmId10Cnt gt 0}">
|
<c:when test="${not empty list.qustnrRespondId10 and list.qestnrParticipantCnt gt 0 and list.qustnrQesitmId10Cnt gt 0}">
|
||||||
<button type="button" class="btnType02" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType02" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','select'
|
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','select'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||||
)" title="팝업 열림">설문완료</button>
|
)" title="팝업 열림">설문완료</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${not empty list.qestnrId10}">
|
<c:when test="${not empty list.qestnrId10}">
|
||||||
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType01" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||||
)" title="팝업 열림">설문등록</button>
|
)" title="팝업 열림">설문등록</button>
|
||||||
|
|
||||||
<button type="button" class="btnType04" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType04" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
|
onclick="fncQustnrPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||||
)" title="팝업 열림">설문출력</button>
|
)" title="팝업 열림">설문출력</button>
|
||||||
|
|
||||||
<button type="button" class="btnType04" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType04" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrQRPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
|
onclick="fncQustnrQRPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||||
)" title="팝업 열림">설문QR</button>
|
)" title="팝업 열림">설문QR</button>
|
||||||
@ -1213,13 +1226,13 @@
|
|||||||
<td><!-- 신청인 -->
|
<td><!-- 신청인 -->
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty list.qustnrRespondId20 and list.qestnrParticipantCnt gt 0 and list.qustnrQesitmId20Cnt gt 0}">
|
<c:when test="${not empty list.qustnrRespondId20 and list.qestnrParticipantCnt gt 0 and list.qustnrQesitmId20Cnt gt 0}">
|
||||||
<button type="button" class="btnType02" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType02" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','select'
|
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','select'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
||||||
)" title="팝업 열림">설문완료</button>
|
)" title="팝업 열림">설문완료</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${not empty list.qestnrId20}">
|
<c:when test="${not empty list.qestnrId20}">
|
||||||
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType01" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','insert'
|
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','insert'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
||||||
)" title="팝업 열림">설문등록</button>
|
)" title="팝업 열림">설문등록</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user