This commit is contained in:
myname 2024-02-15 16:37:46 +09:00
commit bc505d9a39
12 changed files with 32 additions and 29 deletions

View File

@ -97,7 +97,7 @@ function fn_goDetail(cmmNotifyOrd){
<!-- //list_top --> <!-- //list_top -->
<!-- list --> <!-- list -->
<div class="list tbType01"> <div class="tb_type01">
<table> <table>
<colgroup> <colgroup>
<col style="width: 6%"> <col style="width: 6%">

View File

@ -464,10 +464,10 @@ $( document ).ready(function(){
<div class="tb_type02"> <div class="tb_type02">
<table> <table>
<colgroup> <colgroup>
<col style="width: 210px;"> <col style="width: 150px;">
<col style="width: auto;"> <col style="width: ;">
<col style="width: 210px;"> <col style="width: ;">
<col style="width: auto;"> <col style="width: ;">
</colgroup> </colgroup>
<tbody> <tbody>
@ -483,11 +483,11 @@ $( document ).ready(function(){
<input type="file" name="file" id="file" style="display:none" <input type="file" name="file" id="file" style="display:none"
accept=".txt, .xls, .xlsx" accept=".txt, .xls, .xlsx"
onchange="changeValue(this); return false;"/> onchange="changeValue(this); return false;"/>
<button type="button" class="btnType btnType9" <button type="button" class="btn_type06"
onclick="document.all.file.click(); return false;" onclick="document.all.file.click(); return false;"
>파일첨부</button> >파일첨부</button>
<%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001280&fileSn=0" target="_blank">sample</a></span> --%> <%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001280&fileSn=0" target="_blank">sample</a></span> --%>
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001236&fileSn=0" target="_blank">sample</a></span> <span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001236&fileSn=0" target="_blank">샘플 다운로드</a></span>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -612,7 +612,7 @@
</th> </th>
<td> <td>
<label for="eduSlctAreaCd" class="label">지역 선택</label> <label for="eduSlctAreaCd" class="label">지역 선택</label>
<kc:select codeId="VE0008" selectedValue="${info.eduSlctAreaCd}" id="eduSlctAreaCd" name="eduSlctAreaCd" styleClass="selType1" css="readonly" defaultText="지역" defaultValue="" <kc:select codeId="VE0008" selectedValue="${info.eduSlctAreaCd}" id="eduSlctAreaCd" name="eduSlctAreaCd" styleClass="selType1 sel_type1" css="readonly" defaultText="지역" defaultValue=""
script="onFocus='this.initialSelect = this.selectedIndex;' onChange='this.selectedIndex = this.initialSelect;'"/> script="onFocus='this.initialSelect = this.selectedIndex;' onChange='this.selectedIndex = this.initialSelect;'"/>
<input type="text" value="${info.scholInsttNm}" style="min-width:400px;" size="25" readonly id="scholInsttNm" name="scholInsttNm" title="학교(기관)명"> <input type="text" value="${info.scholInsttNm}" style="min-width:400px;" size="25" readonly id="scholInsttNm" name="scholInsttNm" title="학교(기관)명">
<button type="button" class="btn_type06" onclick="fncScholList();">학교검색</button> <button type="button" class="btn_type06" onclick="fncScholList();">학교검색</button>
@ -686,11 +686,11 @@
<c:set var="birthDay" value="${fn:substring(info.DBirth, 6, 8)}"/> <c:set var="birthDay" value="${fn:substring(info.DBirth, 6, 8)}"/>
</c:if> </c:if>
<label for="birthYear" class="label">년도 선택</label> <label for="birthYear" class="label">년도 선택</label>
<select name="birthYear" id="birthYear" class="selType1 birthYear birth_da" selectValue="${birthYear}"></select> <select name="birthYear" id="birthYear" class="selType1 birthYear birth_da sel_type1" selectValue="${birthYear}"></select>
<label for="birthMonth" class="label">월 선택</label> <label for="birthMonth" class="label">월 선택</label>
<select name="birthMonth" id="birthMonth" class="selType1 birthMonth birth_da" selectValue="${birthMonth}"></select> <select name="birthMonth" id="birthMonth" class="selType1 birthMonth birth_da sel_type1" selectValue="${birthMonth}"></select>
<label for="birthDay" class="label">일 선택</label> <label for="birthDay" class="label">일 선택</label>
<select name="birthDay" id="birthDay" class="selType1 birthDay birth_da" selectValue="${birthDay}"></select> <select name="birthDay" id="birthDay" class="selType1 birthDay birth_da sel_type1" selectValue="${birthDay}"></select>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -873,14 +873,14 @@ function replyCalculation(){
<div class="tb_tit01"> <div class="tb_tit01">
<p>교육 내용에 대한 전반적 만족도 평가</p> <p>교육 내용에 대한 전반적 만족도 평가</p>
</div> </div>
<div class="tb_type01"> <div class="tb_type02">
<table> <table>
<c:if test="${!empty chasiSrvyList}"> <c:if test="${!empty chasiSrvyList}">
<colgroup> <colgroup>
<col style="width: 120px;"> <col style="width: 15%;">
<col style="width: auto;"> <col style="width: 35%;">
<col style="width: 120px;"> <col style="width: 15%;">
<col style="width: auto;"> <col style="width: 35%;">
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>

View File

@ -388,10 +388,10 @@ $( document ).ready(function(){
<div class="tb_type02"> <div class="tb_type02">
<table> <table>
<colgroup> <colgroup>
<col style="width: 210px;"> <col style="width: 150px;">
<col style="width: auto;"> <col style="width: ;">
<col style="width: 210px;"> <col style="width: ;">
<col style="width: auto;"> <col style="width: ;">
</colgroup> </colgroup>
<tbody> <tbody>
@ -407,10 +407,10 @@ $( document ).ready(function(){
<input type="file" name="file" id="file" style="display:none" <input type="file" name="file" id="file" style="display:none"
accept=".txt, .xls, .xlsx" accept=".txt, .xls, .xlsx"
onchange="changeValue(this); return false;"/> onchange="changeValue(this); return false;"/>
<button type="button" class="btnType btnType9" <button type="button" class="btn_type06"
onclick="document.all.file.click(); return false;" onclick="document.all.file.click(); return false;"
>파일첨부</button> >파일첨부</button>
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001232&fileSn=0" target="_blank">sample</a></span> <span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001232&fileSn=0" target="_blank">샘플 다운로드</a></span>
<%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001269&fileSn=0" target="_blank">sample</a></span> --%> <%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001269&fileSn=0" target="_blank">sample</a></span> --%>
</td> </td>
</tr> </tr>

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="edu_img"> <div class="edu_img">
<img src="/offedu/visitEdu/usr/publish/images/content/sub_edu02_main.png" alt="찾아가는 교육 성인 교육소개 이미지"> <img src="/offedu/visitEdu/usr/publish/images/content/sub_edu02_main.png" alt="">
</div> </div>
<div class="tb_tit01"> <div class="tb_tit01">

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="edu_img"> <div class="edu_img">
<img src="/offedu/visitEdu/usr/publish/images/content/sub_edu03_main.png" alt="체험교실 교육소개 이미지"> <img src="/offedu/visitEdu/usr/publish/images/content/sub_edu03_main.png" alt="">
</div> </div>
<div class="tb_tit01"> <div class="tb_tit01">

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="edu_img"> <div class="edu_img">
<img src="/offedu/visitEdu/usr/publish/images/content/sub_edu04_main.png" alt="실무역량강화교육 교육소개 이미지"> <img src="/offedu/visitEdu/usr/publish/images/content/sub_edu04_main.png" alt="">
</div> </div>
<div class="tb_tit01"> <div class="tb_tit01">

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="edu_img"> <div class="edu_img">
<img src="/offedu/visitEdu/usr/publish/images/content/sub_edu05_main.png" alt="기소유예교육 교육소개 이미지"> <img src="/offedu/visitEdu/usr/publish/images/content/sub_edu05_main.png" alt="">
</div> </div>
<div class="tb_tit01"> <div class="tb_tit01">

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="edu_img"> <div class="edu_img">
<img src="/offedu/visitEdu/usr/publish/images/content/sub_edu01_main.png" alt="찾아가는 교육 청소년 교육소개 이미지"> <img src="/offedu/visitEdu/usr/publish/images/content/sub_edu01_main.png" alt="">
</div> </div>
<div class="tb_tit01"> <div class="tb_tit01">

View File

@ -479,4 +479,7 @@ input[type="text"].input_time {width: 50px;}
.check_pop .cont_popup .id_wrap .id_check3 .btnType03{background-color: #697e9b; margin: 0 0 0 5px; font-size: 17px; padding: 0 15px; height: 40px;} .check_pop .cont_popup .id_wrap .id_check3 .btnType03{background-color: #697e9b; margin: 0 0 0 5px; font-size: 17px; padding: 0 15px; height: 40px;}
.check_pop .cont_popup .id_wrap .id_check3 .btnType03:hover{background-color: #546a89;} .check_pop .cont_popup .id_wrap .id_check3 .btnType03:hover{background-color: #546a89;}
.check_pop .cont_popup .id_check2 span{margin-right: 5px;} .check_pop .cont_popup .id_check2 span{margin-right: 5px;}
.check_pop .cont_popup .btn_wrap{text-align: center;} .check_pop .cont_popup .btn_wrap{text-align: center;}
.req_text1{display: inline-block; font-size: 16px; font-weight:400; vertical-align: middle; padding:0 5px;}
.req_text1 a {text-decoration:underline; color:#3a72db; font-size:15px; font-weight:500; padding:0 0 0 16px;}

View File

@ -101,7 +101,7 @@
.dateInput {width: } .dateInput {width: }
/*관리자 NEW 아이콘 추가*/ /*관리자 NEW 아이콘 추가*/
.new_icon{display: block; width:30px; background-color: #e95504; font-size: 12px; color: #fff; border-radius: 5px; padding: 0 5px 2px 5px; margin: 0 auto;} .new_icon{/*display: block;*/ width:30px; background-color: #e95504; font-size: 12px; color: #fff; border-radius: 5px; padding: 0 5px 2px 5px; margin: 0 auto;}
/*게시판관리 > 게시판관리 > 공지사항 등록 > 공지기간 select 수정*/ /*게시판관리 > 게시판관리 > 공지사항 등록 > 공지기간 select 수정*/
.da_fo{width: 90px !important;} .da_fo{width: 90px !important;}