Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
ea9da760d5
@ -14,13 +14,14 @@
|
||||
|
||||
<%-- 웹접근성 각 페이지 타이틀 변경 220125--%>
|
||||
$(document).ready(function (){
|
||||
var titleNm = '';
|
||||
/* 240126 - common.js에서도 title 선언이 되어 중복 제거를 위한 주석처리 */
|
||||
/* var titleNm = '';
|
||||
if($('body').find('h2').length > 0){
|
||||
titleNm = document.querySelector('h2').textContent;
|
||||
if(document.title.indexOf(titleNm) < 0){
|
||||
document.title = titleNm + "<" + document.title;
|
||||
}
|
||||
}
|
||||
} */
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@ -136,7 +136,8 @@ function isMobile(){
|
||||
}
|
||||
<%-- 웹접근성 각 페이지 타이틀 변경 220125--%>
|
||||
$(document).ready(function (){
|
||||
var titleNm = '';
|
||||
/* 240126 - common.js에서도 title 선언이 되어 중복 제거를 위한 주석처리 */
|
||||
/* var titleNm = '';
|
||||
if($('body').find('h2').length > 0){
|
||||
titleNm = document.querySelector('h2').textContent;
|
||||
if(document.title.indexOf(titleNm) < 0){
|
||||
@ -145,7 +146,7 @@ $(document).ready(function (){
|
||||
document.title = titelNavi.eq(4).text() +"<"+titelNavi.eq(2).text()+"< 한국저작권위원회 저작권교육 시스템";
|
||||
}
|
||||
|
||||
}
|
||||
} */
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@ -981,7 +981,7 @@
|
||||
<span class="cf_text2" style="display:block; padding-left:0; padding-top: 6px;">※ 운영지원금 지원을 위한 계획서(계획은 운영에 따라 변경 가능)<br/>※ 담당교사의 재량으로 자율 편성하되, 1일 최대 2차시까지만 운영 가능</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_type02 tb_type02_write">
|
||||
<div class="tb_type02">
|
||||
<table class="addClassRow" rowLimit="1" >
|
||||
<colgroup>
|
||||
<col style="width: 10%;">
|
||||
|
||||
@ -223,7 +223,8 @@ $(document).ready(function(){
|
||||
$(".tooltip-close").click(function(){
|
||||
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
||||
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="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">
|
||||
<p>강의만족도 결과 등록</p> <button class="btn_popup_close tooltip-close" data-focus="sub37_pop20_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
|
||||
@ -264,9 +264,9 @@ $(document).ready(function(){
|
||||
<input type="hidden" name="qestmInfoSize" id="qestmInfoSize" value="${fn:length(chasiSrvyList)}">
|
||||
|
||||
<div class="tooltip-wrap srvyPopupPrintDiv" id="srvyPopupPrintDiv">
|
||||
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="sub36_pop02" data-focus="sub36_pop02" data-focus-prev="sub36_pop02_close">
|
||||
<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="sub36_pop02_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 class="popup_cont">
|
||||
@ -448,7 +448,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>
|
||||
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop01_close" data-focus-next="sub37_pop01">취소</button>
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop20_close" data-focus-next="sub37_pop20">취소</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
@ -467,7 +467,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btnType05" id="popupSubmin" onclick="onclickPrint();" title="새창 열림">출력</button>
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop01_close" data-focus-next="sub37_pop01">닫기</button>
|
||||
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop20_close" data-focus-next="sub37_pop20">닫기</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
|
||||
@ -169,7 +169,7 @@ $(document).ready(function(){
|
||||
<div class="tooltip-wrap q_pop">
|
||||
<div class="popup_wrap popType01" tabindex="0" data-info="<c:out value='${vEPrcsDetailVO.prcsAplctPrdOrd}'/>" data-tooltip-con="target_confirm_popup" data-focus="target_confirm_popup" data-focus-prev="target_confirm_popup_close">
|
||||
<div class="popup_tit">
|
||||
<p id="popNm">신청인1정보</p>
|
||||
<p id="popNm">신청인정보</p>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="target_confirm_popup_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
|
||||
@ -1183,23 +1183,23 @@
|
||||
<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" 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" 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" 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" 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>
|
||||
@ -1213,13 +1213,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" 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" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','insert'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
|
||||
)" title="팝업 열림">설문등록</button>
|
||||
|
||||
@ -25,11 +25,16 @@ $(document).ready(function () {
|
||||
else if($(".cont_tit h2").text() == "로그인"){
|
||||
$("head title").text("로그인페이지 < 한국저작권위원회 저작권배움터");
|
||||
}
|
||||
else if(dep01_Text == ''){
|
||||
$("head title").text(dep02_Text+" < "+" 한국저작권위원회 저작권배움터");
|
||||
}
|
||||
else{
|
||||
$("head title").text(dep02_Text+" < "+dep01_Text+" < "+" 한국저작권위원회 저작권배움터");
|
||||
}
|
||||
|
||||
|
||||
if(dep01_Text == '' && dep02_Text == ''){
|
||||
$("head title").text($(".cont_tit h2").text() + " < "+" 한국저작권위원회 저작권배움터");
|
||||
}
|
||||
|
||||
if($(".full_menu .depth01_li a:contains('ZOOM 신청 게시판(청소년)')").length == "1"){
|
||||
$(".full_menu .depth01_li>a").css("width","24%");
|
||||
@ -90,6 +95,7 @@ $(document).ready(function () {
|
||||
// shift+tab 했을 때
|
||||
} else {
|
||||
$(".full_menu").removeClass("on");
|
||||
$(".header .logo a").focus();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -523,10 +523,12 @@ function timeInput() {
|
||||
function timeLayerUtil() {
|
||||
if ($(".time_layer").is(":visible") == true) {
|
||||
$(".time_layer").removeClass("on");
|
||||
$(".mask2").hide()
|
||||
$(".mask2").hide();
|
||||
var btnItm = event.target;
|
||||
$(btnItm).closest(".time_layer").prev(".time_set_btn").focus();
|
||||
} else {
|
||||
$(".time_layer").addClass("on");
|
||||
$(".mask2").show()
|
||||
$(".mask2").show();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user