diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/headerSubPart.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/headerSubPart.jsp index dfef19a8..e4e546d2 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/headerSubPart.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/headerSubPart.jsp @@ -35,7 +35,7 @@ function fn_getMemberCard() {

헤더영역

-

${councilNm}소장자료관

+

로고${councilNm}소장자료관

검색

@@ -44,16 +44,17 @@ function fn_getMemberCard() {
검색
- +
- +
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 679d1c91..aabb5f04 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -10,7 +10,7 @@ $(document).ready(function() { $("#DIV_PAGE_MAIN").removeClass("sub"); var unreadNotiCnt = $(".noti-btn span.count").text(); - fn_myAlert(unreadNotiCnt); + gfn_myAlert(unreadNotiCnt); }); function fn_search(keyword) { @@ -91,28 +91,32 @@ function fn_listPops(typeDivCd) {
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp index 7de2541a..abec86b1 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp @@ -90,6 +90,8 @@ $( document ).ready(function() { $('.list-accordion .question').removeClass('on'); $qObj.addClass('on'); + + $qObj.find("span unread").remove(); }); } @@ -156,7 +158,7 @@ $( document ).ready(function() { else li.find(".question").append($('').attr("class", "type").html("[소장자료관]")); var unread = ""; - if(obj.readYn != "Y") unread = " (미확인)"; + if(obj.readYn != "Y") unread = " (미확인)"; li.find(".question").append($('').html(obj.title + unread)); li.find(".question").append($('').attr('class', 'date').html(obj.regDd)); li.append($('
').attr('class', 'answer').attr('style', 'display: none;')); diff --git a/src/main/webapp/WEB-INF/tiles/inc/menu.jsp b/src/main/webapp/WEB-INF/tiles/inc/menu.jsp index d323addc..cc4af769 100644 --- a/src/main/webapp/WEB-INF/tiles/inc/menu.jsp +++ b/src/main/webapp/WEB-INF/tiles/inc/menu.jsp @@ -83,7 +83,7 @@ $(document).ready(function() {