From f3ed8438cc83856c28417ba611730aa0df109d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Thu, 25 Jan 2024 12:18:50 +0900 Subject: [PATCH 1/4] =?UTF-8?q?2024/01/25=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exprnClsrmInfo/popup/qustnrFndtnPopList.jsp | 8 +++++++- .../webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp index 51b897ee..6f742046 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp @@ -282,6 +282,12 @@ $(document).ready(function(){ btnLast.attr('data-focus-next','sub36_pop02'); btnLast.attr('data-focus','sub36_pop02_close'); */ + // 레이어팝업 포커싱 이동 수정 + $(".tooltip-close").click(function(){ + var activeTarget = $('[data-tooltip-con="sub36_pop02"]'); + activeTarget.hide(); + $('[data-tooltip="sub36_pop02"]').focus(); + }); }) @@ -529,7 +535,7 @@ $(document).ready(function(){ - +
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp index ca5d5c54..def2f13b 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp @@ -251,7 +251,7 @@ - From 49044505a0d00bc056848e83c334a9862881f9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Thu, 25 Jan 2024 12:51:55 +0900 Subject: [PATCH 2/4] =?UTF-8?q?2024/01/25=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp | 2 +- src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp index 6f742046..43877afe 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp @@ -554,7 +554,7 @@ $(document).ready(function(){
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp index def2f13b..8b1e6101 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp @@ -238,7 +238,7 @@ - From acc0e9176c0d117ae5f6173670741db480eb0371 Mon Sep 17 00:00:00 2001 From: kmg Date: Thu, 25 Jan 2024 14:50:54 +0900 Subject: [PATCH 3/4] =?UTF-8?q?2024/01/25=20=EC=95=8C=EB=A6=BC=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=20=EB=95=8C=20a=ED=83=9C=EA=B7=B8=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/visitEdu/usr/publish/script/content.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/visitEdu/usr/publish/script/content.js b/src/main/webapp/visitEdu/usr/publish/script/content.js index 9054d398..2daff1e1 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/content.js +++ b/src/main/webapp/visitEdu/usr/publish/script/content.js @@ -1302,7 +1302,10 @@ $(document).ready(function () { // 알람 a 내용 없으면 포커싱 안가게. $(".login_info a").each(function(index,itm){ if($(itm).text()==""){ - $(itm).attr("tabindex","-1"); + //$(itm).attr("tabindex","-1"); + $(itm).attr("title","알림없음"); + $(itm).text("0"); + $(itm).css("text-indent","-99999px"); }else{} }) From 1fc43c0a0820780000f463683ce1508a77688e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Thu, 25 Jan 2024 15:24:20 +0900 Subject: [PATCH 4/4] =?UTF-8?q?2024/01/25=20=EB=A7=88=EC=9D=B4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20>=20=EC=9E=90=EB=A3=8C=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=EB=95=8C=20=EB=82=98=EC=98=A4=EB=8A=94=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp b/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp index f441325f..47d9db22 100644 --- a/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp @@ -253,6 +253,9 @@ + + + @@ -335,6 +338,9 @@ + + + @@ -377,6 +383,9 @@ + + + @@ -429,6 +438,9 @@ + + + @@ -482,6 +494,9 @@ + + +