diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index a8a33cfc..712e74b6 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -29,6 +29,7 @@ $(document).ready(function() { $('.skip-nav a:nth-of-type(4)').focusout(function(){ $('.skip-nav').hide(); $('.skip-nav a').css('z-index','0'); + $('.wrap header .inner .search-wrap .search-input .btn-search-detail').focus(); }); $(".skip-nav a").keydown(function (e) { if (e.keyCode == 13) { @@ -37,6 +38,19 @@ $(document).ready(function() { } }); + $('.wrap .nav-wrap #primary-nav ul li a').focus(function(){ + $('.wrap .nav-wrap #primary-nav ul li .sub-menu').show(); + }); + $('.mo-nav-wrap .login_box .btns_box button.btn_login').focus(function(){ + $('.wrap .nav-wrap #primary-nav ul li .sub-menu').hide(); + }); + + $('.sec6 .onlineSwiper .items .List .inner div.thumbnail div.detail-cover > a').focus(function(){ + $('.sec6 .onlineSwiper .items .List .inner div.thumbnail div.detail-cover').css('opacity','1'); + }); + $('.sec6 .inner .more-btn a').focus(function(){ + $('.sec6 .onlineSwiper .items .List .inner div.thumbnail div.detail-cover').css('opacity','0'); + }); }); function fn_search(keyword) { diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp index 894b6d5e..8d0eaed9 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp @@ -203,7 +203,7 @@ $(document).ready(function() { -

+

자료정보
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp index d342604a..0aad4aab 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp @@ -130,7 +130,7 @@ function fn_search(reqStatusDivCd) { '' + gfn_formatDateStr(obj.hopeReqPridDtmFrom,"-") + '' + gfn_formatDateStr(obj.hopeReqPridDtmTo,"-") + '' )); /* 희망열람기간 */ div.append($('
').attr('class', 'n-return').html( - '' + gfn_formatDateStr(obj.reqPsblDtmFrom,"-") + '' + gfn_formatDateStr(obj.reqPsblDtmTo,"-") + '' + '' + gfn_formatTimeStr(obj.reqPsblDtmFrom,"-") + '' + gfn_formatTimeStr(obj.reqPsblDtmTo,"-") + '' )); /* 방문예정일자 */ var statusHtml1 = ""; @@ -138,8 +138,9 @@ function fn_search(reqStatusDivCd) { var statusHtml3 = ""; if(obj.reqStatusDivCd == null) { statusHtml1 = '-'; - } else if(obj.reqStatusDivCd == "A0") { // 신청 - statusHtml1 = '' + obj.reqStatusDivNm + ''; + } else if(obj.reqStatusDivCd == "A0") { // 신청 + //statusHtml1 = '' + obj.reqStatusDivNm + ''; <% // 신청인 경우, '-'로 표출 (2021.12.02 김혜준대리 요청) %> + statusHtml1 = '-'; statusHtml2 = ''; } else if(obj.reqStatusDivCd == "A1") { // 승인 statusHtml1 = '' + obj.reqStatusDivNm + '' + gfn_formatDateStr(obj.modDd,"-") + ''; @@ -286,7 +287,7 @@ function fn_search(reqStatusDivCd) {
자료정보
신청
희망방문일
-
반납예정일
+
방문예정일
신청상태