2024/01/15 웹접근성 수정

This commit is contained in:
ITN_디자인팀 2024-01-15 15:01:50 +09:00
parent f2feba81d1
commit 28e6aa293b
7 changed files with 37 additions and 20 deletions

View File

@ -1486,7 +1486,7 @@
<p>결과 보고</p>
<button class="btn_popup_close tooltip-close" data-focus="sub37_pop03_close" title="팝업 닫기"><i></i></button>
</div>
<div class="popup_cont">
<div class="popup_cont result_pop">
<div class="cont_body">
@ -1497,7 +1497,7 @@
</div>
<div class="tb_type01 tb_write">
<table>
<caption>결과보고 : 강의주제, 강의날짜, 강의시간, 교육매체, 교육대상, 인원, 강사명(소속) 등의 정보제공</caption>
<caption>결과보고 : 강의주제, 강의날짜, 강의시간, 장소, 교육대상, 인원, 강사명(소속) 등의 정보제공</caption>
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
@ -1656,7 +1656,7 @@
</div>
<div class="tb_type01 tb_write">
<table>
<caption>교육신청 내용 (th 명)을 보여주는 표</caption>
<caption>강의 개요 : 강의주제, 강의날짜, 강의시간, 장소, 교육대상, 인원, 강사명(소속), 첨부파일 등의 정보제공</caption>
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
@ -1766,10 +1766,10 @@
</div>
<div class="pop_btn_wrap btn_layout01">
<div class="pop_btn_wrap btn_layout01 re_pop">
<div class="btn_left">
</div>
<div class="btn_center">
<div class="btn_center re_pop_btn">
<!-- <button type="button" class="btnType05" id="popupSubmin" onclick="insetDocReq();">요청</button> -->

View File

