2024/01/29 웹접근성 > 성인 > 완료상세 포커싱 수정
This commit is contained in:
parent
334ca00d8b
commit
c50e01b556
@ -99,6 +99,19 @@
|
||||
fn_callBackInnorix(p.files); // 파일 정보 DB isnert function
|
||||
});
|
||||
|
||||
// 팝업 오픈 버튼
|
||||
$(".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");
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
@ -1285,10 +1298,10 @@
|
||||
|
||||
<c:choose>
|
||||
<c:when test="${info.veaRsltRprtOrd ne null}">
|
||||
<button type="button" class="btnType01 updownRoad" data-tooltip="sub37_pop04" title="팝업 열림">결과보고 확인</button>
|
||||
<button type="button" class="btnType01 updownRoad popupOpenBtn" data-tooltip="sub37_pop04" title="팝업 열림">결과보고 확인</button>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btnType01 updownRoad" data-tooltip="sub37_pop03" title="팝업 열림">결과보고 업로드</button>
|
||||
<button type="button" class="btnType01 updownRoad popupOpenBtn" data-tooltip="sub37_pop03" title="팝업 열림">결과보고 업로드</button>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<%--
|
||||
@ -1370,7 +1383,7 @@
|
||||
-
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btnType04" data-tooltip="instrInfo_pop01"
|
||||
<button type="button" class="btnType04 popupOpenBtn" data-tooltip="instrInfo_pop01" data-info="${list.userId}"
|
||||
onclick="selectInstrInfo('${list.userId}')" title="팝업 열림">${list.instrNm}</button>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
@ -1394,24 +1407,24 @@
|
||||
<td><!-- 학생 -->
|
||||
<c:choose>
|
||||
<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 popupOpenBtn" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','select'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||
)" title="팝업 열림">설문완료</button>
|
||||
</c:when>
|
||||
|
||||
<c:when test="${not empty list.qestnrId10}">
|
||||
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
|
||||
<button type="button" class="btnType01 popupOpenBtn" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||
)" title="팝업 열림">설문등록</button>
|
||||
|
||||
<button type="button" class="btnType04" data-tooltip="sub37_pop20"
|
||||
<button type="button" class="btnType04 popupOpenBtn" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||
)" title="팝업 열림">설문출력</button>
|
||||
|
||||
<button type="button" class="btnType04" data-tooltip="sub37_pop20"
|
||||
<button type="button" class="btnType04 popupOpenBtn" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrQRPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
|
||||
)" title="팝업 열림">설문QR</button>
|
||||
@ -1434,13 +1447,13 @@
|
||||
<td><!-- 신청인 -->
|
||||
<c:choose>
|
||||
<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 popupOpenBtn" data-info="${list.eduChasiOrd} data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','select'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
||||
)" title="팝업 열림">설문완료</button>
|
||||
</c:when>
|
||||
<c:when test="${not empty list.qestnrId20}">
|
||||
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
|
||||
<button type="button" class="btnType01 popupOpenBtn" data-info="${list.eduChasiOrd} data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','insert'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
||||
)" title="팝업 열림">설문등록</button>
|
||||
@ -1644,7 +1657,7 @@
|
||||
<div class="tooltip-wrap">
|
||||
<div class="popup_wrap popType05" tabindex="0" data-tooltip-con="sub37_pop04" data-focus="sub37_pop04" data-focus-prev="sub37_pop04_close">
|
||||
<div class="popup_tit">
|
||||
<p>결과 보고 확인</p>
|
||||
<p>결과 보고 확인22</p>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="sub37_pop04_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
|
||||
@ -271,7 +271,7 @@ $(document).ready(function(){
|
||||
<div class="tooltip-wrap srvyPopupPrintDiv" id="srvyPopupPrintDiv">
|
||||
<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_tit">
|
||||
<p>강의만족도 설문지 출력</p> <button class="btn_popup_close tooltip-close" data-focus="sub37_pop20_close" title="팝업 닫기"><i></i></button>
|
||||
<p>강의만족도 설문지 출력22</p> <button class="btn_popup_close tooltip-close" data-focus="sub37_pop20_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
|
||||
<div class="popup_cont">
|
||||
@ -451,12 +451,7 @@ $(document).ready(function(){
|
||||
|
||||
<!-- <button type="button" class="btnType05" id="popupSubmin" onclick="popupSrvySendSubmit();">제출</button> -->
|
||||
<button type="button" class="btnType05" id="popupSubmin" onclick="onclickPrint();" title="새창 열림">출력</button>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop20_close" data-focus-next="sub37_pop20">취소</button>
|
||||
=======
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub36_pop02_close" data-focus-next="sub36_pop02">취소</button>
|
||||
>>>>>>> branch 'advc' of http://subsub8729@vcs.iten.co.kr:9999/hylee/offedu
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
@ -475,11 +470,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btnType05" id="popupSubmin" onclick="onclickPrint();" title="새창 열림">출력</button>
|
||||
<<<<<<< HEAD
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop20_close" data-focus-next="sub37_pop20">닫기</button>
|
||||
=======
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub36_pop02_close" data-focus-next="ssub36_pop02">닫기</button>
|
||||
>>>>>>> branch 'advc' of http://subsub8729@vcs.iten.co.kr:9999/hylee/offedu
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user