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

View File

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

View File

@ -178,7 +178,7 @@
<div class="tb_list02"> <div class="tb_list02">
<table> <table>
<caption>교육 신청 목록 - 교육과정, 교육일자, 신청결과, 설문조사를 확인할 수 있는 표</caption> <caption>교육 신청 목록 - 교육과정, 교육일자, 신청결과, 설문조사등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width:35%;"> <col style="width:35%;">
<col style="width:;"> <col style="width:;">
@ -188,11 +188,11 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th>교육과정</th> <th scope="col">교육과정</th>
<th>교육일자</th> <th scope="col">교육일자</th>
<th>신청결과</th> <th scope="col">신청결과</th>
<th>설문조사</th> <th scope="col">설문조사</th>
<!-- <th>이수증</th> --> <!-- <th scope="col">이수증</th> -->
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -366,15 +366,17 @@
<div class="cont_body"> <div class="cont_body">
<div class="pop_tb_type01" style="overflow:visible;"> <div class="pop_tb_type01" style="overflow:visible;">
<table> <table>
<caption>교육문의 - 문의내용 입력</caption>
<thead> <thead>
<tr> <tr>
<th>문의내용</th> <th scope="col">문의내용</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td> <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> </td>
</tr> </tr>
</tbody> </tbody>

View File

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