이지우 - 사용자 메인, 신청 관련 수정 중
This commit is contained in:
parent
59b66a3bda
commit
b2c67fafcb
@ -609,7 +609,7 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${prcsAplctVO.aprvlCd eq '60' and prcsAplctVO.ddlnCd eq '20'}">
|
<c:if test="${prcsAplctVO.aprvlCd eq '60' and prcsAplctVO.ddlnCd eq '20'}">
|
||||||
<%-- <button type="button" class="btnType05" onclick="fncCancelStatusChange('${infoAplctOrd.eduAplctOrd}', '${infoAplctOrd.prcsOrd}', '6-1')">취소요청</button> --%>
|
<button type="button" class="btnType05" onclick="fncCancelStatusChange('${infoAplctOrd.eduAplctOrd}', '${infoAplctOrd.prcsOrd}', '6-1')">취소요청</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -216,7 +216,12 @@
|
|||||||
<c:out value="${list.eduStrtPnttm}"/>
|
<c:out value="${list.eduStrtPnttm}"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<kc:code codeId="VE0003" code="${list.aprvlCd}"/>
|
||||||
|
<c:if test="${list.aprvlCd eq '60' and not empty list.aplctStateCd}">
|
||||||
|
- <kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
<%-- <c:choose>
|
||||||
<c:when test="${not empty list.aplctStateCd }">
|
<c:when test="${not empty list.aplctStateCd }">
|
||||||
<kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
<kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||||
</c:when>
|
</c:when>
|
||||||
@ -229,8 +234,8 @@
|
|||||||
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${list.aprvlCd eq '60' and list.ddlnCd eq '20'}">
|
<c:if test="${list.aprvlCd eq '60' and list.ddlnCd eq '20'}">
|
||||||
<%-- <button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button> --%>
|
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||||
</c:if>
|
</c:if> --%>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@ -12,7 +12,6 @@
|
|||||||
<title>교육신청 목록 > 기소유예 찾아가는 저작권 교육 > 한국지식재산보호원 저작권 교육 시스템</title>
|
<title>교육신청 목록 > 기소유예 찾아가는 저작권 교육 > 한국지식재산보호원 저작권 교육 시스템</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/ipedu/visitEdu/adm/publish/css/reset.css">
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.duet-date__dialog-content,.duet-date__dialog{max-width:400px;width:364px;}
|
.duet-date__dialog-content,.duet-date__dialog{max-width:400px;width:364px;}
|
||||||
@ -270,7 +269,8 @@ $(document).ready(function(){
|
|||||||
ο 개인정보의 수집 이용 목적 : 교육 대상자 및 이수자 관리
|
ο 개인정보의 수집 이용 목적 : 교육 대상자 및 이수자 관리
|
||||||
ο 수집하는 개인정보 항목 : 성명, 생년월일, 휴대전화, 이메일
|
ο 수집하는 개인정보 항목 : 성명, 생년월일, 휴대전화, 이메일
|
||||||
ο 개인정보의 보유 및 이용기간 : 사업 종료시까지
|
ο 개인정보의 보유 및 이용기간 : 사업 종료시까지
|
||||||
ο 동의를 거부할 권리가 있다는 사실 및 동의 거부에 따른 불이익이 있는 경우에는 그 불이익의 내용 : 귀하의 개인정보 제공 및 동의를 거부할 권리가 있으며, 위 항목 동의 거부시 수강신청이 불가할 수 있음
|
ο 동의를 거부할 권리가 있다는 사실 및 동의 거부에 따른 불이익이 있는 경우에는 그 불이익의 내용 :
|
||||||
|
귀하의 개인정보 제공 및 동의를 거부할 권리가 있으며, 위 항목 동의 거부시 수강신청이 불가할 수 있음
|
||||||
</pre>
|
</pre>
|
||||||
<div class="pop_btn_wrap btn_layout01">
|
<div class="pop_btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
|
|||||||
@ -609,7 +609,7 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${prcsAplctVO.aprvlCd eq '60' and prcsAplctVO.ddlnCd eq '20'}">
|
<c:if test="${prcsAplctVO.aprvlCd eq '60' and prcsAplctVO.ddlnCd eq '20'}">
|
||||||
<%-- <button type="button" class="btnType05" onclick="fncCancelStatusChange('${infoAplctOrd.eduAplctOrd}', '${infoAplctOrd.prcsOrd}', '6-1')">취소요청</button> --%>
|
<button type="button" class="btnType05" onclick="fncCancelStatusChange('${infoAplctOrd.eduAplctOrd}', '${infoAplctOrd.prcsOrd}', '6-1')">취소요청</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -216,7 +216,12 @@
|
|||||||
<c:out value="${list.eduStrtPnttm}"/>
|
<c:out value="${list.eduStrtPnttm}"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<kc:code codeId="VE0003" code="${list.aprvlCd}"/>
|
||||||
|
<c:if test="${list.aprvlCd eq '60' and not empty list.aplctStateCd}">
|
||||||
|
- <kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
<%-- <c:choose>
|
||||||
<c:when test="${not empty list.aplctStateCd }">
|
<c:when test="${not empty list.aplctStateCd }">
|
||||||
<kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
<kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||||
</c:when>
|
</c:when>
|
||||||
@ -229,8 +234,8 @@
|
|||||||
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${list.aprvlCd eq '60' and list.ddlnCd eq '20'}">
|
<c:if test="${list.aprvlCd eq '60' and list.ddlnCd eq '20'}">
|
||||||
<%-- <button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button> --%>
|
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||||
</c:if>
|
</c:if> --%>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@ -12,7 +12,6 @@
|
|||||||
<title>교육신청 목록 > 기소유예 찾아가는 저작권 교육 > 한국지식재산보호원 저작권 교육 시스템</title>
|
<title>교육신청 목록 > 기소유예 찾아가는 저작권 교육 > 한국지식재산보호원 저작권 교육 시스템</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/ipedu/visitEdu/adm/publish/css/reset.css">
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.duet-date__dialog-content,.duet-date__dialog{max-width:400px;width:364px;}
|
.duet-date__dialog-content,.duet-date__dialog{max-width:400px;width:364px;}
|
||||||
@ -270,7 +269,8 @@ $(document).ready(function(){
|
|||||||
ο 개인정보의 수집 이용 목적 : 교육 대상자 및 이수자 관리
|
ο 개인정보의 수집 이용 목적 : 교육 대상자 및 이수자 관리
|
||||||
ο 수집하는 개인정보 항목 : 성명, 생년월일, 휴대전화, 이메일
|
ο 수집하는 개인정보 항목 : 성명, 생년월일, 휴대전화, 이메일
|
||||||
ο 개인정보의 보유 및 이용기간 : 사업 종료시까지
|
ο 개인정보의 보유 및 이용기간 : 사업 종료시까지
|
||||||
ο 동의를 거부할 권리가 있다는 사실 및 동의 거부에 따른 불이익이 있는 경우에는 그 불이익의 내용 : 귀하의 개인정보 제공 및 동의를 거부할 권리가 있으며, 위 항목 동의 거부시 수강신청이 불가할 수 있음
|
ο 동의를 거부할 권리가 있다는 사실 및 동의 거부에 따른 불이익이 있는 경우에는 그 불이익의 내용 :
|
||||||
|
귀하의 개인정보 제공 및 동의를 거부할 권리가 있으며, 위 항목 동의 거부시 수강신청이 불가할 수 있음
|
||||||
</pre>
|
</pre>
|
||||||
<div class="pop_btn_wrap btn_layout01">
|
<div class="pop_btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user