diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index e762cd9a..5200f2e7 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -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; } - } + } */ }); diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp index 2d5656c8..422380d5 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp @@ -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()+"< 한국저작권위원회 저작권교육 시스템"; } - } + } */ }); diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp index 767157d6..09f93bde 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp @@ -981,7 +981,7 @@ ※ 운영지원금 지원을 위한 계획서(계획은 운영에 따라 변경 가능)
※ 담당교사의 재량으로 자율 편성하되, 1일 최대 2차시까지만 운영 가능
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrPopList.jsp index 6a7e6f86..fbd699a8 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrPopList.jsp @@ -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(){ -
- - - - @@ -1213,13 +1213,13 @@ - - diff --git a/src/main/webapp/visitEdu/usr/publish/script/common.js b/src/main/webapp/visitEdu/usr/publish/script/common.js index b953ff00..19a2a980 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/common.js +++ b/src/main/webapp/visitEdu/usr/publish/script/common.js @@ -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(); } } }); diff --git a/src/main/webapp/visitEdu/usr/publish/script/content.js b/src/main/webapp/visitEdu/usr/publish/script/content.js index 33481a50..257b49bc 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/content.js +++ b/src/main/webapp/visitEdu/usr/publish/script/content.js @@ -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(); } }