@ -334,7 +334,7 @@ $(document).ready(function(){
<table>
<caption>참석자, 응답율, 응답자, 무응답에 대한 정보를 제공/입력</caption>
<caption>설문자 명, 설문자 생년월일 등의 정보입력</caption>
<colgroup>
<col style="width: 120px;">
<col style="width: auto;">
@ -355,7 +355,7 @@ $(document).ready(function(){
<p>설문자 생년월일</p>
</th>
<td>
<label for="qestnrRespondent" class="label">설문자생년월일 입력</label>
<label for="qestnrRespondent" class="label">설문자 생년월일 입력</label>
<input type="text" numberOnly class="popupInput" style="width: 50%;"
id="qestnrRespondent" name="qestnrRespondent" value="<c:out value="${qestnrRespondent}" />" onblur="replyCalculation(); return false;">
</td>
@ -439,10 +439,10 @@ $(document).ready(function(){
<c:when test="${setQustnrRsltId eq '' or setQustnrRsltId eq null}">
<!-- 응답이 없다. -->
<div class="pop_btn_wrap btn_layout01">
<div class="pop_btn_wrap btn_layout01 output_pop">
<div class="btn_left">
</div>
<div class="btn_center">
<div class="btn_center output_btn">
<!-- <button type="button" class="btnType05" id="popupSubmin" onclick="popupSrvySendSubmit();">제출</button> -->
<button type="button" class="btnType05" id="popupSubmin" onclick="onclickPrint();" title="새창 열림">출력</button>

View File

@ -334,7 +334,7 @@ $(document).ready(function(){
<table>
<caption>참석자, 응답율, 응답자, 무응답에 대한 정보를 제공/입력</caption>
<caption>설문자 명, 설문자 생년월일 등의 정보제공</caption>
<colgroup>
<col style="width: 120px;">
<col style="width: auto;">

View File

@ -348,7 +348,7 @@
<!-- </tbody> -->
<!-- </table> -->
<table>
<caption>강사 간략 정보 : 이름, 이메일, 연락처 </caption>
<caption>강사 간략 정보 : 강사명, 핸드폰, 이메일 등의 정보제공</caption>
<colgroup>
<col style="width: 10%;">
<col style="width: 10%;">
@ -409,7 +409,7 @@
<div class="cont_body">
<div class="pop_tb_type02">
<table>
<caption>강사 간략 정보 : 이름, 이메일, 연락처 </caption>
<caption>강사 정보 : 강사명, 핸드폰, 이메일 등의 정보제공 </caption>
<colgroup>
<col style="width: 10%;">
<col style="width: 10%;">
@ -444,7 +444,10 @@
</c:forEach>
<tr>
<td>서류명</td>
<td colspan="2"><input name="docReqNm" id="docReqNm" size="50px;" style="height:30px;" maxlength="40" /></td>
<td colspan="2">
<input name="docReqNm" id="docReqNm" size="50px;" style="height:30px;" maxlength="40" />
<label for="docReqNm" class="label">서류명 입력</label>
</td>
</tr>
<%-- <tr>
<td>
@ -551,7 +554,7 @@
<div class="cont_body">
<div class="pop_tb_type01">
<table>
<caption>성인대상 강사신청 등록 (th 명)을 입력하는 표</caption>
<caption>강사 정보 : 강사명, 연락처(핸드폰), e-mail, 위촉년도, 구분, 활동경력, 주요강의내용 등의 정보제공</caption>
<colgroup>
<col style="width: 145px;">
<col style="width: auto;">
@ -980,7 +983,7 @@
<tbody>
<c:forEach var="list" items="${chasiList}" varStatus="status">
<tr>
<th>
<th scope="row">
<c:choose>
<c:when test="${not empty list.eduHopeDt}">
<%-- <fmt:parseDate value="${list.eduHopeDt}" var="eduHopeDt" pattern="yyyyMMdd"/>
@ -1053,7 +1056,7 @@
<tbody>
<c:forEach var="docReqList" items="${docReqList}">
<tr>
<th>
<th scope="row">
<c:out value="${docReqList.docReqNm}" />
</th>
<td>

View File

@ -729,7 +729,7 @@
<div class="cont_body">
<div class="pop_tb_type01">
<table>
<caption>성인대상 강사신청 등록 (th 명)을 입력하는 표</caption>
<caption>강사 정보 : 강사명, 연락처(핸드폰), e-mail, 위촉년도, 구분, 활동경력, 주요강의내용 등의 정보제공</caption>
<colgroup>
<col style="width: 145px;">
<col style="width: auto;">
@ -932,7 +932,7 @@
</div>
<div class="tb_type01 tb_write">
<table>
<caption>교육신청 내용 (th 명)을 보여주는 표</caption>
<caption>교육완료 내용 : 교육구분, 학교(기관)명, 학교구분, 도서벽지구분, 주소, 담당자, 휴대폰, 전화, 이메일, 교육장소 등의 정보제공</caption>
<colgroup>
<col style="width: 220px;">
<col style="width: auto;">
@ -1069,6 +1069,7 @@
</div>
<div class="tb_type01 tb_write">
<table>
<caption>기자재 정보 : 기자재 유무 등의 정보제공</caption>
<colgroup>
<col style="width: 220px;">
<col style="width: auto;">
@ -1109,6 +1110,7 @@
</div>
<div class="tb_type02">
<table>
<caption>교육차시 정보 : 교육희망일, 시간, 구분, 대상, 배정강사, 인원, 만족도조사(학생), 만족도조사(신청인) 등의 정보제공</caption>
<colgroup>
<col style="width: 10%;">
<col style="width: auto;">

View File

@ -353,10 +353,10 @@
</table>
</div>
</div> --%>
<div class="pop_btn_wrap btn_layout01">
<div class="pop_btn_wrap btn_layout01 upload_pop">
<div class="btn_left">
</div>
<div class="btn_center">
<div class="btn_center upload_btn">
<button type="button" class="btnType05" onclick="fncSaveFile('<c:out value="${fileType}" />');">확인</button>
<button type="button" class="btnType02 tooltip-close" data-focus="sub35_pop01_close" data-focus-next="sub35_pop01">취소</button>
</div>

View File

@ -110,6 +110,18 @@
/* 기소유예 - 교육취소 */
.btnType01.right {float:right; margin:0 0 5px 0;}
/*성인 > 완료상세 > 교육일정 정보 > 강의만족도 설문지 출력 팝업 > 출력, 취소 버튼 여백 수정*/
.output_pop .output_btn{margin-top: 33px;}
/*성인 > 완료상세 > 교육완료 내용 > 결과보고 업로드 스크롤 생기게 수정*/
.result_pop{max-height: 800px; overflow-y: scroll;}
/*성인 > 완료상세 > 교육완료 내용 > 결과 보고 확인 팝업 > 닫기 버튼 여백 수정*/
.re_pop .re_pop_btn{margin: 20px 0 0 0;}
/*성인 > 완료상세 > 교육완료 내용 > 강사 참석 확인서 업로드 팝업 > 확인, 취소 버튼 여백 수정*/
.upload_pop .upload_btn{margin: 20px 0 0 0;}
@media all and (max-width: 767px){
.popup_cont {padding: 10px;}