Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/koipa_edu_2025-1
This commit is contained in:
commit
f51657303b
@ -561,7 +561,14 @@ public class CmdTrgtController {
|
||||
try {
|
||||
if (vEEduAplctVO !=null) {
|
||||
vEPrcsAplctVO.setPrcsAplctPrdOrd(vEPrcsDetailVODetail.getPrcsAplctPrdOrd());
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEEduAplctVO.getEduAplctOrd());
|
||||
|
||||
//나의 강의실, 신청목록에서 접근 시 해당 교육 정보 노출
|
||||
//교육 신청목록에서 접근 시 가장 최근 정보 노출
|
||||
if(StringUtils.isNotEmpty(vEPrcsDetailVO.getEduAplctOrd())) {
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEPrcsDetailVO.getEduAplctOrd());
|
||||
}else {
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEEduAplctVO.getEduAplctOrd());
|
||||
}
|
||||
|
||||
vEPrcsAplctVO = vEPrcsAplctPrdService.selectAplctInfo(vEPrcsAplctVO);
|
||||
}
|
||||
|
||||
@ -560,7 +560,14 @@ public class PreventController {
|
||||
try {
|
||||
if (vEEduAplctVO !=null) {
|
||||
vEPrcsAplctVO.setPrcsAplctPrdOrd(vEPrcsDetailVODetail.getPrcsAplctPrdOrd());
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEEduAplctVO.getEduAplctOrd());
|
||||
|
||||
//나의 강의실, 신청목록에서 접근 시 해당 교육 정보 노출
|
||||
//교육 신청목록에서 접근 시 가장 최근 정보 노출
|
||||
if(StringUtils.isNotEmpty(vEPrcsDetailVO.getEduAplctOrd())) {
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEPrcsDetailVO.getEduAplctOrd());
|
||||
}else {
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEEduAplctVO.getEduAplctOrd());
|
||||
}
|
||||
|
||||
vEPrcsAplctVO = vEPrcsAplctPrdService.selectAplctInfo(vEPrcsAplctVO);
|
||||
}
|
||||
|
||||
@ -552,8 +552,14 @@ public class SspnIdtmtController {
|
||||
try {
|
||||
if (vEEduAplctVO !=null) {
|
||||
vEPrcsAplctVO.setPrcsAplctPrdOrd(vEPrcsDetailVODetail.getPrcsAplctPrdOrd());
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEEduAplctVO.getEduAplctOrd());
|
||||
|
||||
//나의 강의실, 신청목록에서 접근 시 해당 교육 정보 노출
|
||||
//교육 신청목록에서 접근 시 가장 최근 정보 노출
|
||||
if(StringUtils.isNotEmpty(vEPrcsDetailVO.getEduAplctOrd())) {
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEPrcsDetailVO.getEduAplctOrd());
|
||||
}else {
|
||||
vEPrcsAplctVO.setEduAplctOrd(vEEduAplctVO.getEduAplctOrd());
|
||||
}
|
||||
vEPrcsAplctVO = vEPrcsAplctPrdService.selectAplctInfo(vEPrcsAplctVO);
|
||||
}
|
||||
|
||||
@ -801,7 +807,8 @@ public class SspnIdtmtController {
|
||||
*/
|
||||
@RequestMapping("/web/ve/aplct/sspnIdtmt/popup/eduCancelPopupAjax.do")
|
||||
public ModelAndView filePopupAjax(
|
||||
@ModelAttribute("vEEduRprtVO") VEEduRprtVO vEEduRprtVO
|
||||
@ModelAttribute("vEEduRprtVO") VEEduRprtVO vEEduRprtVO,
|
||||
@ModelAttribute("vEEduAplctVO") VEEduAplctVO vEEduAplctVO
|
||||
, ModelMap model
|
||||
//, RedirectAttributes redirectAttributes
|
||||
, HttpServletRequest request
|
||||
@ -869,16 +876,27 @@ public class SspnIdtmtController {
|
||||
System.out.println(vEEduRprtVO.getAprvlCn());
|
||||
System.out.println(s_atchFileId);
|
||||
|
||||
VEEduAplctVO vEEduAplctVO = new VEEduAplctVO();
|
||||
vEEduAplctVO.setEduAplctOrd(vEEduRprtVO.getEduAplctOrd());
|
||||
/*
|
||||
* VEEduAplctVO vEEduAplctVO = new VEEduAplctVO();
|
||||
* vEEduAplctVO.setEduAplctOrd(vEEduRprtVO.getEduAplctOrd());
|
||||
*
|
||||
* vEEduAplctVO.setAplctCn(vEEduRprtVO.getAprvlCn());
|
||||
* vEEduAplctVO.setRsltAtchFileId(s_atchFileId);
|
||||
* vEEduAplctVO.setAprvlCd("35");
|
||||
* vEEduAplctVO.setLastUpdusrId(loginVO.getUniqId());
|
||||
* vEEduAplctService.update(vEEduAplctVO);
|
||||
*/
|
||||
|
||||
vEEduAplctVO.setAplctCn(vEEduRprtVO.getAprvlCn());
|
||||
vEEduAplctVO.setRsltAtchFileId(s_atchFileId);
|
||||
vEEduAplctVO.setAprvlCd("35");
|
||||
vEEduAplctVO.setLastUpdusrId(loginVO.getUniqId());
|
||||
/*
|
||||
251023
|
||||
ve_edu_aplct는 확정 상태 유지.
|
||||
vea_aplct_detail_info에서 취소 관련 처리
|
||||
*/
|
||||
vEEduAplctVO.setAplctStateCd(VeConstants.EDU_CD_CANCLE_REQ); //취소요청 코드 35
|
||||
vEEduAplctVO.setCnclAtchFileId(s_atchFileId);
|
||||
vEEduAplctVO.setCnclCn(vEEduAplctVO.getAprvlCn()); //취소사유 - 기존에는 aprvlCn 사용
|
||||
vEEduMIXService.updateCnclStatus(vEEduAplctVO);
|
||||
|
||||
//취소요청 정보 저장
|
||||
vEEduAplctService.update(vEEduAplctVO);
|
||||
|
||||
|
||||
}catch(Exception ex) {
|
||||
|
||||
@ -268,6 +268,14 @@ public class VeConstants {
|
||||
public static final String DDLN_CD_APP_ING = "40";
|
||||
public static final String DDLN_CD_APP_END = "50";
|
||||
|
||||
/*
|
||||
* VEA003 - edu_state_cd(vea_sspn_idmt_trgt), aplct_state_cd(vea_aplct_detail_info)
|
||||
*/
|
||||
public static final String EDU_CD_NOTCOMPLETE= "10"; //미이수
|
||||
public static final String EDU_CD_COMPLETE = "20"; //이수
|
||||
public static final String EDU_CD_CANCLE_REQ = "35"; //취소요청
|
||||
public static final String EDU_CD_DELAY = "60"; //연기
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -128,4 +128,6 @@ public interface VEEduMIXService {
|
||||
List<VEEduAplctVO> selectTngrRsltRprtList(VEEduAplctVO paramVO) throws Exception;
|
||||
|
||||
List<VEEduAplctVO> selectExprnRsltFileDownList(VEEduAplctVO paramVO) throws Exception;
|
||||
|
||||
void updateCnclStatus(VEEduAplctVO vEEduAplctVO);
|
||||
}
|
||||
|
||||
@ -277,4 +277,10 @@ public class VEEduMIXServiceImpl implements VEEduMIXService {
|
||||
public List<VEEduAplctVO> selectExprnRsltFileDownList(VEEduAplctVO paramVO) throws Exception{
|
||||
return vEEduMIXDAO.selectExprnRsltFileDownList(paramVO);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateCnclStatus(VEEduAplctVO paramVO) {
|
||||
vEEduMIXDAO.updateCnclStatus(paramVO);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -849,6 +849,7 @@
|
||||
AND b.sex = #sex#
|
||||
|
||||
and c.edu_strt_pnttm >= TO_CHAR(NOW(),'YYYY.MM.DD')
|
||||
and a.aprvl_cd in ('10','20','60')
|
||||
</select>
|
||||
|
||||
<!-- 기소유예 대상자 확인 STEP00 -->
|
||||
|
||||
@ -603,7 +603,7 @@
|
||||
/* 신청 후 반려 */
|
||||
, user_id = NULL
|
||||
, edu_aplct_ord = NULL
|
||||
, edu_state_cd = '10'
|
||||
<!-- , edu_state_cd = '10' -->
|
||||
, prcs_aplct_prd_ord_cmplt = NULL
|
||||
</isEqual>
|
||||
|
||||
@ -642,11 +642,11 @@
|
||||
|
||||
</isEqual>
|
||||
|
||||
<isEqual property="reqNo" compareValue="4">
|
||||
<!-- <isEqual property="reqNo" compareValue="4">
|
||||
/* 신청 후 관리자 반려 aplct_state_cd=50 */
|
||||
, aplct_state_cd = '50'
|
||||
|
||||
</isEqual>
|
||||
</isEqual> -->
|
||||
|
||||
WHERE
|
||||
edu_aplct_ord = #eduAplctOrd#
|
||||
|
||||
@ -563,8 +563,8 @@
|
||||
<th scope="row">상태</th>
|
||||
<td class="ddlnCdStts">
|
||||
<c:choose>
|
||||
<c:when test="${not empty info.aprvlCd}">
|
||||
<kc:code codeId="VE0003" code="${info.aprvlCd}"/>
|
||||
<c:when test="${not empty prcsAplctVO.aprvlCd}">
|
||||
<kc:code codeId="VE0003" code="${prcsAplctVO.aprvlCd}"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<kc:code codeId="VEA004" code="${info.ddlnCd}"/>
|
||||
@ -609,7 +609,7 @@
|
||||
</c:if>
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
@ -24,9 +24,10 @@
|
||||
}
|
||||
|
||||
|
||||
function fncGoDetail(prcsAplctPrdOrd){
|
||||
function fncGoDetail(prcsAplctPrdOrd, eduAplctOrd){
|
||||
var viewForm = document.viewForm ;
|
||||
viewForm.prcsAplctPrdOrd.value = prcsAplctPrdOrd ;
|
||||
viewForm.eduAplctOrd.value = eduAplctOrd;
|
||||
viewForm.action = "<c:url value='/web/ve/aplct/cmdTrgt/eduAplctDetail.do'/>";
|
||||
viewForm.submit();
|
||||
}
|
||||
@ -187,6 +188,7 @@
|
||||
</form>
|
||||
<form name="viewForm" id="viewForm">
|
||||
<input type="hidden" name="prcsAplctPrdOrd">
|
||||
<input type="hidden" name="eduAplctOrd">
|
||||
</form>
|
||||
<form:form id="listForm" name="listForm" commandName="vEEduAplctVO">
|
||||
<input type="hidden" name="pageIndex" value="<c:out value='${vEEduAplctVO.pageIndex}' default='1' />"/>
|
||||
@ -234,7 +236,7 @@
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr>
|
||||
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" onkeypress="if(event.keyCode == 13){fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');}" style="cursor:pointer;" tabindex="0">
|
||||
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');" onkeypress="if(event.keyCode == 13){fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');}" style="cursor:pointer;" tabindex="0">
|
||||
<!-- <td> -->
|
||||
|
||||
<c:choose>
|
||||
@ -252,7 +254,12 @@
|
||||
<c:out value="${list.eduStrtPnttm}"/>
|
||||
</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 }">
|
||||
<kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||
</c:when>
|
||||
@ -265,8 +272,8 @@
|
||||
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||
</c:if>
|
||||
<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> --%>
|
||||
</c:if>
|
||||
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||
</c:if> --%>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
@ -355,7 +362,7 @@
|
||||
<ul onclick="">
|
||||
<li>
|
||||
<span>교육과정</span>
|
||||
<span onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" >
|
||||
<span onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');" >
|
||||
<c:choose>
|
||||
<c:when test="${not empty list.title}">
|
||||
<c:out value="${list.title}"/>
|
||||
@ -383,7 +390,8 @@
|
||||
</c:choose>
|
||||
|
||||
<c:if test="${(list.aprvlCd eq '10' or list.aprvlCd eq '20') and list.ddlnCd ne '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}"/>', '<c:out value="${list.eduAplctOrd}"/>');">취소</button>
|
||||
|
||||
</c:if>
|
||||
<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> --%>
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -393,14 +393,17 @@ async function makePDF() {
|
||||
.estimate{padding:30px 3%;}
|
||||
.estimate *{font-family: 'HYgsrB', sans-serif !important; color:#222 !important;}
|
||||
.est_body{position:relative; padding:50px 0; text-align:left;}
|
||||
.est_body h2{font-size:4.4rem; -webkit-text-stroke-width:0.05px; -webkit-text-stroke-color:#222; text-align:center;}
|
||||
.est_body h2{font-size:44px; -webkit-text-stroke-width:0.05px; -webkit-text-stroke-color:#222; text-align:center;}
|
||||
.est_body .cont1>div p{width:100%;margin:0 0 0 30px;text-align:left;line-height: 1.5;}
|
||||
.est_body .cont5 div{display:block;}
|
||||
.est_body .cont5 div span:first-child{font-size:1.8rem; font-weight:700; line-height: 1.5; color:#222; margin:0 0 10px 30px; display:block;text-align:left;}
|
||||
.est_body .cont5 div span:first-child{font-size:18px; font-weight:700; line-height: 1.5; color:#222; margin:0 0 10px 30px; display:block;text-align:left;}
|
||||
.estimate_popup .est_body .cont5.user_info{display:block;margin:50px 0 0 30px;}
|
||||
.estimate_popup .est_body .cont5.user_info div{width:100%;justify-content:flex-start;font-size:18px;font-weight:700;}
|
||||
.estimate_popup .est_body .cont5.user_info div span:nth-child(1){font-size:18px;font-weight:700;margin:0;}
|
||||
.est_body .cont5.substance>div{margin:100px 0; text-align:center;}
|
||||
.est_body .cont5.substance>div p{font-size:2rem; font-weight:700; color:#222; margin:0 50px; line-height:1.5; text-align:justify; letter-spacing:1px;}
|
||||
.est_body .cont5 .date{font-size:1.8rem; font-weight:700; color:#222; display:block; text-align:center; margin-bottom:10px;}
|
||||
.est_body .cont5 .date+div span{font-size: 3.2rem;text-align:center;}`;
|
||||
.est_body .cont5.substance>div p{font-size:20px; font-weight:700; color:#222; margin:0 50px; line-height:1.5; text-align:justify; letter-spacing:1px;}
|
||||
.est_body .cont5 .date{font-size:18px; font-weight:700; color:#222; display:block; text-align:center; margin-bottom:10px;}
|
||||
.est_body .cont5 .date+div span{font-size:32px;text-align:center;}`;
|
||||
cloned.prepend(styleEl);
|
||||
|
||||
container.style.position = 'absolute';
|
||||
@ -503,11 +506,11 @@ function loadImage(src) {
|
||||
<input type="hidden" name="qestmInfoSize" id="qestmInfoSize" value="${fn:length(chasiSrvyList)}">
|
||||
|
||||
|
||||
<div class="popup_wrap popType01" tabindex="0" data-info="${vEEduChasiVO.eduAplctOrd}" data-tooltip-con="sub36_pop02" data-focus="sub36_pop02" data-focus-prev="sub36_pop02_close">
|
||||
<div class="popup_wrap popType01 estimate_popup" data-info="${vEEduChasiVO.eduAplctOrd}" data-tooltip-con="sub36_pop02" data-focus="sub36_pop02" data-focus-prev="sub36_pop02_close">
|
||||
|
||||
<div class="popup_tit">
|
||||
<p>이수증 출력</p>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="sub36_pop02_close" title="팝업 닫기"><i></i></button>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="sub36_pop02_close" title="팝업 닫기" onclick="window.close();"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<div class="cont_body">
|
||||
@ -531,7 +534,7 @@ function loadImage(src) {
|
||||
</div>
|
||||
<h2>교 육 이 수 증</h2>
|
||||
|
||||
<div class="cont5">
|
||||
<div class="cont5 user_info">
|
||||
<div>
|
||||
<span>수료과목 : 조건부 기소유예 10기</span>
|
||||
</div>
|
||||
@ -569,8 +572,8 @@ function loadImage(src) {
|
||||
<div class="pop_btn_wrap btn_layout01" id="est_btn_wrap">
|
||||
<div class="btn_left"></div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btnType btnType05" onclick="javascript:makePDF(); return false;">인쇄하기</button>
|
||||
<button class="btn_popup_close btnType02 tooltip-close" data-focus="sub36_pop02_close" title="팝업 닫기">닫기</button>
|
||||
<button type="button" class="btnType btnType5" onclick="javascript:makePDF(); return false;">인쇄하기</button>
|
||||
<button class="btn_popup_close btnType4 tooltip-close" data-focus="sub36_pop02_close" onclick="window.close();" title="팝업 닫기">닫기</button>
|
||||
</div>
|
||||
<div class="btn_right"></div>
|
||||
</div>
|
||||
|
||||
@ -563,8 +563,8 @@
|
||||
<th scope="row">상태</th>
|
||||
<td class="ddlnCdStts">
|
||||
<c:choose>
|
||||
<c:when test="${not empty info.aprvlCd}">
|
||||
<kc:code codeId="VE0003" code="${info.aprvlCd}"/>
|
||||
<c:when test="${not empty prcsAplctVO.aprvlCd}">
|
||||
<kc:code codeId="VE0003" code="${prcsAplctVO.aprvlCd}"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<kc:code codeId="VEA004" code="${info.ddlnCd}"/>
|
||||
@ -609,7 +609,7 @@
|
||||
</c:if>
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
@ -24,9 +24,10 @@
|
||||
}
|
||||
|
||||
|
||||
function fncGoDetail(prcsAplctPrdOrd){
|
||||
function fncGoDetail(prcsAplctPrdOrd, eduAplctOrd){
|
||||
var viewForm = document.viewForm ;
|
||||
viewForm.prcsAplctPrdOrd.value = prcsAplctPrdOrd ;
|
||||
viewForm.eduAplctOrd.value = eduAplctOrd;
|
||||
viewForm.action = "<c:url value='/web/ve/aplct/prevent/eduAplctDetail.do'/>";
|
||||
viewForm.submit();
|
||||
}
|
||||
@ -187,6 +188,7 @@
|
||||
</form>
|
||||
<form name="viewForm" id="viewForm">
|
||||
<input type="hidden" name="prcsAplctPrdOrd">
|
||||
<input type="hidden" name="eduAplctOrd">
|
||||
</form>
|
||||
<form:form id="listForm" name="listForm" commandName="vEEduAplctVO">
|
||||
<input type="hidden" name="pageIndex" value="<c:out value='${vEEduAplctVO.pageIndex}' default='1' />"/>
|
||||
@ -234,7 +236,7 @@
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr>
|
||||
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" onkeypress="if(event.keyCode == 13){fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');}" style="cursor:pointer;" tabindex="0">
|
||||
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');" onkeypress="if(event.keyCode == 13){fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');}" style="cursor:pointer;" tabindex="0">
|
||||
<!-- <td> -->
|
||||
|
||||
<c:choose>
|
||||
@ -252,7 +254,12 @@
|
||||
<c:out value="${list.eduStrtPnttm}"/>
|
||||
</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 }">
|
||||
<kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||
</c:when>
|
||||
@ -265,8 +272,8 @@
|
||||
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||
</c:if>
|
||||
<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> --%>
|
||||
</c:if>
|
||||
<button type="button" class="btnType02" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">취소</button>
|
||||
</c:if> --%>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
@ -355,7 +362,7 @@
|
||||
<ul onclick="">
|
||||
<li>
|
||||
<span>교육과정</span>
|
||||
<span onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" >
|
||||
<span onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');" >
|
||||
<c:choose>
|
||||
<c:when test="${not empty list.title}">
|
||||
<c:out value="${list.title}"/>
|
||||
@ -383,7 +390,7 @@
|
||||
</c:choose>
|
||||
|
||||
<c:if test="${(list.aprvlCd eq '10' or list.aprvlCd eq '20') and list.ddlnCd ne '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}"/>', '<c:out value="${list.eduAplctOrd}"/>');">취소</button>
|
||||
</c:if>
|
||||
<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> --%>
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -563,8 +563,8 @@
|
||||
<th scope="row">상태</th>
|
||||
<td class="ddlnCdStts">
|
||||
<c:choose>
|
||||
<c:when test="${not empty info.aprvlCd}">
|
||||
<kc:code codeId="VE0003" code="${info.aprvlCd}"/>
|
||||
<c:when test="${not empty prcsAplctVO.aprvlCd}">
|
||||
<kc:code codeId="VE0003" code="${prcsAplctVO.aprvlCd}"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<kc:code codeId="VEA004" code="${info.ddlnCd}"/>
|
||||
@ -609,7 +609,7 @@
|
||||
</c:if>
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
@ -24,9 +24,10 @@
|
||||
}
|
||||
|
||||
|
||||
function fncGoDetail(prcsAplctPrdOrd){
|
||||
function fncGoDetail(prcsAplctPrdOrd, eduAplctOrd){
|
||||
var viewForm = document.viewForm ;
|
||||
viewForm.prcsAplctPrdOrd.value = prcsAplctPrdOrd ;
|
||||
viewForm.eduAplctOrd.value = eduAplctOrd ;
|
||||
//viewForm.action = "<c:url value='/web/ve/aplct/sspnIdtmt/eduAplctDetail.do'/>";
|
||||
viewForm.action = "<c:url value='/web/ve/aplct/sspnIdtmt/eduAplctDetail.do'/>";
|
||||
viewForm.submit();
|
||||
@ -188,6 +189,7 @@
|
||||
</form>
|
||||
<form name="viewForm" id="viewForm">
|
||||
<input type="hidden" name="prcsAplctPrdOrd">
|
||||
<input type="hidden" name="eduAplctOrd">
|
||||
</form>
|
||||
<form:form id="listForm" name="listForm" commandName="vEEduAplctVO">
|
||||
<input type="hidden" name="pageIndex" value="<c:out value='${vEEduAplctVO.pageIndex}' default='1' />"/>
|
||||
@ -235,7 +237,7 @@
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr>
|
||||
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" onkeypress="if(event.keyCode == 13){fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');}" style="cursor:pointer;" tabindex="0">
|
||||
<td onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');" onkeypress="if(event.keyCode == 13){fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');}" style="cursor:pointer;" tabindex="0">
|
||||
<!-- <td> -->
|
||||
|
||||
<c:choose>
|
||||
@ -254,7 +256,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<kc:code codeId="VE0003" code="${list.aprvlCd}"/>
|
||||
<c:if test="${list.aprvlCd eq '60'}">
|
||||
<c:if test="${list.aprvlCd eq '60' and not empty list.aplctStateCd}">
|
||||
- <kc:code codeId="VEA003" code="${list.aplctStateCd}"/>
|
||||
</c:if>
|
||||
|
||||
@ -295,13 +297,12 @@
|
||||
|
||||
<c:choose>
|
||||
|
||||
<%-- <c:when test="${list.aprvlCd eq 60 and list.qestRsltExists and list.aplctStateCd ne 10 and list.aplctStateCd ne 30}"> --%>
|
||||
<c:when test="${list.aprvlCd eq 60 and list.qestRsltExists}">
|
||||
<!-- 설문노출대상(확정처리를 받았음(60) && 교육기간이 지났음 list.qestRsltExists=true && 미이수가 아닌것(10) ) -->
|
||||
<c:when test="${list.aprvlCd eq 60 and list.qestRsltExists and list.aplctStateCd ne 10 and list.aplctStateCd ne 30}">
|
||||
<!-- 설문노출대상(승인처리를 받았음(20) && 교육기간이 지났음 list.qestRsltExists=true && 미이수가 아닌것(10) ) -->
|
||||
|
||||
<c:choose>
|
||||
|
||||
<c:when test="${list.qestnrId10Cnt gt 0}">
|
||||
<c:when test="${list.aplctStateCd eq 20 and list.qestnrId10Cnt gt 0}">
|
||||
<!-- 작성된 설문이 있다 -->
|
||||
<button type="button" class="btnType02" data-info="${list.eduAplctOrd}" data-tooltip="sub36_pop02"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','select'
|
||||
@ -309,13 +310,21 @@
|
||||
)" title="팝업 열림">설문완료</button>
|
||||
</c:when>
|
||||
|
||||
<c:when test="${empty list.qestnrId10}">
|
||||
<c:when test="${empty list.qestnrId10 and list.aprvlCd eq 20}">
|
||||
<!-- 대상 설문이 없다 -->
|
||||
대상설문없음
|
||||
</c:when>
|
||||
</c:when>
|
||||
|
||||
<c:when test="${not empty list.qestnrId10 and list.qestnrId10Cnt eq 0 and list.qustnrTm eq '1'}">
|
||||
<!-- 설문 키값이 있고, 답변이 없고, 설문 오픈 시간이 지났다(1), (0-지나기전)면 설문 등록을 연다 -->
|
||||
<c:when test="${(empty list.qestnrId10Cnt or list.qestnrId10Cnt eq 0) and list.qustnrTm eq '0'}">
|
||||
<!-- 작성된 설문이 없다 -->
|
||||
<button type="button" class="btn small mint line sur_bt" data-info="${list.eduAplctOrd}" data-tooltip="sub36_pop02"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}',''
|
||||
)" title="팝업 열림">설문등록</button>
|
||||
</c:when>
|
||||
|
||||
<c:when test="${list.qustnrTm eq '1'}">
|
||||
<!-- 작성된 설문이 없다 -->
|
||||
<button type="button" class="btn small mint line sur_bt" data-info="${list.eduAplctOrd}" data-tooltip="sub36_pop02"
|
||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}',''
|
||||
@ -337,13 +346,15 @@
|
||||
</td>
|
||||
<td>
|
||||
<c:choose>
|
||||
<c:when test="${list.qestRsltExists and list.aprvlCd eq '60' and list.aplctStateCd eq '20'}">
|
||||
<!-- 교육 기간 종료 & 교육신청은 확정(60) & 교육상태는 이슈(20) & 수료증 출력 가능 -->
|
||||
<c:when test="${list.qestRsltExists }">
|
||||
<button type="button" class="btn small mint line sur_bt" data-info="${list.eduAplctOrd}" data-tooltip="sub36_pop02"
|
||||
onclick="fncPrintCert('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
||||
,'${list.qustnrTmplatId}','${list.qestnrId10}',''
|
||||
)" title="출력">출력</button>
|
||||
</c:when>
|
||||
<c:when test="${list.dateChk eq 1 and not list.qestRsltExists}">
|
||||
교육완료
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
-
|
||||
</c:otherwise>
|
||||
@ -364,7 +375,7 @@
|
||||
<ul onclick="">
|
||||
<li>
|
||||
<span>교육과정</span>
|
||||
<span onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" >
|
||||
<span onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>', '<c:out value="${list.eduAplctOrd}"/>');" >
|
||||
<c:choose>
|
||||
<c:when test="${not empty list.title}">
|
||||
<c:out value="${list.title}"/>
|
||||
@ -392,7 +403,7 @@
|
||||
</c:choose>
|
||||
|
||||
<c:if test="${(list.aprvlCd eq '10' or list.aprvlCd eq '20') and list.ddlnCd ne '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}"/>', '<c:out value="${list.eduAplctOrd}"/>');">취소</button>
|
||||
</c:if>
|
||||
<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> --%>
|
||||
|
||||
@ -141,6 +141,7 @@
|
||||
<form:form id="createForm" name="createForm" method="post" commandName="vEEduRprtVO" onsubmit="return false;">
|
||||
<input type="hidden" name="eduAplctOrd" value="<c:out value="${vEInstrAsgnmVO.eduAplctOrd}" />" />
|
||||
<input type="hidden" name="eduChasiOrd" value="<c:out value="${vEInstrAsgnmVO.eduChasiOrd}" />" />
|
||||
<input type="hidden" name="prcsAplctPrdOrd" value="<c:out value="${vEInstrAsgnmVO.prcsAplctPrdOrd}" />" />
|
||||
<input type="hidden" id="userId" name="userId" value="<c:out value="${vEInstrAsgnmVO.userId}" />" />
|
||||
<input type="hidden" name="sbmtYn" id="sbmtYn" value="" />
|
||||
<input type="hidden" name="limitcount" id="limitcount" value="1" /><!-- 최대 업로드 파일갯수 -->
|
||||
|
||||
@ -1,7 +1,29 @@
|
||||
/* 견적서 */
|
||||
.estimate_wrap {width: 820px; margin: 0 auto; position: relative; color: #222; letter-spacing: -0.5px;}
|
||||
.estimate_wrap::after {content: ""; background-color: #e5e5e5; width: 100%; height: 117px; position: absolute; top: 0; left: 0; z-index: -1;}
|
||||
.estimate {padding: 0 67px; box-sizing: border-box;}
|
||||
/* .estimate_wrap {width: 820px; margin: 0 auto; position: relative; color: #222; letter-spacing: -0.5px;}
|
||||
.estimate_wrap::after {content: ""; background-color: #e5e5e5; width: 100%; height: 117px; position: absolute; top: 0; left: 0; z-index: -1;} */
|
||||
|
||||
/* 이수증 */
|
||||
.estimate_popup{padding:30px;}
|
||||
.estimate_popup .popup_tit{display:flex;font-size:20px;font-weight:600;padding:0 0 20px 0;align-items:center;justify-content:space-between;}
|
||||
.estimate_popup .btn_popup_close{width: 20px; height: 20px; padding: 0;}
|
||||
.estimate_popup .btn_center .btn_popup_close{width: auto; height: 34px; padding:0 25px}
|
||||
.estimate_popup .btn_popup_close i{display: inline-block; width: 100%; height: 100%; background-image: url(/ipedu/visitEdu/adm/publish/image/common/icon_close.png); background-repeat: no-repeat;}
|
||||
.estimate{padding:30px 3%;}
|
||||
.estimate *{font-family: 'HYgsrB', sans-serif !important; color:#222 !important;}
|
||||
.est_body{position:relative; padding:50px 0; text-align:left;}
|
||||
.est_body h2{font-size:44px; -webkit-text-stroke-width:0.05px; -webkit-text-stroke-color:#222; text-align:center;}
|
||||
.est_body .cont1>div p{width:100%;margin:0 0 0 30px;text-align:left;line-height: 1.5;}
|
||||
.est_body .cont5 div{display:block;}
|
||||
.est_body .cont5 div span:first-child{font-size:18px; font-weight:700; line-height: 1.5; color:#222; margin:0 0 10px 30px; display:block;text-align:left;}
|
||||
.est_body .cont5.user_info{display:flex;flex-direction:column;font-weight:700;align-items:flex-start;margin:50px 0 0 30px;}
|
||||
.est_body .cont5.user_info div{justify-content:flex-start;font-size:18px;font-weight:700;}
|
||||
.est_body .cont5.user_info div span:nth-child(1){font-size:18px;font-weight:700;margin:0;}
|
||||
.est_body .cont5.substance>div{margin:100px 0; text-align:center;}
|
||||
.est_body .cont5.substance>div p{font-size:20px; font-weight:700; color:#222; margin:0 50px; line-height:1.5; text-align:justify; letter-spacing:1px; padding:0;}
|
||||
.est_body .cont5 .date{font-size:18px; font-weight:700; color:#222; display:block; text-align:center; margin-bottom:10px;}
|
||||
.est_body .cont5 .date+div span,.est_body .cont5 .date+div span:nth-child(1){font-size:32px;font-weight:700;text-align:center;}
|
||||
|
||||
.popup_cont .est_body::after {position: absolute;content: "";width: 100%;height: 100%;background: url(/ipedu/visitEdu/usr/publish/images/content/watermark.png) no-repeat center center;left: 0;top: 0;}
|
||||
|
||||
.stamp {position: absolute; top: 79px; right: 70px;}
|
||||
|
||||
|
||||
@ -151,4 +151,17 @@
|
||||
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format('woff');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* 궁서체 - 이수증을 위한 폰트*/
|
||||
@font-face {
|
||||
font-family: 'HYgsrB';
|
||||
src: url('../font/HYgsrB.eot');
|
||||
src: url('../font/HYgsrB.eot?#iefix') format('embedded-opentype'),
|
||||
url('../font/HYgsrB.woff2') format('woff2'),
|
||||
url('../font/HYgsrB.woff') format('woff'),
|
||||
url('../font/HYgsrB.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
BIN
src/main/webapp/publish/font/HYgsrB.eot
Normal file
BIN
src/main/webapp/publish/font/HYgsrB.eot
Normal file
Binary file not shown.
BIN
src/main/webapp/publish/font/HYgsrB.ttf
Normal file
BIN
src/main/webapp/publish/font/HYgsrB.ttf
Normal file
Binary file not shown.
BIN
src/main/webapp/publish/font/HYgsrB.woff
Normal file
BIN
src/main/webapp/publish/font/HYgsrB.woff
Normal file
Binary file not shown.
BIN
src/main/webapp/publish/font/HYgsrB.woff2
Normal file
BIN
src/main/webapp/publish/font/HYgsrB.woff2
Normal file
Binary file not shown.
BIN
src/main/webapp/visitEdu/adm/publish/image/common/icon_close.png
Normal file
BIN
src/main/webapp/visitEdu/adm/publish/image/common/icon_close.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 358 B |
@ -309,19 +309,20 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
.faq_list .question{position:relative;display:flex;width:100%;font-size:1.7rem;padding:15px 74px 15px 20px;align-items:center;gap:14px;border-bottom:1px solid #d7d7d7;}
|
||||
.faq_list .question::after{position:absolute;content:"";width:30px;height:30px;border:1px solid #cdcdcd;border-radius:5px;background:#fff url(/ipedu/visitEdu/usr/publish/images/content/icon_select.png) no-repeat center;right:20px;}
|
||||
.faq_list .active .question::after{background:#f6f6f6 url(/ipedu/visitEdu/usr/publish/images/content/icon_select.png) no-repeat center;transform:rotate(180deg);}
|
||||
.faq_list .question .qst_cont{width:calc(100% - 30px);text-align:left;}
|
||||
.faq_list .question .qst_cont{width:calc(100% - 80px);text-align:left;word-break:break-all;}
|
||||
.faq_list .question .qst_text{width:30px;height:30px;background:#29a7e1;border-radius:5px;font-size:1.5rem;color:#fff;text-align:center;line-height:30px;}
|
||||
.faq_list .qst_text span{position: absolute;width: 1px; height: 1px;margin: -1px;padding: 0;clip: rect(0,0,0,0);}
|
||||
.faq_list .answer_in{display:flex;width:100%;padding:15px 20px;border-bottom:1px solid #d7d7d7;background:#f8f9fa;gap:14px;line-height:1.4;overflow:hidden;box-sizing:border-box;}
|
||||
.faq_list .answer .qst_text{width:30px;height:30px;background:#838484;border-radius:5px;font-size:1.5rem;color:#fff;text-align:center;line-height:30px;}
|
||||
.faq_list .answer *{font-size:1.7rem;font-weight:300;}
|
||||
.faq_list .answer .awr_cont{width:calc(100% - 80px);text-align:left;word-break:break-all;}
|
||||
|
||||
.faq_wrap{display:flex;border-top:2px solid #858686;border-bottom:2px solid #858686;flex-direction:column;gap:0;}
|
||||
.faq_wrap .question{position:relative;display:flex;width:100%;font-size:1.7rem;padding:15px 74px 15px 20px;align-items:center;gap:14px;border-bottom:1px solid #d7d7d7;}
|
||||
.faq_wrap .question::after{position:absolute;content:"";width:30px;height:30px;border:1px solid #cdcdcd;border-radius:5px;background:#fff url(/ipedu/visitEdu/usr/publish/images/content/icon_select.png) no-repeat center;right:20px;}
|
||||
.faq_wrap .active .question::after{background:#f6f6f6 url(/ipedu/visitEdu/usr/publish/images/content/icon_select.png) no-repeat center;transform:rotate(180deg);}
|
||||
.faq_wrap .question>div{display:flex;width:calc(100% - 30px);justify-content:space-between;align-items:center;}
|
||||
.faq_wrap .question>div .qst_cont{width:calc(100% - 80px);}
|
||||
.faq_wrap .question>div .qst_cont{width:calc(100% - 80px);word-break:break-all;}
|
||||
.faq_wrap .question>div .date{font-size:1.5rem;color:#555;}
|
||||
.faq_wrap .question .qst_cont{width:calc(100% - 30px);font-size:1.7rem;text-align:left;}
|
||||
.faq_wrap .question .qst_text{width:30px;height:30px;background:#29a7e1;border-radius:5px;font-size:1.5rem;color:#fff;text-align:center;line-height:30px;}
|
||||
@ -329,6 +330,7 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
.faq_wrap .answer_in{display:flex;width:100%;padding:15px 20px;border-bottom:1px solid #d7d7d7;background:#f8f9fa;gap:14px;line-height:1.4;overflow:hidden;box-sizing:border-box;}
|
||||
.faq_wrap .answer .qst_text{width:30px;height:30px;background:#838484;border-radius:5px;font-size:1.5rem;color:#fff;text-align:center;line-height:30px;}
|
||||
.faq_wrap .answer *{font-size:1.7rem;font-weight:300;}
|
||||
.faq_wrap .answer .answer_in div{width:calc(100% - 80px);word-break:break-all;}
|
||||
|
||||
/* 마이페이지 > 교육현황 */
|
||||
.edu_progress{display:flex;gap:20px;margin:0 0 40px 0;}
|
||||
@ -366,22 +368,6 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* table title */
|
||||
.tb_tit01 {display: flex; width: 100%; justify-content: space-between; align-items: flex-end; margin-bottom: 15px;}
|
||||
@ -498,8 +484,8 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
|
||||
.tb_list02 {width:100%; }
|
||||
.tb_list02 table {border-top:2px solid #858686; width: 100%; }
|
||||
.tb_list02 table th {vertical-align: middle; font-size: 1.7rem; line-height:20px; text-align: center; border-bottom: 1px solid #535353; padding:15px 0;}
|
||||
.tb_list02 table td {vertical-align: middle; font-size: 1.7rem; line-height:20px; text-align: center; border-bottom: 1px solid #d7d7d7; padding:16px 2px; color:#555;}
|
||||
.tb_list02 table th {vertical-align: middle; font-size: 1.7rem; color:#555; line-height:20px; text-align: center; border-bottom: 1px solid #535353; padding:20.25px 0;}
|
||||
.tb_list02 table td {min-height:62px;vertical-align: middle; font-size: 1.7rem; line-height:20px; text-align: center; border-bottom: 1px solid #d7d7d7; padding:13px 2px; color:#555;}
|
||||
.tb_list02 table .btnType02 {border-radius:5px; padding:5px 10px; font-size:15px; margin:0 0 0 3px;}
|
||||
.tb_list02 table .btnType03 {border-radius:5px; padding:5px 10px; font-size:15px;}
|
||||
.tb_list02 table .btnType04 {border-radius:5px; padding:5px 10px; font-size:15px;}
|
||||
@ -899,7 +885,7 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
|
||||
|
||||
/*나의 강의실 > Q&A 내용 없을때 추가*/
|
||||
.q_wrap .q_text{padding: 25px 35px; border-top: 2px solid #222; border-bottom: 1px solid #d5d5d5; font-size: 18px; color: #666;}
|
||||
.q_wrap .q_text{padding: 25px 35px; border-top: 2px solid #858686; border-bottom: 1px solid #d5d5d5; font-size: 18px; color: #666;}
|
||||
|
||||
/*2024년 웹접근성 > 추가한것들*/
|
||||
/*미리보기 버튼 스타일*/
|
||||
@ -1112,6 +1098,21 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
.faq_list .question .qst_text,.faq_list .answer .qst_text{width:60px;height:60px;font-size:3rem;line-height:56px;}
|
||||
.faq_list .answer{font-size:3.4rem;gap:28px;}
|
||||
.faq_list .answer *{font-size:3.4rem;}
|
||||
|
||||
.faq_wrap{border-top:0;border-bottom:0;}
|
||||
.faq_wrap .question{font-size:3.4rem;padding:30px 105px 30px 20px;gap:28px;}
|
||||
.faq_wrap .question::after{width:60px;height:60px;background:#fff url(/ipedu/visitEdu/usr/publish/images/content/icon_select_mobile.png) no-repeat center;}
|
||||
.faq_wrap .active .question::after{background:#f6f6f6 url(/ipedu/visitEdu/usr/publish/images/content/icon_select_mobile.png) no-repeat center;transform:rotate(180deg);}
|
||||
.faq_wrap .question>div{width:calc(100% - 90px);flex-direction:column;gap:8px;align-items:flex-start;}
|
||||
.faq_wrap .question>div .qst_cont{width:100%;}
|
||||
.faq_wrap .question>div .date{font-size:3rem;}
|
||||
.faq_wrap .question .qst_cont{width:calc(100% - 90px);font-size:3.4rem;text-align:left;}
|
||||
.faq_wrap .question .qst_text{width:60px;height:60px;font-size:3rem;line-height:56px;}
|
||||
.faq_wrap .answer_in{padding:30px 40px;gap:28px;line-height:1.4;}
|
||||
.faq_wrap .answer .qst_text{width:60px;height:60px;font-size:3rem;line-height:56px;}
|
||||
.faq_wrap .answer *{font-size:3.4rem;}
|
||||
.faq_wrap .answer .answer_in div{width:calc(100% - 80px);}
|
||||
|
||||
|
||||
/* 마이페이지 > 교육현황 */
|
||||
.edu_progress{gap:20px;margin:0 0 80px 0;}
|
||||
@ -1323,6 +1324,21 @@ duet-date-picker *:focus{outline: auto !important;}
|
||||
.faq_list .question .qst_text,.faq_list .answer .qst_text{width:30px;height:30px;font-size:1.5rem;line-height:27px;}
|
||||
.faq_list .answer{font-size:1.7rem;gap:14px;}
|
||||
.faq_list .answer *{font-size:1.7rem;}
|
||||
.faq_list .answer_in{padding: 15px 50px 15px 10px;}
|
||||
.faq_list .answer .awr_cont{width:calc(100% - 50px);}
|
||||
|
||||
.faq_wrap .question{font-size:1.7rem;gap:14px;padding:15px 50px 15px 10px;}
|
||||
.faq_wrap .question::after{width:30px;height:30px;background:#fff url(/ipedu/visitEdu/usr/publish/images/content/icon_select.png) no-repeat center;}
|
||||
.faq_wrap .active .question::after{width:30px;height:30px;background:#f6f6f6 url(/ipedu/visitEdu/usr/publish/images/content/icon_select.png) no-repeat center;}
|
||||
.faq_wrap .question>div{width:calc(100% - 50px);}
|
||||
.faq_wrap .question>div .qst_cont{width:100%;}
|
||||
.faq_wrap .question>div .date{font-size:1.5rem;}
|
||||
.faq_wrap .question .qst_cont{width:calc(100% - 50px);font-size:1.7rem;}
|
||||
.faq_wrap .question .qst_text{width:30px;height:30px;font-size:1.5rem;line-height:27px;}
|
||||
.faq_wrap .answer_in{padding:15px 20px;gap:14px;line-height:1.4;}
|
||||
.faq_wrap .answer .qst_text{width:30px;height:30px;font-size:1.5rem;line-height:27px;}
|
||||
.faq_wrap .answer *{font-size:1.7rem;}
|
||||
.faq_wrap .answer .answer_in div{width:calc(100% - 50px);}
|
||||
|
||||
/* 마이페이지 > 교육현황 */
|
||||
.edu_progress{gap:10px;margin:0 0 40px 0;}
|
||||
|
||||
@ -281,7 +281,7 @@
|
||||
|
||||
.section03 .inner{gap:25px;;}
|
||||
.section03 .btn_wrap{gap:5px;}
|
||||
.section03 .btn{width:40px;height:40px;}
|
||||
.section03 .btn{width:40px;height:40px;font-size:1.8rem;}
|
||||
.section03 .banner_wrap{gap:20px;}
|
||||
.section03 .banner .title{font-size:2.2rem;text-align:center;word-break:keep-all;}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user