Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/koipa_edu_2025-1
This commit is contained in:
commit
90cf06f5b2
@ -626,7 +626,7 @@ function fn_save_menuInfo(menuNo) {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="main1_delete_btn btnType03" onClick="fn_delete_menuInfo(); return false;">삭제</button>
|
<button type="button" class="main1_delete_btn btn_type07" onClick="fn_delete_menuInfo(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
|
|||||||
@ -347,7 +347,7 @@ function wrapWindowByMask(){
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<form:input class="showMask" path="emplyrId" id="emplyrId" title="사용자아이디" size="20" maxlength="20" readonly="true" />
|
<form:input class="showMask" path="emplyrId" id="emplyrId" title="사용자아이디" size="20" maxlength="20" readonly="true" />
|
||||||
<a href="#" class="showMask" style="display: inline-block; vertical-align: middle;">
|
<a href="#" class="showMask" style="display: inline-block; vertical-align: middle;">
|
||||||
<button type="button" class="btnType02 bg_888888">중복아이디 검색</button>
|
<button type="button" class="btnType01 bg_888888">중복아이디 검색</button>
|
||||||
<!-- <input type="button" class="btnType1 bg_888888" value="중복아이디 검색"> -->
|
<!-- <input type="button" class="btnType1 bg_888888" value="중복아이디 검색"> -->
|
||||||
</a>
|
</a>
|
||||||
<form:errors path="emplyrId" cssClass="error"/>
|
<form:errors path="emplyrId" cssClass="error"/>
|
||||||
@ -471,9 +471,10 @@ function wrapWindowByMask(){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button class="btnType02" onclick="fnInsert(); return false;">저 장</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
|
<button class="btnType02" onclick="fnInsert(); return false;">저 장</button>
|
||||||
<button class="btnType03" onclick="fnListPage(); return false;">목 록</button>
|
<button class="btnType03" onclick="fnListPage(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -189,14 +189,14 @@ function userListExcelDownload(){
|
|||||||
<div class="list tbType01">
|
<div class="list tbType01">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 5%">
|
<col style="width: 80px;">
|
||||||
<col style="width: 8%">
|
<col style="width: 5%;">
|
||||||
<col style="width: 10%">
|
|
||||||
<col style="width: 10%">
|
|
||||||
<col style="width: 10%">
|
|
||||||
<col style="width: 10%">
|
|
||||||
<col style="width: 10%">
|
|
||||||
<col style="width: 15%">
|
<col style="width: 15%">
|
||||||
|
<col style="width: auto">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 22%">
|
||||||
|
<col style="width: 10%">
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
@ -280,7 +280,7 @@ function userListExcelDownload(){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fnDeleteUser(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fnDeleteUser(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="fnAddUserView(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="fnAddUserView(); return false;">등록</button>
|
||||||
|
|||||||
@ -533,13 +533,13 @@ function _chgAuthorSelect(p_obj_selectedIndex){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button class="btnType02" onclick="fnPasswordMove(); return false;">비밀번호 변경</button>
|
<c:if test="${!empty isAdmin}">
|
||||||
|
<button class="btn_type07" onclick="fnDeleteUser('<c:out value='${userManageVO.userTy}'/>:<c:out value='${userManageVO.uniqId}'/>'); return false;">삭 제</button>
|
||||||
|
</c:if>
|
||||||
|
<button class="btnType01" onclick="fnPasswordMove(); return false;">비밀번호 변경</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<c:if test="${!empty isAdmin}">
|
<button class="btnType02" onclick="fnUpdate(); return false;">수 정</button>
|
||||||
<button class="btnType04" onclick="fnDeleteUser('<c:out value='${userManageVO.userTy}'/>:<c:out value='${userManageVO.uniqId}'/>'); return false;">삭 제</button>
|
|
||||||
</c:if>
|
|
||||||
<button class="btnType06" onclick="fnUpdate(); return false;">수 정</button>
|
|
||||||
<c:if test="${!empty isAdmin}">
|
<c:if test="${!empty isAdmin}">
|
||||||
<button class="btnType03" onclick="fnListPage(); return false;">목 록</button>
|
<button class="btnType03" onclick="fnListPage(); return false;">목 록</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
@ -198,12 +198,12 @@ function bbsMasterExcelDownload(){
|
|||||||
<col style="width: 6%">
|
<col style="width: 6%">
|
||||||
<col style="width: auto">
|
<col style="width: auto">
|
||||||
<col style="width: 13%">
|
<col style="width: 13%">
|
||||||
<col style="width: 9%">
|
<col style="width: 15%">
|
||||||
<col style="width: 12%">
|
<col style="width: 12%">
|
||||||
<col style="width: 9%">
|
<col style="width: 9%">
|
||||||
<col style="width: 8%">
|
<col style="width: 8%">
|
||||||
<%-- <col style="width: 8%"> --%>
|
<%-- <col style="width: 8%"> --%>
|
||||||
<col style="width: 25%">
|
<col style="width: 18%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -295,7 +295,7 @@ function bbsMasterExcelDownload(){
|
|||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<c:if test="${bbsAttrMngAuth}">
|
<c:if test="${bbsAttrMngAuth}">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fn_egov_delete_brdMstrs(); return false;">미사용</button>
|
<button type="button" class="btnType04" onclick="fn_egov_delete_brdMstrs(); return false;">미사용</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="javascript:fn_egov_insert_addBrdMstr(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="javascript:fn_egov_insert_addBrdMstr(); return false;">등록</button>
|
||||||
|
|||||||
@ -398,20 +398,22 @@
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<c:if test="${Authority ne 'ROLE_ADR_JRSDC'}">
|
<c:if test="${Authority ne 'ROLE_ADR_JRSDC'}">
|
||||||
<button class="btnType04" onclick="javascript:fn_egov_delete_notice(); return false;">삭 제</button>
|
<button class="btn_type07" onclick="javascript:fn_egov_delete_notice(); return false;">삭 제</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
<c:if test="${Authority ne 'ROLE_ADR_JRSDC'}">
|
|
||||||
<button class="btnType06" onclick="javascript:fn_egov_moveUpdt_notice(); return false;">수 정</button>
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
|
|
||||||
<c:if test="${brdMstrVO.replyPosblAt != 'N'}">
|
<c:if test="${brdMstrVO.replyPosblAt != 'N'}">
|
||||||
<button class="btnType04" onclick="javascript:fn_egov_addReply(); return false;">답 글</button>
|
<button class="btnType04" onclick="javascript:fn_egov_addReply(); return false;">답 글</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
<c:if test="${Authority ne 'ROLE_ADR_JRSDC'}">
|
||||||
|
<button class="btn_type04" onclick="javascript:fn_egov_moveUpdt_notice(); return false;">수 정</button>
|
||||||
|
</c:if>
|
||||||
<button class="btnType03" onclick="javascript:fn_egov_select_noticeList(); return false;">목 록</button>
|
<button class="btnType03" onclick="javascript:fn_egov_select_noticeList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -515,7 +515,7 @@ function bbsExcelDownload(){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fn_egov_delete_notices(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fn_egov_delete_notices(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="javascript:fn_egov_addNotice(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="javascript:fn_egov_addNotice(); return false;">등록</button>
|
||||||
|
|||||||
@ -506,17 +506,19 @@ function fn_egov_regist_preview() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
|
<c:if test="${!empty fmsFileList[0].fmsId }">
|
||||||
|
<button class="btn_type07" onclick="fn_fmsfile_delete(); return false;">삭 제</button>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<!-- <button class="btnType04" onclick="fn_egov_regist_preview(); return false;">미리보기</button> -->
|
<!-- <button class="btnType04" onclick="fn_egov_regist_preview(); return false;">미리보기</button> -->
|
||||||
<c:if test="${!empty fmsFileList[0].fmsId }">
|
<c:if test="${!empty fmsFileList[0].fmsId }">
|
||||||
<button class="btnType06" onclick="goSave('fmsFile_U'); return false;">수 정</button>
|
<button class="btnType06" onclick="goSave('fmsFile_U'); return false;">수 정</button>
|
||||||
<button class="btnType06" onclick="fn_fmsfile_delete(); return false;">삭 제</button>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${empty fmsFileList[0].fmsId }">
|
<c:if test="${empty fmsFileList[0].fmsId }">
|
||||||
<button class="btnType06" onclick="fn_egov_regist_notice(); return false;">등 록</button>
|
<button class="btn_type01" onclick="fn_egov_regist_notice(); return false;">등 록</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<button class="btnType04" onclick="goList(); return false;">목 록</button>
|
<button class="btnType03" onclick="goList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
|
|||||||
@ -459,7 +459,7 @@
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<label for="post" class="label">우편번호 입력</label>
|
<label for="post" class="label">우편번호 입력</label>
|
||||||
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
|
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
|
||||||
<button class="btn_type08 btn_adr_search" onclick="fn_postCode(this); return false;">우편번호 검색</button>
|
<button class="btn_type06 btn_adr_search" onclick="fn_postCode(this); return false;">우편번호 검색</button>
|
||||||
<div class="detail_address">
|
<div class="detail_address">
|
||||||
<label for="addr" class="label">주소 입력</label>
|
<label for="addr" class="label">주소 입력</label>
|
||||||
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
|
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
|
||||||
@ -475,7 +475,7 @@
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
||||||
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
||||||
<button type="button" class="btn_type01" data-tooltip="sub26_pop01" onclick="fncAreaList();return false;">선택</button>
|
<button type="button" class="btn_type06" data-tooltip="sub26_pop01" onclick="fncAreaList();return false;">선택</button>
|
||||||
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -549,6 +549,7 @@
|
|||||||
|
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
|
<button type="button" class="btn_type10" onclick="fncDelete(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
@ -561,8 +562,8 @@
|
|||||||
<button type="button" class="btn_type02" onclick="fncSave(); return false;">위촉확인</button>
|
<button type="button" class="btn_type02" onclick="fncSave(); return false;">위촉확인</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- <button type="button" class="btn_type02" onclick="fncPopup('30', 'RR'); return false;">반려</button> -->
|
<!-- <button type="button" class="btn_type02" onclick="fncPopup('30', 'RR'); return false;">반려</button> -->
|
||||||
<button type="button" class="btn_type03" onclick="fncUpdate(); return false;">수정</button>
|
<button type="button" class="btn_type01" onclick="fncUpdate(); return false;">수정</button>
|
||||||
<button type="button" class="btn_type03" onclick="fncDelete(); return false;">삭제</button>
|
|
||||||
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">취소</button>
|
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">취소</button>
|
||||||
<!--
|
<!--
|
||||||
<button type="button" class="btn_type02" onclick="fncSave('20'); return false;">승인</button>
|
<button type="button" class="btn_type02" onclick="fncSave('20'); return false;">승인</button>
|
||||||
|
|||||||
@ -613,7 +613,7 @@ function getYears(getYear){
|
|||||||
<td class="tb_alram">
|
<td class="tb_alram">
|
||||||
<div>
|
<div>
|
||||||
<textarea name="memoCn" id="memoCn"><c:out value="${info.memo}" /></textarea>
|
<textarea name="memoCn" id="memoCn"><c:out value="${info.memo}" /></textarea>
|
||||||
<button type="button" class="btn_type08" onclick="updateHiddenMemo(); return false;">메모 저장</button>
|
<button type="button" class="btn_type06" onclick="updateHiddenMemo(); return false;">메모 저장</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -685,7 +685,7 @@ function getYears(getYear){
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<label for="post" class="label">우편번호 입력</label>
|
<label for="post" class="label">우편번호 입력</label>
|
||||||
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
|
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
|
||||||
<button class="btnType01 btn_adr_search btn_type08" onclick="fn_postCode(this); return false;">우편번호 검색</button>
|
<button class="btnType01 btn_adr_search btn_type06" onclick="fn_postCode(this); return false;">우편번호 검색</button>
|
||||||
<div class="detail_address">
|
<div class="detail_address">
|
||||||
<label for="addr" class="label">주소 입력</label>
|
<label for="addr" class="label">주소 입력</label>
|
||||||
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
|
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
|
||||||
@ -702,7 +702,7 @@ function getYears(getYear){
|
|||||||
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
||||||
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
||||||
<button
|
<button
|
||||||
type="button" class="btnType01 btn_type01" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
|
type="button" class="btnType01 btn_type06" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
|
||||||
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -920,10 +920,10 @@ function getYears(getYear){
|
|||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
<c:if test="${info.qlfctEndYn eq 'Y'}">
|
<c:if test="${info.qlfctEndYn eq 'Y'}">
|
||||||
<button type="button" class="btn_type02" onclick="fncSave('N'); return false;">강사위촉</button>
|
<button type="button" class="btn_type06" onclick="fncSave('N'); return false;">강사위촉</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${info.qlfctEndYn ne 'Y'}">
|
<c:if test="${info.qlfctEndYn ne 'Y'}">
|
||||||
<button type="button" class="btn_type02" onclick="fncSave('Y'); return false;">강사해촉</button>
|
<button type="button" class="btn_type07" onclick="fncSave('Y'); return false;">강사해촉</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
@ -934,7 +934,7 @@ function getYears(getYear){
|
|||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
|
|
||||||
<button type="button" class="btn_type02" onclick="fncLctrModify(); return false;">정보저장</button>
|
<button type="button" class="btn_type01" onclick="fncLctrModify(); return false;">정보저장</button>
|
||||||
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">목록</button>
|
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">목록</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -643,7 +643,7 @@
|
|||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btn_type02" onclick="fncMdfy(); return false;">수정</button>
|
<button type="button" class="btn_type01" onclick="fncMdfy(); return false;">수정</button>
|
||||||
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">목록</button>
|
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">목록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -740,7 +740,7 @@
|
|||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btn_type02" onclick="fncInstrAsgnmInfo('<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">강사배치</button>
|
<button type="button" class="btn_type06" onclick="fncInstrAsgnmInfo('<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">강사배치</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -888,7 +888,7 @@
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">데이터가 없습니다.</td>
|
<td colspan="9">데이터가 없습니다.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
@ -925,7 +925,7 @@
|
|||||||
<td class="tb_alram">
|
<td class="tb_alram">
|
||||||
<div>
|
<div>
|
||||||
<textarea id="smsMsg"></textarea>
|
<textarea id="smsMsg"></textarea>
|
||||||
<button type="button" class="btn_type08" onclick="chkSnd('sms');return false;">SMS 발송</button>
|
<button type="button" class="btn_type06" onclick="chkSnd('sms');return false;">SMS 발송</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- <p><span id="byteSms">0</span>/90 byte</p> -->
|
<!-- <p><span id="byteSms">0</span>/90 byte</p> -->
|
||||||
</td>
|
</td>
|
||||||
@ -950,14 +950,15 @@
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
|
<button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button>
|
|
||||||
<button type="button" class="btn_type04" onclick="location.href='<c:url value="/kccadr/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngList.do" />'; return false;">교육확정목록</button>
|
|
||||||
<button type="button" class="btn_type04" onclick="fn_statusChgList('20', '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">이수</button>
|
<button type="button" class="btn_type04" onclick="fn_statusChgList('20', '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">이수</button>
|
||||||
<button type="button" class="btn_type04" onclick="fn_statusChgList('10', '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">미이수</button>
|
<button type="button" class="btn_type06" onclick="fn_statusChgList('10', '<c:out value="${info.prcsAplctPrdOrd }" />'); return false;">미이수</button>
|
||||||
|
|
||||||
|
<button type="button" class="btn_type03" onclick="location.href='<c:url value="/kccadr/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngList.do" />'; return false;">교육확정목록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -332,7 +332,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${list.instrCnt eq 0 or list.instrCnt eq null}">
|
<c:when test="${list.instrCnt eq 0 or list.instrCnt eq null}">
|
||||||
<button type="button" class="btn_type04" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">강사배정</button>
|
<button type="button" class="btn_type06" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">강사배정</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
배정완료
|
배정완료
|
||||||
|
|||||||
@ -291,9 +291,9 @@
|
|||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 5%">
|
<col style="width: 5%">
|
||||||
<col style="width: 10%">
|
<col style="width: 7%">
|
||||||
<col style="width: auto">
|
<col style="width: auto">
|
||||||
<col style="width: 180px;">
|
<col style="width: 15%;">
|
||||||
<col style="width: 180px;">
|
<col style="width: 180px;">
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
|
|||||||
@ -443,7 +443,7 @@
|
|||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btn_type02" onclick="fncSave(); return false;">수정</button>
|
<button type="button" class="btn_type01" onclick="fncSave(); return false;">수정</button>
|
||||||
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">취소</button>
|
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">취소</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -210,7 +210,7 @@
|
|||||||
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value="<c:out value='${info.imageAtchFileId}'/>"/>
|
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value="<c:out value='${info.imageAtchFileId}'/>"/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button type="button" class="btn_type01" onclick="fncPhotoPopup(); return false;">사진등록</button>
|
<button type="button" class="btn_type06" onclick="fncPhotoPopup(); return false;">사진등록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -254,7 +254,7 @@
|
|||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btn_type02" onclick="fncSave(); return false;">수정</button>
|
<button type="button" class="btn_type01" onclick="fncSave(); return false;">수정</button>
|
||||||
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">취소</button>
|
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">취소</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -195,7 +195,7 @@
|
|||||||
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value=""/>
|
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value=""/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button type="button" class="btn_type01" onclick="fncPhotoPopup(); return false;">사진등록</button>
|
<button type="button" class="btn_type06" onclick="fncPhotoPopup(); return false;">사진등록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
||||||
|
|||||||
@ -340,10 +340,10 @@
|
|||||||
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${empty userWork }">
|
<c:when test="${empty userWork }">
|
||||||
<button type="button" class="btn_type02" onclick="fncMngMdfy(); return false;">수정</button>
|
<button type="button" class="btn_type01" onclick="fncMngMdfy(); return false;">수정</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<button type="button" class="btn_type02" onclick="fncMdfy(); return false;">수정</button>
|
<button type="button" class="btn_type01" onclick="fncMdfy(); return false;">수정</button>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
@ -780,7 +780,7 @@
|
|||||||
<td class="tb_alram">
|
<td class="tb_alram">
|
||||||
<div>
|
<div>
|
||||||
<textarea name="hiddenMemo" id="hiddenMemo"><c:out value="${info.rmrks}" /></textarea>
|
<textarea name="hiddenMemo" id="hiddenMemo"><c:out value="${info.rmrks}" /></textarea>
|
||||||
<button type="button" class="btn_type08" onclick="updateHiddenMemo(); return false;">메모 저장</button>
|
<button type="button" class="btn_type06" onclick="updateHiddenMemo(); return false;">메모 저장</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -112,9 +112,9 @@ function fncAuthorDelete() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button class="btnType02" onclick="fncAuthorInsert(); return false;">저 장</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
|
<button class="btnType02" onclick="fncAuthorInsert(); return false;">저 장</button>
|
||||||
<button class="btnType03" onclick="fncSelectAuthorList(); return false;">목 록</button>
|
<button class="btnType03" onclick="fncSelectAuthorList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -199,13 +199,13 @@ function press() {
|
|||||||
<div class="tb_type01">
|
<div class="tb_type01">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 10%">
|
<col style="width: 80px">
|
||||||
<col style="width: 10%">
|
<col style="width: 8%">
|
||||||
<col style="width: 35%">
|
<col style="width: 12%">
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: 15%">
|
<col style="width: 15%">
|
||||||
<col style="width: 10%">
|
<col style="width: auto">
|
||||||
|
<col style="width: 15%">
|
||||||
|
<col style="width: 8%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -257,7 +257,7 @@ function press() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fncAuthorDeleteList(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fncAuthorDeleteList(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="fncAddAuthorInsert(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="fncAddAuthorInsert(); return false;">등록</button>
|
||||||
|
|||||||
@ -233,12 +233,12 @@ function press() {
|
|||||||
<div class="tb_type01">
|
<div class="tb_type01">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 10%">
|
<col style="width: 80px">
|
||||||
|
<col style="width: 8%">
|
||||||
<col style="width: 15%">
|
<col style="width: 15%">
|
||||||
<col style="width: 20%">
|
<col style="width: 20%">
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: auto">
|
<col style="width: auto">
|
||||||
<col style="width: 10%">
|
<col style="width: 8%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -304,7 +304,7 @@ function press() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fncAuthorGroupDeleteList(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fncAuthorGroupDeleteList(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="fncAddAuthorGroupInsert(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="fncAddAuthorGroupInsert(); return false;">등록</button>
|
||||||
|
|||||||
@ -148,15 +148,17 @@ function fncRoleDelete() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
|
<c:if test="${registerFlag == 'UPDATE'}">
|
||||||
|
<button class="btn_type07" onclick="fncRoleDelete(); return false;">삭 제</button>
|
||||||
|
</c:if>
|
||||||
|
</div>
|
||||||
|
<div class="area_right">
|
||||||
<c:if test="${registerFlag == 'INSERT'}">
|
<c:if test="${registerFlag == 'INSERT'}">
|
||||||
<button class="btnType02" onclick="fncRoleInsert(); return false;">저 장</button>
|
<button class="btnType02" onclick="fncRoleInsert(); return false;">저 장</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${registerFlag == 'UPDATE'}">
|
<c:if test="${registerFlag == 'UPDATE'}">
|
||||||
<button class="btnType02" onclick="fncRoleDelete(); return false;">삭 제</button>
|
|
||||||
<button class="btnType02" onclick="fncRoleUpdate(); return false;">수 정</button>
|
<button class="btnType02" onclick="fncRoleUpdate(); return false;">수 정</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
|
||||||
<div class="area_right">
|
|
||||||
<button class="btnType03" onclick="fncSelectRoleList(); return false;">목 록</button>
|
<button class="btnType03" onclick="fncSelectRoleList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -229,7 +229,7 @@ function roleListExcelDownload(){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fncRoleListDelete(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fncRoleListDelete(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="fncAddRoleInsert(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="fncAddRoleInsert(); return false;">등록</button>
|
||||||
|
|||||||
@ -217,16 +217,16 @@ function fnCheckAll(){
|
|||||||
|
|
||||||
<table class="tbType1">
|
<table class="tbType1">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
<col style="width: 80px">
|
||||||
|
<col style="width: calc(50%/3)">
|
||||||
|
<col style="width: calc(50%/3)">
|
||||||
|
<col style="width: calc(50%/3)">
|
||||||
<col style="width: 8%">
|
<col style="width: 8%">
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
<col style="width: 15%">
|
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
<col style="width: 15%">
|
|
||||||
<col style="width: 15%">
|
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
<col style="width: 7%">
|
<col style="width: 10%">
|
||||||
<col style="width: 7%">
|
<col style="width: 8%">
|
||||||
<col style="width: 7%">
|
<col style="width: 7%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
@ -271,7 +271,7 @@ function fnCheckAll(){
|
|||||||
<td><c:out value="${result.useYn}"/></td>
|
<td><c:out value="${result.useYn}"/></td>
|
||||||
<td><c:out value="${result.sortNum}"/></td>
|
<td><c:out value="${result.sortNum}"/></td>
|
||||||
<td>
|
<td>
|
||||||
<input type="button" value="수정" class="btnType1" onclick="fn_modify('${result.admotId}'); return false;">
|
<button type="button" class="btn_type04" onclick="fn_modify('${result.admotId}'); return false;">수정</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@ -102,12 +102,12 @@ function selectMenuCreat(vAuthorCode) { //메뉴생성 화면 호출
|
|||||||
<div class="tb_type01">
|
<div class="tb_type01">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 10%">
|
<col style="width: 80px">
|
||||||
<col style="width: 25%">
|
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: 20%">
|
|
||||||
<col style="width: 15%">
|
<col style="width: 15%">
|
||||||
|
<col style="width: 20%">
|
||||||
|
<col style="width: auto">
|
||||||
|
<col style="width: 20%">
|
||||||
|
<col style="width: 10%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -962,8 +962,8 @@ function set_bbs(){
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType04 main1_delete_btn" onClick="fn_delete_menuInfo(); return false;">삭제</button>
|
<button type="button" class="btn_type07 main1_delete_btn" onClick="fn_delete_menuInfo(); return false;">삭제</button>
|
||||||
<button type="button" class="btnType06 main1_save_btn" onClick="fn_save_menuInfo(); return false;">저장</button>
|
<button type="button" class="btnType02 main1_save_btn" onClick="fn_save_menuInfo(); return false;">저장</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
|
|||||||
@ -339,7 +339,7 @@ function loginPolicyListExcelDownload(){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fncDeleteGroupPolicy(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fncDeleteGroupPolicy(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="fncInsertLoginGroupPolicy(); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="fncInsertLoginGroupPolicy(); return false;">등록</button>
|
||||||
|
|||||||
@ -154,14 +154,15 @@ function ipValidate(ipValue) {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<c:if test="${empty loginPolicyVO.ipInfo }">
|
|
||||||
<button class="btnType06" onclick="fncLoginGroupPolicyInsert(); return false;">저 장</button>
|
|
||||||
</c:if>
|
|
||||||
<c:if test="${!empty loginPolicyVO.ipInfo }">
|
|
||||||
<button class="btnType06" onclick="fncLoginGroupPolicyUpdate(); return false;">수 정</button>
|
|
||||||
</c:if>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
|
<c:if test="${empty loginPolicyVO.ipInfo }">
|
||||||
|
<button class="btnType02" onclick="fncLoginGroupPolicyInsert(); return false;">저 장</button>
|
||||||
|
</c:if>
|
||||||
|
<c:if test="${!empty loginPolicyVO.ipInfo }">
|
||||||
|
<button class="btnType02" onclick="fncLoginGroupPolicyUpdate(); return false;">수 정</button>
|
||||||
|
</c:if>
|
||||||
<button class="btnType03" onclick="location.href='<c:url value='/uat/uap/selectLoginGroupPolicyList.do'/>'; return false;">목 록</button>
|
<button class="btnType03" onclick="location.href='<c:url value='/uat/uap/selectLoginGroupPolicyList.do'/>'; return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -236,7 +236,7 @@ $(window).load(function() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fn_fms_file_delete(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fn_fms_file_delete(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="fn_view_fms_file('', 'I'); return false;">등록</button>
|
<button type="button" class="btnType02" onclick="fn_view_fms_file('', 'I'); return false;">등록</button>
|
||||||
|
|||||||
@ -282,14 +282,16 @@ function fileUploadPopup(){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
|
<c:if test="${!empty fmsFileList[0].fmsId }">
|
||||||
|
<button class="btn_type07" onclick="fn_fmsfile_delete(); return false;">삭 제</button>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<c:if test="${!empty fmsFileList[0].fmsId }">
|
<c:if test="${!empty fmsFileList[0].fmsId }">
|
||||||
<button class="btnType04" onclick="fn_fmsfile_delete(); return false;">삭 제</button>
|
<button class="btn_type01" onclick="goSave('fmsFile_U'); return false;">수 정</button>
|
||||||
<button class="btnType06" onclick="goSave('fmsFile_U'); return false;">수 정</button>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${empty fmsFileList[0].fmsId }">
|
<c:if test="${empty fmsFileList[0].fmsId }">
|
||||||
<button class="btnType06" onclick="goSave('fmsFile_I'); return false;">저 장</button>
|
<button class="btn_type01" onclick="goSave('fmsFile_I'); return false;">저 장</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<button class="btnType03" onclick="goList(); return false;">목 록</button>
|
<button class="btnType03" onclick="goList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -376,7 +376,7 @@ function fncPopupListDelete() {
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
<button type="button" class="btnType03" onclick="fncPopupListDelete(); return false;">삭제</button>
|
<button type="button" class="btn_type07" onclick="fncPopupListDelete(); return false;">삭제</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType02" onclick="location.href='${pageContext.request.contextPath}/uss/ion/pwm/egovPopupRegist.do'; return false;">등록</button>
|
<button type="button" class="btnType02" onclick="location.href='${pageContext.request.contextPath}/uss/ion/pwm/egovPopupRegist.do'; return false;">등록</button>
|
||||||
|
|||||||
@ -286,8 +286,8 @@ function fnList() {
|
|||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType06" onclick="fn_egov_save_PopupManage(); return false;">저 장</button>
|
<button type="button" class="btnType02" onclick="fn_egov_save_PopupManage(); return false;">저 장</button>
|
||||||
<button type="button" class="btnType04" onclick="fnList(); return false;">목 록</button>
|
<button type="button" class="btnType03" onclick="fnList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
|
|||||||
@ -193,13 +193,13 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<tr>
|
<tr>
|
||||||
<th>비주얼명</th>
|
<th>비주얼명</th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<form:input path="mazNm" maxlength="30" />
|
<form:input path="mazNm" maxlength="30" cssClass="w100per" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>대체텍스트</th>
|
<th>대체텍스트</th>
|
||||||
<td>
|
<td>
|
||||||
<form:input path="content" maxlength="300" />
|
<form:input path="content" maxlength="300" cssClass="w100per"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -223,7 +223,7 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<th><span class="reqArea">파일 첨부</span></th>
|
<th><span class="reqArea">파일 첨부</span></th>
|
||||||
<td class="upload_area">
|
<td class="upload_area">
|
||||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/>
|
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/>
|
||||||
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
|
<button type="button" id="filebutton" class="btnType01 btn_add_file btn_type06">파일 첨부하기</button>
|
||||||
<div class="file_wrap file_upload_box no_img_box">
|
<div class="file_wrap file_upload_box no_img_box">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -311,16 +311,18 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
|
<c:if test="${!empty mainzoneVO.mazId }">
|
||||||
|
<button type="button" class="btn_type07" onclick="fn_mainzone_delete(); return false;" >삭 제</button>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<c:if test="${!empty mainzoneVO.mazId }">
|
<c:if test="${!empty mainzoneVO.mazId }">
|
||||||
<button type="button" class=btnType06 onclick="validate('mainzone_U'); return false;">수 정</button>
|
<button type="button" class="btnType02" onclick="validate('mainzone_U'); return false;">수 정</button>
|
||||||
<button type="button" class="btnType04" onclick="fn_mainzone_delete(); return false;" >삭 제</button>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${empty mainzoneVO.mazId }">
|
<c:if test="${empty mainzoneVO.mazId }">
|
||||||
<button type="button" class="btnType06" onclick="validate('mainzone_I'); return false;">저 장</button>
|
<button type="button" class="btnType02" onclick="validate('mainzone_I'); return false;">저 장</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<button type="button" class="btnType04" onclick="goList(); return false;">목 록</button>
|
<button type="button" class="btnType03" onclick="goList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
|
|||||||
@ -191,7 +191,7 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<tr>
|
<tr>
|
||||||
<th>팝업존 제목</th>
|
<th>팝업존 제목</th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<form:input path="pozNm" maxlength="30" />
|
<form:input path="pozNm" maxlength="30" cssClass="w100per" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -203,7 +203,7 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<tr>
|
<tr>
|
||||||
<th>링크</th>
|
<th>링크</th>
|
||||||
<td>
|
<td>
|
||||||
<form:input path="mlink" maxlength="200" />
|
<form:input path="mlink" maxlength="200" cssClass="w100per" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -405,16 +405,18 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
|
<c:if test="${!empty popupzoneVO.pozId }">
|
||||||
|
<button type="button" class="btnType07" onclick="fn_popupzone_delete(); return false;" >삭 제</button>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<c:if test="${!empty popupzoneVO.pozId }">
|
<c:if test="${!empty popupzoneVO.pozId }">
|
||||||
<button type="button" class="btnType04" onclick="fn_popupzone_delete(); return false;" >삭 제</button>
|
<button type="button" class="btnType02" onclick="fn_popupzone_update('popupZoin_U'); return false;">수 정</button>
|
||||||
<button type="button" class="btnType06" onclick="fn_popupzone_update('popupZoin_U'); return false;">수 정</button>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${empty popupzoneVO.pozId }">
|
<c:if test="${empty popupzoneVO.pozId }">
|
||||||
<button type="button" class="btnType06" onclick="fn_popupzone_insert( 'popupZoin_I'); return false;">저 장</button>
|
<button type="button" class="btnType02" onclick="fn_popupzone_insert( 'popupZoin_I'); return false;">저 장</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<button type="button" class="btnType04" onclick="goList(); return false;">목 록</button>
|
<button type="button" class="btnType03" onclick="goList(); return false;">목 록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
|
|||||||
@ -308,7 +308,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<c:if test="${empty resultList}">
|
<c:if test="${empty resultList}">
|
||||||
<tr><td colspan="10"><spring:message code="common.nodata.msg" /></td></tr>
|
<tr><td colspan="8"><spring:message code="common.nodata.msg" /></td></tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -88,7 +88,7 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="btn_wrap">
|
<div class="btn_area">
|
||||||
<button type="button" class="btn_identify mobile" title="전체메뉴 열기"><i></i></button>
|
<button type="button" class="btn_identify mobile" title="전체메뉴 열기"><i></i></button>
|
||||||
<button type="button" class="btn_sitemap" title="전체메뉴 열기"><i></i></button>
|
<button type="button" class="btn_sitemap" title="전체메뉴 열기"><i></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -86,7 +86,7 @@ $(document).ready(function(){
|
|||||||
if($applyButton.prop('disabled')){
|
if($applyButton.prop('disabled')){
|
||||||
$applyButton.removeAttr('onclick');
|
$applyButton.removeAttr('onclick');
|
||||||
$applyButton.prop('disabled', false);
|
$applyButton.prop('disabled', false);
|
||||||
$applyButton.css('background-color', '#888');
|
$applyButton.css({'background':'#f4f4f4','color':'#888'});
|
||||||
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
||||||
$applyButton.attr('title','비활성화됨');
|
$applyButton.attr('title','비활성화됨');
|
||||||
$applyButton.removeAttr('data-tooltip');
|
$applyButton.removeAttr('data-tooltip');
|
||||||
@ -138,7 +138,7 @@ $(document).ready(function(){
|
|||||||
if($applyButton.prop('disabled')){
|
if($applyButton.prop('disabled')){
|
||||||
$applyButton.removeAttr('onclick');
|
$applyButton.removeAttr('onclick');
|
||||||
$applyButton.prop('disabled', false);
|
$applyButton.prop('disabled', false);
|
||||||
$applyButton.css('background-color', '#888');
|
$applyButton.css({'background':'#f4f4f4','color':'#888'});
|
||||||
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
||||||
$applyButton.attr('title','비활성화됨');
|
$applyButton.attr('title','비활성화됨');
|
||||||
$applyButton.removeAttr('data-tooltip');
|
$applyButton.removeAttr('data-tooltip');
|
||||||
@ -660,7 +660,7 @@ $(document).ready(function(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="tab tab_02">
|
<ul class="tab line tab_02">
|
||||||
<li class="tab_li on con_li"><button type="button" class="tab_button" data-info="list">리스트형</button></li>
|
<li class="tab_li on con_li"><button type="button" class="tab_button" data-info="list">리스트형</button></li>
|
||||||
<li class="tab_li cal_li"><button type="button" class="tab_button" data-info="cal">캘린더형</button></li>
|
<li class="tab_li cal_li"><button type="button" class="tab_button" data-info="cal">캘린더형</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -678,7 +678,7 @@ $(document).ready(function(){
|
|||||||
<option ${vEEduAplctVO.searchStatus2 eq VeConstants.STATUS_CD_EDU_SELCT ? 'selected' : ''} value="${VeConstants.STATUS_CD_EDU_SELCT}">교육확정</option>
|
<option ${vEEduAplctVO.searchStatus2 eq VeConstants.STATUS_CD_EDU_SELCT ? 'selected' : ''} value="${VeConstants.STATUS_CD_EDU_SELCT}">교육확정</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap">
|
<div class="search_area">
|
||||||
<div class="calendar_wrap">
|
<div class="calendar_wrap">
|
||||||
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEEduAplctVO.searchStartDt}"> --%>
|
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEEduAplctVO.searchStartDt}"> --%>
|
||||||
<duet-date-picker identifier="date" id="searchStartDt" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" id="searchStartDt" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
||||||
@ -689,8 +689,8 @@ $(document).ready(function(){
|
|||||||
<duet-date-picker identifier="date" id="searchEndDt" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" id="searchEndDt" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
||||||
</div>
|
</div>
|
||||||
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
||||||
<button type="button" class="btnType01" onclick="fncGoList();">검색</button>
|
<button type="button" class="btnType01 btn_search" onclick="fncGoList();">검색</button>
|
||||||
<button type="button" class="btnType02" onclick="fncReset(this);">초기화</button>
|
<button type="button" class="btnType02 btn_reset" onclick="fncReset(this);">초기화</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -453,7 +453,7 @@ $(document).ready(function(){
|
|||||||
<option ${vEPrcsDetailVO.searchStatus eq 20 ? 'selected' : ''} value="20">완료</option>
|
<option ${vEPrcsDetailVO.searchStatus eq 20 ? 'selected' : ''} value="20">완료</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap">
|
<div class="search_area">
|
||||||
<div class="calendar_wrap">
|
<div class="calendar_wrap">
|
||||||
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEPrcsDetailVO.searchStartDt}"> --%>
|
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEPrcsDetailVO.searchStartDt}"> --%>
|
||||||
<duet-date-picker identifier="date" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
||||||
@ -464,8 +464,8 @@ $(document).ready(function(){
|
|||||||
<duet-date-picker identifier="date" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
||||||
</div>
|
</div>
|
||||||
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
||||||
<button type="button" class="btnType01" onclick="fncGoList();">검색</button>
|
<button type="button" class="btnType01 btn_search" onclick="fncGoList();">검색</button>
|
||||||
<button type="button" class="btnType02" onclick="fncReset(this);">초기화</button>
|
<button type="button" class="btnType02 btn_reset" onclick="fncReset(this);">초기화</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -642,7 +642,7 @@ $(document).ready(function(){
|
|||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<c:if test="${empty list}">
|
<c:if test="${empty list}">
|
||||||
<tr><td colspan="4"><spring:message code="common.nodata.msg" /></td></tr>
|
<tr><td colspan="5"><spring:message code="common.nodata.msg" /></td></tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@ -654,7 +654,7 @@ $(document).ready(function(){
|
|||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btnType01" onclick="location.href='<c:url value="/web/ve/aplct/cmdTrgt/eduAplctList.do" />'">강의목록</button>
|
<button type="button" class="btnType01 btn fill gray large" onclick="location.href='<c:url value="/web/ve/aplct/cmdTrgt/eduAplctList.do" />'">강의목록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -86,7 +86,7 @@ $(document).ready(function(){
|
|||||||
if($applyButton.prop('disabled')){
|
if($applyButton.prop('disabled')){
|
||||||
$applyButton.removeAttr('onclick');
|
$applyButton.removeAttr('onclick');
|
||||||
$applyButton.prop('disabled', false);
|
$applyButton.prop('disabled', false);
|
||||||
$applyButton.css('background-color', '#888');
|
$applyButton.css({'background':'#f4f4f4','color':'#888'});
|
||||||
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
||||||
$applyButton.attr('title','비활성화됨');
|
$applyButton.attr('title','비활성화됨');
|
||||||
$applyButton.removeAttr('data-tooltip');
|
$applyButton.removeAttr('data-tooltip');
|
||||||
@ -138,7 +138,7 @@ $(document).ready(function(){
|
|||||||
if($applyButton.prop('disabled')){
|
if($applyButton.prop('disabled')){
|
||||||
$applyButton.removeAttr('onclick');
|
$applyButton.removeAttr('onclick');
|
||||||
$applyButton.prop('disabled', false);
|
$applyButton.prop('disabled', false);
|
||||||
$applyButton.css('background-color', '#888');
|
$applyButton.css({'background':'#f4f4f4','color':'#888'});
|
||||||
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
|
||||||
$applyButton.attr('title','비활성화됨');
|
$applyButton.attr('title','비활성화됨');
|
||||||
$applyButton.removeAttr('data-tooltip');
|
$applyButton.removeAttr('data-tooltip');
|
||||||
@ -660,7 +660,7 @@ $(document).ready(function(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="tab tab_02">
|
<ul class="tab line tab_02">
|
||||||
<li class="tab_li on con_li"><button type="button" class="tab_button" data-info="list">리스트형</button></li>
|
<li class="tab_li on con_li"><button type="button" class="tab_button" data-info="list">리스트형</button></li>
|
||||||
<li class="tab_li cal_li"><button type="button" class="tab_button" data-info="cal">캘린더형</button></li>
|
<li class="tab_li cal_li"><button type="button" class="tab_button" data-info="cal">캘린더형</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -678,7 +678,7 @@ $(document).ready(function(){
|
|||||||
<option ${vEEduAplctVO.searchStatus2 eq VeConstants.STATUS_CD_EDU_SELCT ? 'selected' : ''} value="${VeConstants.STATUS_CD_EDU_SELCT}">교육확정</option>
|
<option ${vEEduAplctVO.searchStatus2 eq VeConstants.STATUS_CD_EDU_SELCT ? 'selected' : ''} value="${VeConstants.STATUS_CD_EDU_SELCT}">교육확정</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap">
|
<div class="search_area">
|
||||||
<div class="calendar_wrap">
|
<div class="calendar_wrap">
|
||||||
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEEduAplctVO.searchStartDt}"> --%>
|
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEEduAplctVO.searchStartDt}"> --%>
|
||||||
<duet-date-picker identifier="date" id="searchStartDt" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" id="searchStartDt" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
||||||
@ -689,8 +689,8 @@ $(document).ready(function(){
|
|||||||
<duet-date-picker identifier="date" id="searchEndDt" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" id="searchEndDt" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
||||||
</div>
|
</div>
|
||||||
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
||||||
<button type="button" class="btnType01" onclick="fncGoList();">검색</button>
|
<button type="button" class="btnType01 btn_search" onclick="fncGoList();">검색</button>
|
||||||
<button type="button" class="btnType02" onclick="fncReset(this);">초기화</button>
|
<button type="button" class="btnType02 btn_reset" onclick="fncReset(this);">초기화</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -769,7 +769,7 @@ $(document).ready(function(){
|
|||||||
onclick="fncAplctPopup('<c:out value="${list.prcsAplctPrdOrd}"/>','','','10','select'
|
onclick="fncAplctPopup('<c:out value="${list.prcsAplctPrdOrd}"/>','','','10','select'
|
||||||
,'','',''
|
,'','',''
|
||||||
)" title="팝업 열림">신청</button> --%>
|
)" title="팝업 열림">신청</button> --%>
|
||||||
<button type="button" class="btnType04" data-info="<c:out value='${list.prcsAplctPrdOrd}'/>" data-tooltip="sub36_pop02"
|
<button type="button" class="btnType04 btn fill blue small" data-info="<c:out value='${list.prcsAplctPrdOrd}'/>" data-tooltip="sub36_pop02"
|
||||||
onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" title="팝업 열림">
|
onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" title="팝업 열림">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${list.ddlnCd eq '20'}">
|
<c:when test="${list.ddlnCd eq '20'}">
|
||||||
|
|||||||
@ -453,7 +453,7 @@ $(document).ready(function(){
|
|||||||
<option ${vEPrcsDetailVO.searchStatus eq 20 ? 'selected' : ''} value="20">완료</option>
|
<option ${vEPrcsDetailVO.searchStatus eq 20 ? 'selected' : ''} value="20">완료</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap">
|
<div class="search_area">
|
||||||
<div class="calendar_wrap">
|
<div class="calendar_wrap">
|
||||||
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEPrcsDetailVO.searchStartDt}"> --%>
|
<%-- <input type="text" class="calendar" id="searchStartDt" name="searchStartDt" title="시작일 선택" value="${vEPrcsDetailVO.searchStartDt}"> --%>
|
||||||
<duet-date-picker identifier="date" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" name="searchStartDt" class="startDate" value="${vEPrcsDetailVO.searchStartDt}"></duet-date-picker>
|
||||||
@ -464,8 +464,8 @@ $(document).ready(function(){
|
|||||||
<duet-date-picker identifier="date" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
<duet-date-picker identifier="date" name="searchEndDt" class="endDate" value="${vEPrcsDetailVO.searchEndDt}"></duet-date-picker>
|
||||||
</div>
|
</div>
|
||||||
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker.js"></script>
|
||||||
<button type="button" class="btnType01" onclick="fncGoList();">검색</button>
|
<button type="button" class="btnType01 btn_search" onclick="fncGoList();">검색</button>
|
||||||
<button type="button" class="btnType02" onclick="fncReset(this);">초기화</button>
|
<button type="button" class="btnType02 btn_reset" onclick="fncReset(this);">초기화</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -642,7 +642,7 @@ $(document).ready(function(){
|
|||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<c:if test="${empty list}">
|
<c:if test="${empty list}">
|
||||||
<tr><td colspan="4"><spring:message code="common.nodata.msg" /></td></tr>
|
<tr><td colspan="5"><spring:message code="common.nodata.msg" /></td></tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@ -654,7 +654,7 @@ $(document).ready(function(){
|
|||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btnType01" onclick="location.href='<c:url value="/web/ve/aplct/prevent/eduAplctList.do" />'">강의목록</button>
|
<button type="button" class="btnType01 btn fill gray large" onclick="location.href='<c:url value="/web/ve/aplct/prevent/eduAplctList.do" />'">강의목록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -87,4 +87,190 @@
|
|||||||
/* //top_util */
|
/* //top_util */
|
||||||
|
|
||||||
footer{padding: 31px 20px;}
|
footer{padding: 31px 20px;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 간격 */
|
||||||
|
.p0 {padding: 0px!important;}
|
||||||
|
.p5 {padding: 5px!important;}
|
||||||
|
|
||||||
|
.pt5 {padding-top: 5px!important;}
|
||||||
|
.pt10 {padding-top: 10px!important;}
|
||||||
|
.pt15 {padding-top: 15px!important;}
|
||||||
|
.pt20 {padding-top: 20px!important;}
|
||||||
|
.pt25 {padding-top: 25px!important;}
|
||||||
|
.pt30 {padding-top: 30px!important;}
|
||||||
|
.pt35 {padding-top: 35px!important;}
|
||||||
|
.pt40 {padding-top: 40px!important;}
|
||||||
|
.pt45 {padding-top: 45px!important;}
|
||||||
|
.pt50 {padding-top: 50px!important;}
|
||||||
|
|
||||||
|
.pr0 {padding-right: 0px!important;}
|
||||||
|
.pr20 {padding-right: 20px!important;}
|
||||||
|
|
||||||
|
.pb5 {padding-bottom: 5px!important;}
|
||||||
|
.pb10 {padding-bottom: 10px!important;}
|
||||||
|
.pb15 {padding-bottom: 15px!important;}
|
||||||
|
.pb20 {padding-bottom: 20px!important;}
|
||||||
|
.pb25 {padding-bottom: 25px!important;}
|
||||||
|
.pb30 {padding-bottom: 30px!important;}
|
||||||
|
.pb35 {padding-bottom: 35px!important;}
|
||||||
|
.pb40 {padding-bottom: 40px!important;}
|
||||||
|
.pb45 {padding-bottom: 45px!important;}
|
||||||
|
.pb50 {padding-bottom: 50px!important;}
|
||||||
|
|
||||||
|
.pl0 {padding-left: 0px!important;}
|
||||||
|
.pl15 {padding-left: 15px!important;}
|
||||||
|
.pl20 {padding-left: 20px!important;}
|
||||||
|
|
||||||
|
.m20 {margin: 20px!important;}
|
||||||
|
|
||||||
|
.mt-1 {margin-top: -1px!important;}
|
||||||
|
.mt0 {margin-top: 0px!important;}
|
||||||
|
.mt5 {margin-top: 5px!important;}
|
||||||
|
.mt10 {margin-top: 10px!important;}
|
||||||
|
.mt15 {margin-top: 15px!important;}
|
||||||
|
.mt20 {margin-top: 20px!important;}
|
||||||
|
.mt25 {margin-top: 25px!important;}
|
||||||
|
.mt30 {margin-top: 30px!important;}
|
||||||
|
.mt35 {margin-top: 35px!important;}
|
||||||
|
.mt40 {margin-top: 40px!important;}
|
||||||
|
.mt45 {margin-top: 45px!important;}
|
||||||
|
.mt50 {margin-top: 50px!important;}
|
||||||
|
.mt60 {margin-top: 60px!important;}
|
||||||
|
.mt70 {margin-top: 70px!important;}
|
||||||
|
.mt80 {margin-top: 80px!important;}
|
||||||
|
.mt90 {margin-top: 90px!important;}
|
||||||
|
.mt100 {margin-top: 100px!important;}
|
||||||
|
|
||||||
|
.mr0 {margin-right: 0px!important;}
|
||||||
|
.mr3 {margin-right: 3px!important;}
|
||||||
|
.mr5 {margin-right: 5px!important;}
|
||||||
|
.mr10 {margin-right: 10px!important;}
|
||||||
|
.mr15 {margin-right: 15px!important;}
|
||||||
|
.mr20 {margin-right: 20px!important;}
|
||||||
|
.mr25 {margin-right: 25px!important;}
|
||||||
|
.mr30 {margin-right: 30px!important;}
|
||||||
|
.mr35 {margin-right: 35px!important;}
|
||||||
|
.mr40 {margin-right: 40px!important;}
|
||||||
|
.mr45 {margin-right: 45px!important;}
|
||||||
|
.mr50 {margin-right: 50px!important;}
|
||||||
|
.mr60 {margin-right: 60px!important;}
|
||||||
|
.mr70 {margin-right: 70px!important;}
|
||||||
|
.mr80 {margin-right: 80px!important;}
|
||||||
|
.mr90 {margin-right: 90px!important;}
|
||||||
|
.mr100 {margin-right: 100px!important;}
|
||||||
|
|
||||||
|
.mb-4 {margin-bottom: -4px!important;}
|
||||||
|
.mb0 {margin-bottom: 0px!important;}
|
||||||
|
.mb1 {margin-bottom: 1px!important;}
|
||||||
|
.mb5 {margin-bottom: 5px!important;}
|
||||||
|
.mb10 {margin-bottom: 10px!important;}
|
||||||
|
.mb15 {margin-bottom: 15px!important;}
|
||||||
|
.mb18 {margin-bottom: 18px!important;}
|
||||||
|
.mb20 {margin-bottom: 20px!important;}
|
||||||
|
.mb25 {margin-bottom: 25px!important;}
|
||||||
|
.mb30 {margin-bottom: 30px!important;}
|
||||||
|
.mb35 {margin-bottom: 35px!important;}
|
||||||
|
.mb40 {margin-bottom: 40px!important;}
|
||||||
|
.mb45 {margin-bottom: 45px!important;}
|
||||||
|
.mb50 {margin-bottom: 50px!important;}
|
||||||
|
.mb60 {margin-bottom: 60px!important;}
|
||||||
|
.mb70 {margin-bottom: 70px!important;}
|
||||||
|
.mb80 {margin-bottom: 80px!important;}
|
||||||
|
.mb90 {margin-bottom: 90px!important;}
|
||||||
|
.mb100 {margin-bottom: 100px!important;}
|
||||||
|
|
||||||
|
.ml0 {margin-left: 0px!important;}
|
||||||
|
.ml5 {margin-left: 5px!important;}
|
||||||
|
.ml10 {margin-left: 10px!important;}
|
||||||
|
.ml15 {margin-left: 15px!important;}
|
||||||
|
.ml20 {margin-left: 20px!important;}
|
||||||
|
.ml25 {margin-left: 25px!important;}
|
||||||
|
.ml30 {margin-left: 30px!important;}
|
||||||
|
.ml35 {margin-left: 35px!important;}
|
||||||
|
.ml40 {margin-left: 40px!important;}
|
||||||
|
.ml45 {margin-left: 45px!important;}
|
||||||
|
.ml50 {margin-left: 50px!important;}
|
||||||
|
.ml60 {margin-left: 60px!important;}
|
||||||
|
.ml70 {margin-left: 70px!important;}
|
||||||
|
.ml80 {margin-left: 80px!important;}
|
||||||
|
.ml90 {margin-left: 90px!important;}
|
||||||
|
.ml100 {margin-left: 100px!important;}
|
||||||
|
|
||||||
|
/* 너비, 높이 */
|
||||||
|
.w100per {width: 100% !important;}
|
||||||
|
.w99per {width: 99%;}
|
||||||
|
.w95per {width: 95%;}
|
||||||
|
.w90per {width: 90%;}
|
||||||
|
.w85per {width: 85%;}
|
||||||
|
.w80per {width: 80%;}
|
||||||
|
.w75per {width: 75%;}
|
||||||
|
.w70per {width: 70%;}
|
||||||
|
.w65per {width: 65%;}
|
||||||
|
.w60per {width: 60%;}
|
||||||
|
.w50per {width: 50%;}
|
||||||
|
.w55per {width: 55%;}
|
||||||
|
.w45per {width: 45%;}
|
||||||
|
.w40per {width: 40%;}
|
||||||
|
.w35per {width: 35%;}
|
||||||
|
.w33per {width: 33.3333333%;}
|
||||||
|
.w30per {width: 30%;}
|
||||||
|
.w25per {width: 25%;}
|
||||||
|
.w20per {width: 20%;}
|
||||||
|
.w19per {width: 19%;}
|
||||||
|
.w18per {width: 18%;}
|
||||||
|
.w17per {width: 17%;}
|
||||||
|
.w16per {width: 16%;}
|
||||||
|
.w15per {width: 15%;}
|
||||||
|
.w14per {width: 14%;}
|
||||||
|
.w13per {width: 13%;}
|
||||||
|
.w12per {width: 12%;}
|
||||||
|
.w11per {width: 11%;}
|
||||||
|
.w10per {width: 10%;}
|
||||||
|
.w9per {width: 9%;}
|
||||||
|
.w8per {width: 8%;}
|
||||||
|
.w7per {width: 7%;}
|
||||||
|
.w6per {width: 6%;}
|
||||||
|
.w5per {width: 5%;}
|
||||||
|
.w4per {width: 4%;}
|
||||||
|
.w3per {width: 3%;}
|
||||||
|
.w2per {width: 2%;}
|
||||||
|
.w1per {width: 1%;}
|
||||||
|
|
||||||
|
.w5 {width: 5px;}
|
||||||
|
.w10 {width: 10px;}
|
||||||
|
.w15 {width: 15px;}
|
||||||
|
.w20 {width: 20px;}
|
||||||
|
.w25 {width: 25px;}
|
||||||
|
.w30 {width: 30px;}
|
||||||
|
.w35 {width: 35px;}
|
||||||
|
.w40 {width: 40px;}
|
||||||
|
.w45 {width: 45px;}
|
||||||
|
.w50 {width: 50px;}
|
||||||
|
.w55 {width: 55px;}
|
||||||
|
.w60 {width: 60px;}
|
||||||
|
.w70 {width: 70px;}
|
||||||
|
.w80 {width: 80px;}
|
||||||
|
.w90 {width: 90px;}
|
||||||
|
.w100 {width: 100px;}
|
||||||
|
.w110 {width: 110px;}
|
||||||
|
.w120 {width: 120px;}
|
||||||
|
.w130 {width: 130px;}
|
||||||
|
.w140 {width: 140px;}
|
||||||
|
.w150 {width: 150px;}
|
||||||
|
.w160 {width: 160px;}
|
||||||
|
.w170 {width: 170px;}
|
||||||
|
.w180 {width: 180px;}
|
||||||
|
.w190 {width: 190px;}
|
||||||
|
.w200 {width: 200px;}
|
||||||
|
.w250 {width: 250px;}
|
||||||
|
.w300 {width: 300px;}
|
||||||
|
.w325 {width: 325px;}
|
||||||
|
.w350 {width: 350px;}
|
||||||
|
.w400 {width: 400px;}
|
||||||
|
.w500 {width: 500px;}
|
||||||
|
|
||||||
|
.mw100 {min-width: 100px;}
|
||||||
|
|
||||||
|
.h100 {height: 100px;}
|
||||||
|
.h100per {height: 100%;}
|
||||||
@ -271,7 +271,7 @@ input[type="text"].input_time {width: 50px;}
|
|||||||
.tb_type01>table>tbody>tr.new_cont>td {color: #5c6dc3;}
|
.tb_type01>table>tbody>tr.new_cont>td {color: #5c6dc3;}
|
||||||
.tb_type01>table>tbody .td_date{font-size: 15px;}
|
.tb_type01>table>tbody .td_date{font-size: 15px;}
|
||||||
.tb_type01>table>tbody>tr>td:last-child{border-right: 0;}
|
.tb_type01>table>tbody>tr>td:last-child{border-right: 0;}
|
||||||
.tb_type01>table>tbody>tr>td>button{/* height: 30px; */ width: auto; padding: 1px 10px 2px; font-size: 16px;}
|
.tb_type01>table>tbody>tr>td>button{height: 30px; width: auto; padding: 1px 10px 2px; font-size: 16px;}
|
||||||
.tb_type01>table>tbody>tr>td input[type="text"].input_time {padding: 0 5px; margin: 0 5px; text-align: center;}
|
.tb_type01>table>tbody>tr>td input[type="text"].input_time {padding: 0 5px; margin: 0 5px; text-align: center;}
|
||||||
.tb_type01>table>tbody>tr>td button.table_del {width: auto; height: auto;}
|
.tb_type01>table>tbody>tr>td button.table_del {width: auto; height: auto;}
|
||||||
.tb_type01>table>tbody>tr>td .btn_print{height: auto;}
|
.tb_type01>table>tbody>tr>td .btn_print{height: auto;}
|
||||||
@ -374,13 +374,13 @@ input[type="text"].input_time {width: 50px;}
|
|||||||
.tb_type02 table tbody tr td .put_photo .put_photo_in img {padding-top: 22px;}
|
.tb_type02 table tbody tr td .put_photo .put_photo_in img {padding-top: 22px;}
|
||||||
.tb_type02 table tbody tr td .put_photo .put_photo_in img.id_pic {width: 100%; height: 100%; padding-top: initial;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
|
.tb_type02 table tbody tr td .put_photo .put_photo_in img.id_pic {width: 100%; height: 100%; padding-top: initial;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
.tb_type02 table tbody tr td .put_photo button {width: 90px; height: 35px; font-size: 16px; border-radius: 5px; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%);}
|
.tb_type02 table tbody tr td .put_photo button {width: 90px; height: 35px; font-size: 16px; border-radius: 5px; margin: 0; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%);}
|
||||||
|
|
||||||
/* gallery list */
|
/* gallery list */
|
||||||
.list_gallery{padding: 30px 0 10px 0; margin-bottom: 30px;}
|
.list_gallery{padding: 30px 0 10px 0; margin-bottom: 30px;}
|
||||||
.list_gallery article{position: relative; display: inline-block; width: calc((100% - 104px)/4); border: 1px solid #d5d5d5; margin-right: 28.3px; margin-bottom: 30px;}
|
.list_gallery article{position: relative; display: inline-block; width: calc((100% - 104px)/4); border: 1px solid #d5d5d5; margin-right: 28.3px; margin-bottom: 30px;}
|
||||||
.list_gallery article:nth-child(4n){margin-right: 0;}
|
.list_gallery article:nth-child(4n){margin-right: 0;}
|
||||||
.list_gallery .gallery_util{position: absolute; width: 70px; height: 30px; right: 0px; top: 0px; background-color: #86817e; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 400; z-index: 1;}
|
.list_gallery .gallery_util{position: absolute; width: 70px; height: 35px; right: 8px; top: 8px; background-color: #86817e; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 15px; font-weight: 500; z-index: 1; border-radius:8px;}
|
||||||
.list_gallery .gallery_util.use_gallery{background-color: #3a72db ;}
|
.list_gallery .gallery_util.use_gallery{background-color: #3a72db ;}
|
||||||
.list_gallery .img_area{position: relative; display: flex; width: 100%; height: 190px; border-bottom: 1px solid #d5d5d5; background-color: #f5f5f5; justify-content: center; align-items: center;}
|
.list_gallery .img_area{position: relative; display: flex; width: 100%; height: 190px; border-bottom: 1px solid #d5d5d5; background-color: #f5f5f5; justify-content: center; align-items: center;}
|
||||||
.list_gallery .img_area img{max-width: 100%; max-height: 100%;}
|
.list_gallery .img_area img{max-width: 100%; max-height: 100%;}
|
||||||
@ -444,7 +444,7 @@ input[type="text"].input_time {width: 50px;}
|
|||||||
.cmmt_wrap2{margin-top: 30px;}
|
.cmmt_wrap2{margin-top: 30px;}
|
||||||
.cmmt_tit2{display: flex; align-items: center;}
|
.cmmt_tit2{display: flex; align-items: center;}
|
||||||
.cmmt_tit2 img{margin-right: 6px;}
|
.cmmt_tit2 img{margin-right: 6px;}
|
||||||
.cmmt_tit2 span{color: #ea5404; font-weight: bold; font-size: 20px;}
|
.cmmt_tit2 span{color: #2557B4; font-weight: bold; font-size: 20px;}
|
||||||
.cmmt_list2{width: 100%; border-top: 1px solid #d5d5d5; margin-top: 10px;}
|
.cmmt_list2{width: 100%; border-top: 1px solid #d5d5d5; margin-top: 10px;}
|
||||||
.cmmt_list2 li{display: flex; border-bottom: 1px solid #d5d5d5; padding: 24px 0;}
|
.cmmt_list2 li{display: flex; border-bottom: 1px solid #d5d5d5; padding: 24px 0;}
|
||||||
.cmmt_person2{min-width: 70px; position: relative; font-size: 18px; font-weight: 500; margin-right: 10px; padding-left: 20px;}
|
.cmmt_person2{min-width: 70px; position: relative; font-size: 18px; font-weight: 500; margin-right: 10px; padding-left: 20px;}
|
||||||
@ -455,8 +455,8 @@ input[type="text"].input_time {width: 50px;}
|
|||||||
.cmmt_detail2 .btn_wrap button{font-size: 16px; min-width: 60px; height: 36px; vertical-align: middle;}
|
.cmmt_detail2 .btn_wrap button{font-size: 16px; min-width: 60px; height: 36px; vertical-align: middle;}
|
||||||
.cmmt_input2{width: 100%; margin-top: 30px;}
|
.cmmt_input2{width: 100%; margin-top: 30px;}
|
||||||
.cmmt_input2 textarea{height: 80px; width: calc(100% - 90px); vertical-align: middle; border: 2px solid #e5e5e5; border-radius: 5px; padding: 15px; box-sizing: border-box;}
|
.cmmt_input2 textarea{height: 80px; width: calc(100% - 90px); vertical-align: middle; border: 2px solid #e5e5e5; border-radius: 5px; padding: 15px; box-sizing: border-box;}
|
||||||
.cmmt_input2 .cmmt_add2{width: 80px; height: 80px; border-radius: 5px; background-color: #ea5404; border: 0; color: #fff; vertical-align: middle; margin-left: 5px; font-size: 18px; transition: background-color 0.2s linear;}
|
.cmmt_input2 .cmmt_add2{width: 80px; height: 80px; border-radius: 5px; background-color: #2557B4; border: 0; color: #fff; vertical-align: middle; margin-left: 5px; font-size: 18px; transition: background-color 0.2s linear;}
|
||||||
.cmmt_input2 .cmmt_add2:hover{background-color: #de3900; transition: background-color 0.2s linear;}
|
.cmmt_input2 .cmmt_add2:hover{background-color: #214EA2; transition: background-color 0.2s linear;}
|
||||||
/* //댓글 */
|
/* //댓글 */
|
||||||
|
|
||||||
/* cmm */
|
/* cmm */
|
||||||
|
|||||||
@ -81,10 +81,10 @@
|
|||||||
.btn_layout02{width: 100%; text-align: right; margin-bottom: 10px; margin-top: 0;}
|
.btn_layout02{width: 100%; text-align: right; margin-bottom: 10px; margin-top: 0;}
|
||||||
.btn_layout02 button{margin: 0 2px; transition: all 0.1s linear;}
|
.btn_layout02 button{margin: 0 2px; transition: all 0.1s linear;}
|
||||||
.btn_layout02 button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all}
|
.btn_layout02 button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all}
|
||||||
.btnType01{height: 38px; padding: 0 20px; font-size: 16px; font-weight: 400; background-color: #fff; color: #f86a3c; border: 1px solid #f86a3c; border-radius: 5px; transition: all 0.1s linear;}
|
.btnType01{height: 38px; padding: 0 20px; font-size: 16px; font-weight: 400; background-color: #fff; color: #2557B4; border: 1px solid #2557B4; border-radius: 5px; transition: all 0.1s linear;}
|
||||||
.btnType01:hover{background-color: #fef0ec; transition: all 0.1s linear;}
|
.btnType01:hover{background-color: #214EA2; transition: all 0.1s linear;}
|
||||||
.btnType02{height: 46px; padding: 0 23px; font-size: 18px; font-weight: 400; color: #fff; background-color: #2557B4; border-radius: 5px; transition: all 0.1s linear;}
|
.btnType02{height: 46px; padding: 0 23px; font-size: 18px; font-weight: 400; color: #fff; background-color: #2557B4; border-radius: 5px; transition: all 0.1s linear;}
|
||||||
.btnType02:hover{ background-color: #214ea2; transition: all 0.1s linear;}
|
.btnType02:hover{ background-color: #214EA2; transition: all 0.1s linear;}
|
||||||
.btnType03{height: 46px; padding: 0 23px; font-size: 18px; font-weight: 400; color: #fff; background-color: #81899C; border-radius: 5px; transition: all 0.1s linear;}
|
.btnType03{height: 46px; padding: 0 23px; font-size: 18px; font-weight: 400; color: #fff; background-color: #81899C; border-radius: 5px; transition: all 0.1s linear;}
|
||||||
.btnType03:hover{background-color: #717379; transition: all 0.1s linear;}
|
.btnType03:hover{background-color: #717379; transition: all 0.1s linear;}
|
||||||
.btnType04{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; color: #81899C; border: 1px solid #81899C; border-radius: 5px; transition: all 0.1s linear;}
|
.btnType04{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; color: #81899C; border: 1px solid #81899C; border-radius: 5px; transition: all 0.1s linear;}
|
||||||
|
|||||||
@ -87,7 +87,8 @@ header nav li:hover .depth01{border-bottom:3px solid var(--primary-color);color:
|
|||||||
.depth02_wrap .depth02 a{position:relative;font-size:2.3rem;font-weight:400;color:#333;padding:0 0 0 20px;}
|
.depth02_wrap .depth02 a{position:relative;font-size:2.3rem;font-weight:400;color:#333;padding:0 0 0 20px;}
|
||||||
.depth02_wrap .depth02 a::before{position:absolute;content:"";width:8px;height:8px;border-radius:100%;background:#dfdfdf;left:0;top:8px;}
|
.depth02_wrap .depth02 a::before{position:absolute;content:"";width:8px;height:8px;border-radius:100%;background:#dfdfdf;left:0;top:8px;}
|
||||||
|
|
||||||
nav .btn_sitemap,nav .btn_identify{width:40px;height:90px;}
|
nav .btn_wrap{align-items:center;}
|
||||||
|
nav .btn_sitemap,nav .btn_identify{width:40px;height:90px;padding:0 !important;}
|
||||||
nav .btn_sitemap i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/common/icon_menu.png) no-repeat center center;}
|
nav .btn_sitemap i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/common/icon_menu.png) no-repeat center center;}
|
||||||
nav .btn_identify i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/common/icon_identify_mobile.png) no-repeat center center;}
|
nav .btn_identify i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/common/icon_identify_mobile.png) no-repeat center center;}
|
||||||
|
|
||||||
@ -195,9 +196,8 @@ footer address span{font-size:2.3rem;font-weight:600;color:#c4c4c4;}
|
|||||||
.inner{padding:0 15px;}
|
.inner{padding:0 15px;}
|
||||||
|
|
||||||
header nav .logo{max-width:45%;}
|
header nav .logo{max-width:45%;}
|
||||||
header nav .btn_area{gap:16px;}
|
|
||||||
header nav .btn_sitemap, nav .btn_identify{width:30px;height:30px;}
|
header nav .btn_sitemap, nav .btn_identify{width:30px;height:30px;}
|
||||||
header nav .btn_identify i{background-size: auto 100%;}
|
header nav .btn_identify i{background-size: 100% auto;}
|
||||||
header nav .btn_sitemap i{background-size: 100% auto;}
|
header nav .btn_sitemap i{background-size: 100% auto;}
|
||||||
|
|
||||||
.all_menu_wrap .logo{max-width:60%;}
|
.all_menu_wrap .logo{max-width:60%;}
|
||||||
|
|||||||
@ -166,7 +166,15 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
|||||||
.list_top .btn_search{width:66px;height:40px;color:#fff;border-radius:4px;background:var(--secondary-color);border:0;}
|
.list_top .btn_search{width:66px;height:40px;color:#fff;border-radius:4px;background:var(--secondary-color);border:0;}
|
||||||
.list_top .btn_search i{display:inline-block;width:100%;height:40px;background:url(/ipedu/visitEdu/usr/publish/images/content/icon_search.png) no-repeat center 8px;}
|
.list_top .btn_search i{display:inline-block;width:100%;height:40px;background:url(/ipedu/visitEdu/usr/publish/images/content/icon_search.png) no-repeat center 8px;}
|
||||||
.list_top .btn_reset{color:var(--body2-color);border:1px solid #c5c5c5;background:#f4f4f4;}
|
.list_top .btn_reset{color:var(--body2-color);border:1px solid #c5c5c5;background:#f4f4f4;}
|
||||||
.list_top .btn_wrap button{display:block;width:auto;height:40px;border-radius:4px;margin:0 0 0 5px;font-size:1.7rem;}
|
.list_top .search_area .btnType01:hover{background:var(--secondary-color-hover);}
|
||||||
|
.list_top .search_area .btnType02:hover{color:var(--body-color);border:1px solid #aeaeae;background:#eeeeee;}
|
||||||
|
|
||||||
|
.list_top .btn_wrap{display:flex;width:100%;font-size:1.6rem;gap:10px;align-items:center;justify-content:flex-end;}
|
||||||
|
.list_top .btn_wrap button{min-width:66px;height:40px;border-radius:4px;margin:0;padding:0;font-size:1.7rem;white-space:nowrap;box-sizing:border-box;}
|
||||||
|
.list_top .btn_wrap .btnType01{color:#fff;background:var(--secondary-color);border:0;}
|
||||||
|
.list_top .btn_wrap .btnType02{color:var(--body2-color);border:1px solid #c5c5c5;background:#f4f4f4;}
|
||||||
|
.list_top .btn_wrap .btnType01:hover{background:var(--secondary-color-hover);}
|
||||||
|
.list_top .btn_wrap .btnType02:hover{color:var(--body-color);border:1px solid #aeaeae;background:#eeeeee;}
|
||||||
|
|
||||||
/* //list_top */
|
/* //list_top */
|
||||||
|
|
||||||
@ -1425,22 +1433,16 @@ duet-date-picker *:focus{outline: auto !important;}
|
|||||||
.tb_tit02 .btn_wrap1 button.con_more {font-size:14px;}
|
.tb_tit02 .btn_wrap1 button.con_more {font-size:14px;}
|
||||||
|
|
||||||
/*교육신청자대시보드*/
|
/*교육신청자대시보드*/
|
||||||
.edu_process {display:block; width:100%;}
|
.edu_process {flex-wrap:wrap;}
|
||||||
.edu_process .edu_apply {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:93%; font-size:18px; padding: 10px 0 10px 30px; margin:0 0 10px 0;}
|
.edu_process>li {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:100%; font-size:1.8rem;}
|
||||||
.edu_process .edu_apply i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/apply_icon.png) no-repeat; background-size: 70%; background-position: center; margin: 0 10px 0 0;}
|
.edu_process>li i{width:90px;height:90px;}
|
||||||
.edu_process .edu_apply .text_area {font-size:20px; font-weight:500; }
|
.edu_process .edu_apply i{background:#e5e5e5 url(/ipedu/visitEdu/usr/publish/images/content/icon_progress01_mobile.png) no-repeat center center;background-size:90% auto;}
|
||||||
.edu_process .edu_apply .text_area p {font-size:16px; font-weight:500; }
|
.edu_process .edu_register i{background:#e5e5e5 url(/ipedu/visitEdu/usr/publish/images/content/icon_progress02_mobile.png) no-repeat center center;background-size:90% auto;}
|
||||||
.edu_process .edu_apply .text_area p span {font-size:30px; font-weight: 500; }
|
.edu_process .edu_close i{background:#e5e5e5 url(/ipedu/visitEdu/usr/publish/images/content/icon_progress03_mobile.png) no-repeat center center;background-size:90% auto;}
|
||||||
.edu_process .edu_register {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:93%; font-size:18px; padding: 10px 0 10px 30px; margin:0 0 10px 0;}
|
|
||||||
.edu_process .edu_register i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/register_icon.png) no-repeat; background-size: 70%; background-position: center; margin: 0 10px 0 0;}
|
.edu_process .text_area {font-size:20px; font-weight:500; }
|
||||||
.edu_process .edu_register .text_area {font-size:20px; font-weight:500; }
|
.edu_process .text_area p {font-size:16px; font-weight:500; }
|
||||||
.edu_process .edu_register .text_area p {font-size:16px; font-weight:500; }
|
.edu_process .text_area p span {font-size:30px; font-weight: bold; }
|
||||||
.edu_process .edu_register .text_area p span {font-size:30px; font-weight: 500; }
|
|
||||||
.edu_process .edu_close {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:93%; font-size:18px; align-items: center; justify-content: flex-start; padding: 10px 0 10px 30px;}
|
|
||||||
.edu_process .edu_close i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/close_icon.png) no-repeat; background-size: 70%; background-position: center; margin: 0 10px 0 0;}
|
|
||||||
.edu_process .edu_close .text_area {font-size:20px; font-weight:500; }
|
|
||||||
.edu_process .edu_close .text_area p {font-size:16px; font-weight:500; }
|
|
||||||
.edu_process .edu_close .text_area p span {font-size:30px; font-weight: 500; }
|
|
||||||
|
|
||||||
|
|
||||||
/*마이페이지 추가*/
|
/*마이페이지 추가*/
|
||||||
@ -1487,6 +1489,12 @@ duet-date-picker *:focus{outline: auto !important;}
|
|||||||
.list tbody td span{margin:0 8px 0 0;padding:0 8px 0 0;}
|
.list tbody td span{margin:0 8px 0 0;padding:0 8px 0 0;}
|
||||||
.list tbody td span::after{width:2px;height:25px;top:3.5px;}
|
.list tbody td span::after{width:2px;height:25px;top:3.5px;}
|
||||||
.list tbody td button.btn.regular{height:48px;font-size:1.7rem;}
|
.list tbody td button.btn.regular{height:48px;font-size:1.7rem;}
|
||||||
|
|
||||||
|
/* 나의 강의실 */
|
||||||
|
.edu_process>li i{width:60px;height:60px;}
|
||||||
|
.edu_process .edu_apply i{background:#e5e5e5 url(/ipedu/visitEdu/usr/publish/images/content/icon_progress01_mobile.png) no-repeat center center;background-size:90% auto;}
|
||||||
|
.edu_process .edu_register i{background:#e5e5e5 url(/ipedu/visitEdu/usr/publish/images/content/icon_progress02_mobile.png) no-repeat center center;background-size:90% auto;}
|
||||||
|
.edu_process .edu_close i{background:#e5e5e5 url(/ipedu/visitEdu/usr/publish/images/content/icon_progress03_mobile.png) no-repeat center center;background-size:90% auto;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
/* site_slide */
|
/* site_slide */
|
||||||
.site_slide_wrap{display:flex;align-items:center;max-width:1440px;height:48px;margin:20px auto 60px auto;}
|
.site_slide_wrap{display:flex;align-items:center;max-width:1440px;height:48px;margin:20px auto 60px auto;}
|
||||||
.site_slide_wrap .btn_wrap{display:flex;gap:10px;}
|
.site_slide_wrap .btn_wrap{display:flex;gap:10px;}
|
||||||
.site_slide_wrap .btn{width:30px;height:30px;}
|
.site_slide_wrap .btn{width:30px;height:30px;padding:0;}
|
||||||
.site_slide_wrap .btn i{display:inline-block;width:100%;height:100%;}
|
.site_slide_wrap .btn i{display:inline-block;width:100%;height:100%;}
|
||||||
.site_slide_wrap .btn:disabled{opacity:0.4;}
|
.site_slide_wrap .btn:disabled{opacity:0.4;}
|
||||||
.site_slide_wrap .btn_prev i{background:url(/ipedu/visitEdu/usr/publish/images/main/icon_prev_30.png) no-repeat center center;}
|
.site_slide_wrap .btn_prev i{background:url(/ipedu/visitEdu/usr/publish/images/main/icon_prev_30.png) no-repeat center center;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user