이지우 - 사용자 > 교육신청 팝업 화면 수정
This commit is contained in:
parent
b134430a8d
commit
4f732b58c9
@ -185,6 +185,8 @@
|
||||
<pattern>*/cop/bbs/EgovBBSIdListSearch.do</pattern> <!-- 관리자 저작권체험교실 교육과정안내 미리보기 팝업 -->
|
||||
<pattern>/web/ve/aplct/fndtnEnhanceTrn/eduAplctPop.do</pattern> <!-- 실무역량강화 전체과정 신청 팝업 -->
|
||||
<pattern>/web/ve/aplct/sspnIdtmt/eduAplctPop.do</pattern> <!-- 기소유예 신청인 정보 입력 팝업 -->
|
||||
<pattern>/web/ve/aplct/cmdTrgt/eduAplctPop.do</pattern> <!-- 시정명령 신청인 정보 입력 팝업 -->
|
||||
<pattern>/web/ve/aplct/prevent/eduAplctPop.do</pattern> <!-- 예방교육 신청인 정보 입력 팝업 -->
|
||||
|
||||
<!-- <pattern>*/tngrVisitEdu/popup/*Popup.do</pattern>
|
||||
<pattern>*/adultVisitEdu/popup/*Popup.do</pattern> -->
|
||||
|
||||
@ -533,7 +533,7 @@
|
||||
<c:if test="${info.prcsDiv eq 10}">
|
||||
<th scope="row">교육장소</th>
|
||||
</c:if>
|
||||
<c:if test="${info.prcsDiv eq 20}">
|
||||
<c:if test="${info.prcsDiv ne 20}">
|
||||
<th scope="row">관련URL</th>
|
||||
</c:if>
|
||||
<td class="addPro_wrap">
|
||||
|
||||
@ -533,7 +533,7 @@
|
||||
<c:if test="${info.prcsDiv eq 10}">
|
||||
<th scope="row">교육장소</th>
|
||||
</c:if>
|
||||
<c:if test="${info.prcsDiv eq 20}">
|
||||
<c:if test="${info.prcsDiv ne 20}">
|
||||
<th scope="row">관련URL</th>
|
||||
</c:if>
|
||||
<td class="addPro_wrap">
|
||||
|
||||
@ -533,7 +533,7 @@
|
||||
<c:if test="${info.prcsDiv eq 10}">
|
||||
<th scope="row">교육장소</th>
|
||||
</c:if>
|
||||
<c:if test="${info.prcsDiv eq 20}">
|
||||
<c:if test="${info.prcsDiv ne 20}">
|
||||
<th scope="row">관련URL</th>
|
||||
</c:if>
|
||||
<td class="addPro_wrap">
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
<title>교육신청 목록 > 기소유예 찾아가는 저작권 교육 > 한국지식재산보호원 저작권 교육 시스템</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
<link rel="stylesheet" href="/ipedu/visitEdu/adm/publish/css/reset.css">
|
||||
|
||||
<style>
|
||||
.duet-date__dialog-content,.duet-date__dialog{max-width:400px;width:364px;}
|
||||
@ -270,7 +269,8 @@ $(document).ready(function(){
|
||||
ο 개인정보의 수집 이용 목적 : 교육 대상자 및 이수자 관리
|
||||
ο 수집하는 개인정보 항목 : 성명, 생년월일, 휴대전화, 이메일
|
||||
ο 개인정보의 보유 및 이용기간 : 사업 종료시까지
|
||||
ο 동의를 거부할 권리가 있다는 사실 및 동의 거부에 따른 불이익이 있는 경우에는 그 불이익의 내용 : 귀하의 개인정보 제공 및 동의를 거부할 권리가 있으며, 위 항목 동의 거부시 수강신청이 불가할 수 있음
|
||||
ο 동의를 거부할 권리가 있다는 사실 및 동의 거부에 따른 불이익이 있는 경우에는 그 불이익의 내용 :
|
||||
귀하의 개인정보 제공 및 동의를 거부할 권리가 있으며, 위 항목 동의 거부시 수강신청이 불가할 수 있음
|
||||
</pre>
|
||||
<div class="pop_btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user