2024/01/10 웹접근성 수정

This commit is contained in:
kmg 2024-01-10 18:21:11 +09:00
parent 6552faa426
commit fc967f0fe4
5 changed files with 34 additions and 25 deletions

View File

@ -271,6 +271,7 @@
</div>
<div class="tb_type01 tb_write">
<table>
<caption>교육신청 내용 - 교육부분, 과정, 신청기간, 관련URL, 교육기간, 상세교육과정, 정원, 상태등의 정보제공 </caption>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
@ -367,18 +368,20 @@
<div class="cont_body">
<div class="pop_tb_type01" style="overflow:visible;">
<table>
<caption>교육대상자 확인 - 성명, 주민번호 앞자리등의 정보입력</caption>
<colgroup>
<col style="width:38%;">
<col style="width:auto;">
</colgroup>
<tr>
<th>성명</th>
<th scope="row">성명</th>
<td>
<label for="trgtNm" class="label">성명</label>
<input type="text" id="trgtNm">
</td>
</tr>
<tr>
<th>주민번호앞자리</th>
<th scope="row">주민번호앞자리</th>
<td>
<div class="calendar_wrap">
<duet-date-picker identifier="date" id="dBirth" class="startDate" id="" min="1940-01-01"></duet-date-picker>

View File

@ -274,15 +274,17 @@
<div class="cont_body">
<div class="pop_tb_type01" style="overflow:visible;">
<table>
<caption>교육문의 - 문의내용 입력</caption>
<thead>
<tr>
<th>문의내용</th>
<th scope="col">문의내용</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;"></textarea>
<label for="qnaCn" class="label">교육문의 작성하기</label>
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;" title="교육문의 작성"></textarea>
</td>
</tr>
</tbody>

View File

@ -24,9 +24,9 @@
<un:useConstants var="VeConstants" className="kcc.ve.cmm.VeConstants" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<div class="cont_wrap edu_wrap">
<div class="cont_wrap edu_wrap" id="sub">
<div class="cont_tit">
<h2>교육소개</h2>
<h2>교육신청</h2>
<div class="sns_go">
<button type="button" title="새창열림" onclick="window.open('http://www.facebook.com/koreacopyright')"><img
src="/offedu/visitEdu/usr/publish/images/content/facebook_icon.png" alt="페이스북 바로가기"></button>

View File

@ -178,7 +178,7 @@
<div class="tb_list02">
<table>
<caption>교육 신청 목록 - 교육과정, 교육일자, 신청결과, 설문조사를 확인할 수 있는 표</caption>
<caption>교육 신청 목록 - 교육과정, 교육일자, 신청결과, 설문조사등의 정보제공</caption>
<colgroup>
<col style="width:35%;">
<col style="width:;">
@ -188,11 +188,11 @@
</colgroup>
<thead>
<tr>
<th>교육과정</th>
<th>교육일자</th>
<th>신청결과</th>
<th>설문조사</th>
<!-- <th>이수증</th> -->
<th scope="col">교육과정</th>
<th scope="col">교육일자</th>
<th scope="col">신청결과</th>
<th scope="col">설문조사</th>
<!-- <th scope="col">이수증</th> -->
</tr>
</thead>
<tbody>
@ -366,15 +366,17 @@
<div class="cont_body">
<div class="pop_tb_type01" style="overflow:visible;">
<table>
<caption>교육문의 - 문의내용 입력</caption>
<thead>
<tr>
<th>문의내용</th>
<th scope="col">문의내용</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;"></textarea>
<label for="qnaCn" class="label">교육문의 작성하기</label>
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;" title="교육문의 작성"></textarea>
</td>
</tr>
</tbody>

View File

@ -436,7 +436,7 @@ $(document).ready(function(){
<input type="hidden" name="eduAplctOrd" id="eduAplctOrd" value="" />
<div class="cont_tit">
<h2>신청목록</h2>
<h2>신청목록55555555</h2>
<div class="sns_go">
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/facebook_icon.png" alt="페이스북 바로가기"></button>
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/twitter_icon.png" alt="트위터 바로가기"></button>
@ -473,7 +473,7 @@ $(document).ready(function(){
<!-- list -->
<div class="tb_list01">
<table>
<caption>교육 목록표</caption>
<caption>신청 목록 - 교육과정, 교육일자, 신청결과, 설문조사 확인 등의 정보제공</caption>
<colgroup>
<col style="width:35%;">
<col style="width:10%;">
@ -483,11 +483,11 @@ $(document).ready(function(){
</colgroup>
<thead>
<tr>
<th>교육과정</th>
<th>교육일자</th>
<th>신청결과</th>
<th>설문조사</th>
<!-- <th>이수증</th> -->
<th scope="col">교육과정</th>
<th scope="col">교육일자</th>
<th scope="col">신청결과</th>
<th scope="col">설문조사</th>
<!-- <th scope="col">이수증</th> -->
</tr>
</thead>
<tbody>
@ -647,13 +647,15 @@ $(document).ready(function(){
</div>
<div class="pop_tb_type01">
<table>
<caption>취소사유 작성표</caption>
<colgroup>
<col style="width: 22%;">
<col style="">
</colgroup>
<tr>
<th>취소사유</th>
<td><textarea id="cnclCn" name="cnclCn"></textarea></td>
<th scope="col">취소사유</th>
<td><label for="cnclCn" class="label">취소사유 작성</label>
<textarea id="cnclCn" name="cnclCn" title="취소사유 작성하기"></textarea></td>
</tr>
</table>
@ -721,7 +723,7 @@ $(document).ready(function(){
<div class="pop_tb_type02">
<table>
<caption>평가문항, 매우만족, 만족, 보통, 불만족, 매우 불만족 입력</caption>
<caption>강의만족도 결과표 - 평가문항, 매우만족, 만족, 보통, 불만족, 매우 불만족 입력</caption>
<colgroup>
<col style="width: auto;">
<col style="width: 12%;">