From 8612be3e99db5f937c615fdbb8ab9f3fb5c092ba 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: Tue, 23 Jan 2024 11:30:10 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/23=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 --- .../jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp | 4 +++- .../jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp | 7 +++++-- .../WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp | 4 +++- .../WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp | 4 +++- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp index 7d5f3224..99a52b23 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp @@ -85,7 +85,9 @@ if ($('#regBtn').prop('disabled')) { $('#regBtn').removeAttr('onclick').removeAttr('data-tooltip'); $('#regBtn').prop('disabled', false); - $('#regBtn').css('background-color', '#d5d5d5'); + $('#regBtn').css('background-color', '#888'); + /*24.01.23 웹접근성 검사를 위하여 title 추가*/ + $('#regBtn').attr('title','비활성화됨'); } } diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp index daf48ab1..9fb19be8 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp @@ -153,7 +153,10 @@ $(document).ready(function(){ if($applyButton.prop('disabled')){ $applyButton.removeAttr('onclick'); $applyButton.prop('disabled', false); - $applyButton.css('background-color', '#d5d5d5'); + $applyButton.css('background-color', '#888'); + /*24.01.23 웹접근성 검사를 위하여 title 추가*/ + $applyButton.attr('title','비활성화됨'); + } }); @@ -458,7 +461,7 @@ $(document).ready(function(){ <%-- --%> - + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp index f29fc676..a60d29bf 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp @@ -70,7 +70,9 @@ if ($('#regBtn').prop('disabled')) { $('#regBtn').removeAttr('onclick').removeAttr('data-tooltip'); $('#regBtn').prop('disabled', false); - $('#regBtn').css('background-color', '#d5d5d5'); + $('#regBtn').css('background-color', '#888'); + /*24.01.23 웹접근성 검사를 위하여 title 추가*/ + $('#regBtn').attr('title','비활성화됨'); } } diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp index 27345160..0467957f 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp @@ -85,7 +85,9 @@ $(document).ready(function(){ if($applyButton.prop('disabled')){ $applyButton.removeAttr('onclick'); $applyButton.prop('disabled', false); - $applyButton.css('background-color', '#d5d5d5'); + $applyButton.css('background-color', '#888'); + /*24.01.23 웹접근성 검사를 위하여 title 추가*/ + $applyButton.attr('title','비활성화됨'); } });