충돌 머징
This commit is contained in:
parent
d7b3fdffcb
commit
2cfc4e37ee
@ -303,15 +303,14 @@ $(document).ready(function() {
|
|||||||
<div class="img">${cart.interestYn }
|
<div class="img">${cart.interestYn }
|
||||||
<a href="javascript:void(0)"><img src="${cart.rprsThumbUrlWithDefaultSmall }" alt="썸네일" width="60" height="91" title="상세보기" onclick="gfn_getDetail('${cart.masterId }')"></a>
|
<a href="javascript:void(0)"><img src="${cart.rprsThumbUrlWithDefaultSmall }" alt="썸네일" width="60" height="91" title="상세보기" onclick="gfn_getDetail('${cart.masterId }')"></a>
|
||||||
<sec:authorize access="isAuthenticated()">
|
<sec:authorize access="isAuthenticated()">
|
||||||
|
|
||||||
<c:if test='${cart.MUseYn == "Y"}'>
|
<c:if test='${cart.MUseYn == "Y"}'>
|
||||||
<span id="favorites_${cart.masterId }" class="favorites" onclick="fn_changeInterestBtn('${cart.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
<span id="favorites_${cart.masterId }" class="favorites" onclick="fn_changeInterest('${cart.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test='${cart.MUseYn != "Y"}'>
|
<c:if test='${cart.MUseYn != "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterestBtn('${cart.masterId }', 'on')" title="관심자료로 등록합니다.">
|
<span id="favorites_${cart.masterId }" class="favorites" onclick="fn_changeInterestBtn('${cart.masterId }', 'on')" title="관심자료로 등록합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
@ -319,15 +318,15 @@ $(document).ready(function() {
|
|||||||
</sec:authorize>
|
</sec:authorize>
|
||||||
</div>
|
</div>
|
||||||
<div class="type">
|
<div class="type">
|
||||||
<c:if test="${cart.openDivCd != '3' }">
|
<c:if test="${cart.ableOnline}">
|
||||||
<span class="online">온라인열람</span>
|
<span class="online">온라인열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${cart.operOutRangeCd == '01' }">
|
<c:if test="${cart.ableRent}">
|
||||||
<span class="loan">대출</span>
|
<span class="loan">대출</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${cart.operReadRangeCd != '03' }">
|
<c:if test="${cart.ableRead}">
|
||||||
<span class="visit">방문열람</span>
|
<span class="visit">방문열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
|
|||||||
@ -128,7 +128,7 @@ function goList(){
|
|||||||
<c:if test='${result.MUseYn != "Y"}'>
|
<c:if test='${result.MUseYn != "Y"}'>
|
||||||
<button type="button" class="favorit" onclick="fn_changeInterestBtn('${result.masterId }', 'on');">즐겨찾기</button>
|
<button type="button" class="favorit" onclick="fn_changeInterestBtn('${result.masterId }', 'on');">즐겨찾기</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<button type="button" class="share" data-curl="${pdfUri}<c:out value="${result.interfaceId}"/>">공유</button>
|
<button type="button" class="share" onclick="gfn_setSnsShare('<c:out value="${result.interfaceId}"/>','<c:out value="${result.masterId}"/>','<c:out value="${result.typeDivCd}"/>','<c:out value="${result.dtlsTypeDivCd}"/>')";>공유</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="con-2">
|
<div class="con-2">
|
||||||
<div class="de-data">
|
<div class="de-data">
|
||||||
@ -240,7 +240,7 @@ function goList(){
|
|||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="icon"><img src="/images/icon/icon-data-use.png" alt="이용상태 아이콘"></div>
|
<div class="icon"><img src="/images/icon/icon-data-use.png" alt="이용상태 아이콘"></div>
|
||||||
<div class="title">이용상태</div>
|
<div class="title">이용상태</div>
|
||||||
<div class="con"><c:out value="${result.useStatusNm}"/> <span>(대기자 <c:out value="${result.awaiterCnt}"/>명)</span></div>
|
<div class="con"><c:out value="${result.useStatusNm}"/> <%-- <span>(대기자 <c:out value="${result.awaiterCnt}"/>명)</span> --%></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="icon"><img src="/images/icon/icon-data-return.png" alt="달력 아이콘"></div>
|
<div class="icon"><img src="/images/icon/icon-data-return.png" alt="달력 아이콘"></div>
|
||||||
@ -251,17 +251,17 @@ function goList(){
|
|||||||
<div class="icon"><img src="/images/icon/icon-data-loan.png" alt="대출 아이콘"></div>
|
<div class="icon"><img src="/images/icon/icon-data-loan.png" alt="대출 아이콘"></div>
|
||||||
<div class="title">대출</div>
|
<div class="title">대출</div>
|
||||||
<div class="con">
|
<div class="con">
|
||||||
<c:if test="${result.bookLentPsblYn eq 'Y' && result.rsrvPsblYn eq 'Y'}"><span class="poss">신청가능</span></c:if>
|
<c:if test="${result.ableRentAppNow eq true}"><span class="poss">신청가능</span></c:if>
|
||||||
<c:if test="${result.bookLentPsblYn eq 'N' && result.rsrvPsblYn eq 'Y' }"><span class="poss">예약가능</span></c:if>
|
<c:if test="${result.ableRentResNow eq true}"><span class="poss">예약가능</span></c:if>
|
||||||
<c:if test="${result.bookLentPsblYn ne 'Y' && result.rsrvPsblYn ne 'Y'}"><span class="imposs">신청/예약불가</span></c:if>
|
<c:if test="${result.ableRentNow ne true}"><span class="imposs">신청/예약불가</span></c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="icon"><img src="/images/icon/icon-data-visit.png" alt="방문 아이콘"></div>
|
<div class="icon"><img src="/images/icon/icon-data-visit.png" alt="방문 아이콘"></div>
|
||||||
<div class="title">방문열람</div>
|
<div class="title">방문열람</div>
|
||||||
<div class="con">
|
<div class="con">
|
||||||
<c:if test="${result.reqPsblYn eq 'Y' }"><span class="poss">신청가능</span></c:if>
|
<c:if test="${result.ableReadNow eq true }"><span class="poss">신청가능</span></c:if>
|
||||||
<c:if test="${result.reqPsblYn ne 'Y' }"><span class="imposs">신청불가</span></c:if>
|
<c:if test="${result.ableReadNow ne true }"><span class="imposs">신청불가</span></c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
<%
|
<%
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* @Class Name : confirmRent.jsp
|
* @Class Name : confirmRend.jsp
|
||||||
*
|
*
|
||||||
* @Description : 대출신청 확인 화면
|
* @Description : 방문열람신청 확인 화면
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
|
* @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
|
||||||
@ -126,10 +126,6 @@ function fn_changeInterest(masterId, onOff) {
|
|||||||
alert("관심등록/삭제 준비중 : " + masterId + ", " + onOff);
|
alert("관심등록/삭제 준비중 : " + masterId + ", " + onOff);
|
||||||
}
|
}
|
||||||
|
|
||||||
function fn_gotoDetail(masterId) {
|
|
||||||
alert("상세보기 준비중 : " + masterId);
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_listCartItems() {
|
function fn_listCartItems() {
|
||||||
|
|
||||||
|
|
||||||
@ -139,7 +135,7 @@ function fn_listCartItems() {
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test='${fromCart != "Y" }'>
|
<c:if test='${fromCart != "Y" }'>
|
||||||
history.back();
|
location.href = "/";
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -176,7 +172,7 @@ $(document).ready(function() {
|
|||||||
<input type="hidden" id="mngOrgNm" name="mngOrgNm" value="${readVO.mngOrgNm }" />
|
<input type="hidden" id="mngOrgNm" name="mngOrgNm" value="${readVO.mngOrgNm }" />
|
||||||
|
|
||||||
<!-- 카트 섹션 -->
|
<!-- 카트 섹션 -->
|
||||||
<section class="location cart">
|
<section class="location cart cart-confirm">
|
||||||
<h2 class="blind">카트 섹션영역</h2>
|
<h2 class="blind">카트 섹션영역</h2>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="row-top">
|
<div class="row-top">
|
||||||
@ -189,7 +185,7 @@ $(document).ready(function() {
|
|||||||
<li class="on">방문열람신청</li>
|
<li class="on">방문열람신청</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="tit">
|
<ul class="tit">
|
||||||
<li><span>방문열람신청</span></li>
|
<li><span>방문열람</span>신청</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="arr"><img src="/images/icon/icon-join-arr2.png" alt="화살표 아이콘"></div>
|
<div class="arr"><img src="/images/icon/icon-join-arr2.png" alt="화살표 아이콘"></div>
|
||||||
@ -197,10 +193,10 @@ $(document).ready(function() {
|
|||||||
<div class="contents row-bottom">
|
<div class="contents row-bottom">
|
||||||
<div class="cart-box">
|
<div class="cart-box">
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<div class="tab_content">
|
<div class="tab_content loan-confirm visit-confirm">
|
||||||
<div class="tabs_item">
|
<div class="tabs_item">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="list-cart-wrap visit">
|
<div class="list-cart-wrap confirm">
|
||||||
|
|
||||||
|
|
||||||
<c:set var="totCnt" value="0" />
|
<c:set var="totCnt" value="0" />
|
||||||
@ -209,15 +205,15 @@ $(document).ready(function() {
|
|||||||
<c:set var="curType" value="" />
|
<c:set var="curType" value="" />
|
||||||
<c:set var="selItems" value="" />
|
<c:set var="selItems" value="" />
|
||||||
|
|
||||||
<h3><label>방문열람신청확인 : ${readVO.mngOrgNm }</label></h3>
|
<h3><label>방문열람신청확인 ${readVO.mngOrgNm }</label></h3>
|
||||||
<div class="list-cart">
|
<div class="list-cart">
|
||||||
<div class="list t-tit-line">
|
<div class="list t-tit-line">
|
||||||
<div class="t-data">자료정보</div>
|
<div class="t-data t-mo">자료정보</div>
|
||||||
<div class="t-state">이용상태</div>
|
<div class="t-state t-mo">이용상태</div>
|
||||||
<div class="t-date">반납예정일</div>
|
<div class="t-date t-mo">반납예정일</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<c:forEach var="rent" items="${list}" varStatus="status">
|
<c:forEach var="read" items="${list}" varStatus="status">
|
||||||
|
|
||||||
<c:set var="curType" value="0" />
|
<c:set var="curType" value="0" />
|
||||||
|
|
||||||
@ -228,10 +224,10 @@ $(document).ready(function() {
|
|||||||
// 대출가능코드(operOutRangeCd)가 01:대출가능이면서
|
// 대출가능코드(operOutRangeCd)가 01:대출가능이면서
|
||||||
// 이용상태코드 (useStatus)가 01:이용가능, 또는 05 : 이용가능, 또는 04 : 열람대기(대출가능) 인 경우
|
// 이용상태코드 (useStatus)가 01:이용가능, 또는 05 : 이용가능, 또는 04 : 열람대기(대출가능) 인 경우
|
||||||
%>
|
%>
|
||||||
<c:if test="${rent.operOutRangeCd == '01' and (rent.useStatus == '01' or rent.useStatus == '04' or rent.useStatus == '05') }">
|
<c:if test="${read.operOutRangeCd == '01' and (read.useStatus == '01' or read.useStatus == '04' or read.useStatus == '05') }">
|
||||||
<c:set var="rentType1Cnt" value="${rentType1Cnt+1}" />
|
<c:set var="rentType1Cnt" value="${rentType1Cnt+1}" />
|
||||||
<c:set var="curType" value="1" />
|
<c:set var="curType" value="1" />
|
||||||
<c:set var="selItems" value='${selItems += "," += rent.masterId }' />
|
<c:set var="selItems" value='${selItems += "," += read.masterId }' />
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
@ -241,56 +237,55 @@ $(document).ready(function() {
|
|||||||
// 대출가능코드(operOutRangeCd)가 01 :대출가능이면서
|
// 대출가능코드(operOutRangeCd)가 01 :대출가능이면서
|
||||||
// 이용상태코드 (useStatus)가 02 : 대출중 (대기자 0명) 인 경우
|
// 이용상태코드 (useStatus)가 02 : 대출중 (대기자 0명) 인 경우
|
||||||
%>
|
%>
|
||||||
<c:if test="${rent.operOutRangeCd == '01' and rent.useStatus == '02' }">
|
<c:if test="${read.operOutRangeCd == '01' and read.useStatus == '02' }">
|
||||||
<c:set var="rentType2Cnt" value="${rentType2Cnt+1}" />
|
<c:set var="rentType2Cnt" value="${rentType2Cnt+1}" />
|
||||||
<c:set var="curType" value="2" />
|
<c:set var="curType" value="2" />
|
||||||
<c:set var="selItems" value='${selItems += "," += rent.masterId }' />
|
<c:set var="selItems" value='${selItems += "," += read.masterId }' />
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<div class="list">
|
<div class="list list-content">
|
||||||
<div class="t-data">
|
<div class="t-data">
|
||||||
<div class="img"><a href="javascript:void(0)"><img src="${rent.rprsThumbUrl }" alt="썸네일" width="60" height="91" title="상세보기" onclick="fn_gotoDetail('${rent.masterId }')"></a>
|
<div class="img"><a href="javascript:void(0)"><img src="${read.rprsThumbUrlWithDefaultSmall }" alt="썸네일" width="60" height="91" title="상세보기" onclick="gfn_getDetail('${read.masterId }')"></a>
|
||||||
<c:if test='${cart.MUseYn == "Y"}'>
|
<c:if test='${read.MUseYn == "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
<span id="favorites_${read.masterId}" class="favorites" onclick="fn_changeInterest('${read.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test='${rent.MUseYn != "Y"}'>
|
<c:if test='${read.MUseYn != "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'on')" title="관심자료로 등록합니다.">
|
<span id="favorites_${read.masterId}" class="favorites" onclick="fn_changeInterest('${read.masterId }', 'on')" title="관심자료로 등록합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="type">
|
<div class="type">
|
||||||
<c:if test="${rent.openDivCd != '3' }">
|
<c:if test="${read.ableOnline }">
|
||||||
<span class="online">온라인열람</span>
|
<span class="online">온라인열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${rent.operOutRangeCd == '01' }">
|
<c:if test="${read.ableRent }">
|
||||||
<span class="loan">대출</span>
|
<span class="loan">대출</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${rent.operReadRangeCd != '03' }">
|
<c:if test="${read.ableRead }">
|
||||||
<span class="visit">방문열람</span>
|
<span class="visit">방문열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="title"><a href="javascript:void(0)" onclick="fn_gotoDetail('${rent.masterId }')" title="상세보기">${rent.title }</a></div>
|
<div class="title"><a href="javascript:void(0)" onclick="gfn_getDetail('${read.masterId }')" title="상세보기">${read.title }</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="t-state <c:if test="${rent.useStatus != '03' and rent.useStatus != '06' }">poss</c:if> <c:if test="${rent.useStatus == '03' or rent.useStatus == '06' }">imposs</c:if>"><p>${rent.useStatusNm }</p></div>
|
<div class="t-state <c:if test="${read.useStatus != '03' and read.useStatus != '06' }">poss</c:if> <c:if test="${read.useStatus == '03' or read.useStatus == '06' }">imposs</c:if>"><p>${read.useStatusNm }</p></div>
|
||||||
<div class="t-date">${rent.rtnExpctDd }</div>
|
<div class="t-date">${read.rtnExpctDd }</div>
|
||||||
|
<div class="t-reser poss">대출신청</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
</div> <!-- 목록 테이블 list-cart : 종료 -->
|
</div> <!-- 목록 테이블 list-cart : 종료 -->
|
||||||
|
|
||||||
<p class="te">- 관리자의 승인이 필요하며, 희망하신 날짜와 시간과는 다르게 조정될 수 있습니다.</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<p class="visit-text">- 관리자의 승인이 필요하며, 희망하신 날짜와 시간과는 다르게 조정될 수 있습니다.</p>
|
||||||
|
|
||||||
<div class="v-date-box">
|
<div class="visit-select-box">
|
||||||
<%
|
<%
|
||||||
//-----------------------------------
|
//-----------------------------------
|
||||||
// 희망방문일 선택 가능 기준
|
// 희망방문일 선택 가능 기준
|
||||||
@ -299,23 +294,23 @@ $(document).ready(function() {
|
|||||||
// 단, 문화원 운영시간이 지난 경우, 익일부터 2주이내 날짜 선택가능
|
// 단, 문화원 운영시간이 지난 경우, 익일부터 2주이내 날짜 선택가능
|
||||||
%>
|
%>
|
||||||
<h3><span>희망</span>방문일</h3>
|
<h3><span>희망</span>방문일</h3>
|
||||||
<div class="v-date">
|
<div class="select-box">
|
||||||
<select id="hopeReqPridDtmFrom" name="hopeReqPridDtmFrom">
|
<span>
|
||||||
|
<select id="hopeReqPridDtmFrom" name="hopeReqPridDtmFrom" class="visitDate">
|
||||||
<c:forEach var="dtItem" items="${listDates}" varStatus="status">
|
<c:forEach var="dtItem" items="${listDates}" varStatus="status">
|
||||||
<option value="${dtItem.dt }">${dtItem.dt }</option>
|
<option value="${dtItem.dt }">${dtItem.dt }</option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</select>
|
</select>에서
|
||||||
<label for="hopeReqPridDtmFrom" style="display:none">희망방문 시작일자</label>
|
</span>
|
||||||
<span>에서</span>
|
<span>
|
||||||
<select id="hopeReqPridDtmTo" name="hopeReqPridDtmTo">
|
<select id="hopeReqPridDtmTo" name="hopeReqPridDtmTo" class="visitDate">
|
||||||
<c:forEach var="dtItem" items="${listDates}" varStatus="status">
|
<c:forEach var="dtItem" items="${listDates}" varStatus="status">
|
||||||
<option value="${dtItem.dt }"
|
<option value="${dtItem.dt }"
|
||||||
<c:if test='${status.count == 2}'>selected</c:if>
|
<c:if test='${status.count == 2}'>selected</c:if>
|
||||||
>${dtItem.dt }</option>
|
>${dtItem.dt }</option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</select>
|
</select>사이
|
||||||
<label for="hopeReqPridDtmTo" style="display:none">희망방문 종료일자</label>
|
</span>
|
||||||
<span>사이</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="text">- 자료 열람은 방문열람신청이 승인된 후, 지정된 시간에 가능합니다.</p>
|
<p class="text">- 자료 열람은 방문열람신청이 승인된 후, 지정된 시간에 가능합니다.</p>
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
<%
|
<%
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* @Class Name : confirmRent.jsp
|
* @Class Name : insertReadItems.jsp
|
||||||
*
|
*
|
||||||
* @Description : 대출신청 확인 화면
|
* @Description : 방문열람신청 결과 화면
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
|
* @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
|
||||||
@ -33,90 +33,14 @@
|
|||||||
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
|
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var BTN_APP_PREFIX = "대출신청/예약";
|
|
||||||
|
|
||||||
$( document ).ready(function() {
|
$( document ).ready(function() {
|
||||||
|
|
||||||
$("[id^=chk_item_]").prop("disabled", true);
|
if("${message}" != "") alert("${message}");
|
||||||
$("[id^=chk_all_]").prop("disabled", true);
|
|
||||||
|
|
||||||
$("[id=selMngOrgCd]").change(function(obj) {
|
|
||||||
var checked = $(this).prop("checked");
|
|
||||||
var mngOrgCd = $(this).val();
|
|
||||||
|
|
||||||
if(checked) {
|
|
||||||
// uncheck others and disable
|
|
||||||
// enable
|
|
||||||
//$("[id^=chk_item_" + mngOrgCd + "]").prop("checked", false);
|
|
||||||
$("[id^=chk_item_" + mngOrgCd + "]").prop("disabled", false);
|
|
||||||
$("[id^=chk_all_" + mngOrgCd + "]").prop("disabled", false);
|
|
||||||
|
|
||||||
$("[id^=chk_item_]").not("[id^=chk_item_" + mngOrgCd + "]").prop("checked", false);
|
|
||||||
$("[id^=chk_item_]").not("[id^=chk_item_" + mngOrgCd + "]").prop("disabled", true);
|
|
||||||
|
|
||||||
$("[id^=chk_all_]").not("[id^=chk_all_" + mngOrgCd + "]").prop("checked", false);
|
|
||||||
$("[id^=chk_all_]").not("[id^=chk_all_" + mngOrgCd + "]").prop("disabled", true);
|
|
||||||
|
|
||||||
}
|
|
||||||
$("#mngOrgCd").val(mngOrgCd);
|
|
||||||
$("[id^=chk_item_" + mngOrgCd + "]").filter(":first").trigger("change");
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
$("[id^=chk_item_]").change(function(obj) {
|
|
||||||
var mngOrgCd = $(this).attr("id").substr(9);
|
|
||||||
|
|
||||||
var totNum = $("[id^=chk_item_" + mngOrgCd + "]").length;
|
|
||||||
var selNum = $("[id^=chk_item_" + mngOrgCd + "]:checked").length;
|
|
||||||
|
|
||||||
var checked = false;
|
|
||||||
if(totNum <= selNum) checked = true;
|
|
||||||
$("[id^=chk_all_" + mngOrgCd + "]").prop("checked", checked);
|
|
||||||
|
|
||||||
$("#btnApp").val(BTN_APP_PREFIX + " (" + selNum + ")");
|
|
||||||
$("#appCnt").text("(" + selNum + ")");
|
|
||||||
});
|
|
||||||
|
|
||||||
$("[id^=selMngOrgCd]").filter(":first").prop("checked", true);
|
|
||||||
$("[id^=selMngOrgCd]").filter(":first").trigger("change",true);
|
|
||||||
|
|
||||||
}); // document ready
|
}); // document ready
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 선택한 게시글 상세 보기로 이동
|
|
||||||
function fn_viewDetail(articleNo) {
|
|
||||||
$("#articleNo").val(articleNo);
|
|
||||||
$("#articleForm").attr("action", "${pageContext.request.contextPath}/board/selectNotice.do");
|
|
||||||
$("#articleForm").submit();
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_insertRentItems() {
|
|
||||||
|
|
||||||
<sec:authorize access="not isAuthenticated()">
|
|
||||||
alert("먼저 로그인하신 후, 이용해 주시기 바랍니다.");
|
|
||||||
</sec:authorize>
|
|
||||||
|
|
||||||
<sec:authorize access="isAuthenticated()">
|
|
||||||
if($("#selItems").val() == "" || $("#selItems").val() == ",") {
|
|
||||||
alert("대출할 대상정보가 없습니다.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$("#frm").attr("action","${pageContext.request.contextPath}/rent/insertRentItems.do");
|
|
||||||
$("#frm").submit();
|
|
||||||
</sec:authorize>
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_changeInterest(masterId, onOff) {
|
|
||||||
alert("관심등록/삭제 준비중 : " + masterId + ", " + onOff);
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_gotoDetail(masterId) {
|
|
||||||
alert("상세보기 준비중 : " + masterId);
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_searchHome() {
|
function fn_searchHome() {
|
||||||
location.href = "/search/searchList.do";
|
location.href = "/search/searchList.do";
|
||||||
}
|
}
|
||||||
@ -125,28 +49,6 @@ function fn_listReadItems() {
|
|||||||
location.href = "/read/listReadItems.do";
|
location.href = "/read/listReadItems.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
|
||||||
|
|
||||||
/* 탭메뉴 */
|
|
||||||
var selectedIdx = '> li:eq(' + (${cartTypeCd } -1) + ')';
|
|
||||||
$('.cartTab ul.tabs').addClass('active').find(selectedIdx).addClass('current');
|
|
||||||
|
|
||||||
$('.tab ul.tabs li a').click(function (g) {
|
|
||||||
var tab = $(this).closest('.tab'),
|
|
||||||
index = $(this).closest('li').index();
|
|
||||||
|
|
||||||
tab.find('ul.tabs > li').removeClass('current');
|
|
||||||
$(this).closest('li').addClass('current');
|
|
||||||
|
|
||||||
tab.find('.tab_content').find('div.tabs_item').not('div.tabs_item:eq(' + index + ')').hide();
|
|
||||||
tab.find('.tab_content').find('div.tabs_item:eq(' + index + ')').show();
|
|
||||||
g.preventDefault();
|
|
||||||
});
|
|
||||||
|
|
||||||
if("${message}" != "") alert("${message}");
|
|
||||||
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -192,43 +94,43 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
<c:set var="totCnt" value="0" />
|
<c:set var="totCnt" value="0" />
|
||||||
|
|
||||||
<c:forEach var="rent" items="${list}" varStatus="status">
|
<c:forEach var="read" items="${list}" varStatus="status">
|
||||||
<!-- 행 : 시작 -->
|
<!-- 행 : 시작 -->
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="t-data">
|
<div class="t-data">
|
||||||
<div class="img"><a href="javascript:void(0)"><img src="${rent.rprsThumbUrl }" alt="썸네일" width="60" height="91" title="상세보기" onclick="fn_gotoDetail('${rent.masterId }')"></a>
|
<div class="img"><a href="javascript:void(0)"><img src="${read.rprsThumbUrlWithDefaultSmall }" alt="썸네일" width="60" height="91" title="상세보기" onclick="gfn_getDetail('${read.masterId }')"></a>
|
||||||
<c:if test='${cart.MUseYn == "Y"}'>
|
<c:if test='${read.MUseYn == "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
<span id="favorites_${read.masterId}" class="favorites" onclick="fn_changeInterest('${read.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test='${rent.MUseYn != "Y"}'>
|
<c:if test='${read.MUseYn != "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'on')" title="관심자료로 등록합니다.">
|
<span class="favorites" onclick="fn_changeInterest('${read.masterId }', 'on')" title="관심자료로 등록합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if> </div>
|
</c:if> </div>
|
||||||
<div class="type">
|
<div class="type">
|
||||||
<c:if test="${rent.openDivCd != '3' }">
|
<c:if test="${read.ableOnline }">
|
||||||
<span class="online">온라인열람</span>
|
<span class="online">온라인열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${rent.operOutRangeCd == '01' }">
|
<c:if test="${read.ableRent }">
|
||||||
<span class="loan">대출</span>
|
<span class="loan">대출</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${rent.operReadRangeCd != '03' }">
|
<c:if test="${read.ableRead }">
|
||||||
<span class="visit">방문열람</span>
|
<span class="visit">방문열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="title"><a href="javascript:void(0)" onclick="fn_gotoDetail('${rent.masterId }')" title="상세보기">${rent.title }</a></div>
|
<div class="title"><a href="javascript:void(0)" onclick="gfn_getDetail('${read.masterId }')" title="상세보기">${read.title }</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="t-state"><p>${rent.useStatusNm }</p></div>
|
<div class="t-state"><p>${read.useStatusNm }</p></div>
|
||||||
<div class="t-date">${rent.rtnExpctDd }</div>
|
<div class="t-date">${read.rtnExpctDd }</div>
|
||||||
<div class="t-reser poss">${rent.bookLtRvStatusNm }
|
<div class="t-reser poss">${read.bookLtRvStatusNm }
|
||||||
<c:if test='${not empty rent.rsrvDd }'>
|
<c:if test='${not empty read.rsrvDd }'>
|
||||||
(${rent.rsrvDd })
|
(${read.rsrvDd })
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -251,7 +153,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
<c:if test='${readVO.resultCode != "S"}'>
|
<c:if test='${readVO.resultCode != "S"}'>
|
||||||
<div class="compl-text">처리에 실패하였습니다.</div>
|
<div class="compl-text">처리에 실패하였습니다.</div>
|
||||||
<div class="compl-date">${readVO.resultMessage } (${readVO.resultCode })</div>
|
<div class="compl-date">${readVO.resultMessage }</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -83,14 +83,6 @@ $( document ).ready(function() {
|
|||||||
}); // document ready
|
}); // document ready
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 선택한 게시글 상세 보기로 이동
|
|
||||||
function fn_viewDetail(articleNo) {
|
|
||||||
$("#articleNo").val(articleNo);
|
|
||||||
$("#articleForm").attr("action", "${pageContext.request.contextPath}/board/selectNotice.do");
|
|
||||||
$("#articleForm").submit();
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_insertRentItems() {
|
function fn_insertRentItems() {
|
||||||
|
|
||||||
<sec:authorize access="not isAuthenticated()">
|
<sec:authorize access="not isAuthenticated()">
|
||||||
@ -116,10 +108,6 @@ function fn_insertRentItems() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function fn_changeInterest(masterId, onOff) {
|
|
||||||
alert("관심등록/삭제 준비중 : " + masterId + ", " + onOff);
|
|
||||||
}
|
|
||||||
|
|
||||||
function fn_listCartItems() {
|
function fn_listCartItems() {
|
||||||
|
|
||||||
<c:if test='${fromCart == "Y" }'>
|
<c:if test='${fromCart == "Y" }'>
|
||||||
@ -128,14 +116,10 @@ function fn_listCartItems() {
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test='${fromCart != "Y" }'>
|
<c:if test='${fromCart != "Y" }'>
|
||||||
history.back();
|
location.href = "/";
|
||||||
</c:if>
|
</c:if>
|
||||||
}
|
}
|
||||||
|
|
||||||
function fn_gotoDetail(masterId) {
|
|
||||||
alert("상세보기 준비중 : " + masterId);
|
|
||||||
}
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
/* 탭메뉴 */
|
/* 탭메뉴 */
|
||||||
@ -198,7 +182,6 @@ $(document).ready(function() {
|
|||||||
<c:set var="totCnt" value="0" />
|
<c:set var="totCnt" value="0" />
|
||||||
<c:set var="rentType1Cnt" value="0" />
|
<c:set var="rentType1Cnt" value="0" />
|
||||||
<c:set var="rentType2Cnt" value="0" />
|
<c:set var="rentType2Cnt" value="0" />
|
||||||
<c:set var="curType" value="" />
|
|
||||||
<c:set var="selItems" value="" />
|
<c:set var="selItems" value="" />
|
||||||
|
|
||||||
<h3><label>대출신청/예약확인 : ${rentVO.mngOrgNm }</label></h3>
|
<h3><label>대출신청/예약확인 : ${rentVO.mngOrgNm }</label></h3>
|
||||||
@ -213,8 +196,6 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
<c:forEach var="rent" items="${list}" varStatus="status">
|
<c:forEach var="rent" items="${list}" varStatus="status">
|
||||||
|
|
||||||
<c:set var="curType" value="0" />
|
|
||||||
|
|
||||||
<%
|
<%
|
||||||
//-----------------------------------
|
//-----------------------------------
|
||||||
// 대출신청인 경우
|
// 대출신청인 경우
|
||||||
@ -224,7 +205,6 @@ $(document).ready(function() {
|
|||||||
%>
|
%>
|
||||||
<c:if test="${rent.operOutRangeCd == '01' and (rent.useStatus == '01' or rent.useStatus == '04' or rent.useStatus == '05') }">
|
<c:if test="${rent.operOutRangeCd == '01' and (rent.useStatus == '01' or rent.useStatus == '04' or rent.useStatus == '05') }">
|
||||||
<c:set var="rentType1Cnt" value="${rentType1Cnt+1}" />
|
<c:set var="rentType1Cnt" value="${rentType1Cnt+1}" />
|
||||||
<c:set var="curType" value="1" />
|
|
||||||
<c:set var="selItems" value='${selItems += "," += rent.masterId }' />
|
<c:set var="selItems" value='${selItems += "," += rent.masterId }' />
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
@ -237,52 +217,51 @@ $(document).ready(function() {
|
|||||||
%>
|
%>
|
||||||
<c:if test="${rent.operOutRangeCd == '01' and rent.useStatus == '02' }">
|
<c:if test="${rent.operOutRangeCd == '01' and rent.useStatus == '02' }">
|
||||||
<c:set var="rentType2Cnt" value="${rentType2Cnt+1}" />
|
<c:set var="rentType2Cnt" value="${rentType2Cnt+1}" />
|
||||||
<c:set var="curType" value="2" />
|
|
||||||
<c:set var="selItems" value='${selItems += "," += rent.masterId }' />
|
<c:set var="selItems" value='${selItems += "," += rent.masterId }' />
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="t-data">
|
<div class="t-data">
|
||||||
<div class="img"><a href="javascript:void(0)"><img src="${rent.rprsThumbUrl }" alt="썸네일" width="60" height="91" title="상세보기" onclick="fn_gotoDetail('${rent.masterId }')"></a>
|
<div class="img"><a href="javascript:void(0)"><img src="${rent.rprsThumbUrlWithDefaultSmall }" alt="썸네일" width="60" height="91" title="상세보기" onclick="gfn_getDetail('${rent.masterId }')"></a>
|
||||||
<c:if test='${cart.MUseYn == "Y"}'>
|
<c:if test='${rent.MUseYn == "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
<span id="favorites_${rent.masterId}" class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'off')" title="관심자료에서 삭제합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test='${rent.MUseYn != "Y"}'>
|
<c:if test='${rent.MUseYn != "Y"}'>
|
||||||
<span class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'on')" title="관심자료로 등록합니다.">
|
<span id="favorites_${rent.masterId}" class="favorites" onclick="fn_changeInterest('${rent.masterId }', 'on')" title="관심자료로 등록합니다.">
|
||||||
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites.png" class="off" alt="즐겨찾기 아이콘">
|
||||||
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
<img src="/images/icon/icon-cart-Favorites-on.png" class="on" alt="즐겨찾기 아이콘">
|
||||||
</span>
|
</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="type">
|
<div class="type">
|
||||||
<c:if test="${rent.openDivCd != '3' }">
|
<c:if test="${rent.ableOnline }">
|
||||||
<span class="online">온라인열람</span>
|
<span class="online">온라인열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${rent.operOutRangeCd == '01' }">
|
<c:if test="${rent.ableRent }">
|
||||||
<span class="loan">대출</span>
|
<span class="loan">대출</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${rent.operReadRangeCd != '03' }">
|
<c:if test="${rent.ableRead }">
|
||||||
<span class="visit">방문열람</span>
|
<span class="visit">방문열람</span>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="title"><a href="javascript:void(0)" onclick="fn_gotoDetail('${rent.masterId }')" title="상세보기">${rent.title }</a></div>
|
<div class="title"><a href="javascript:void(0)" onclick="gfn_getDetail('${rent.masterId }')" title="상세보기">${rent.title }</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="t-state <c:if test="${rent.useStatus != '03' and rent.useStatus != '06' }">poss</c:if> <c:if test="${rent.useStatus == '03' or rent.useStatus == '06' }">imposs</c:if>"><p>${rent.useStatusNm }</p></div>
|
<div class="t-state <c:if test="${rent.useStatus != '03' and rent.useStatus != '06' }">poss</c:if> <c:if test="${rent.useStatus == '03' or rent.useStatus == '06' }">imposs</c:if>"><p>${rent.useStatusNm }</p></div>
|
||||||
<div class="t-date">${rent.rtnExpctDd }</div>
|
<div class="t-date">${rent.rtnExpctDd }</div>
|
||||||
<div class="t-reser <c:if test='${curType != "0" }'>poss</c:if> <c:if test='${curType == "0" }'>imposs</c:if> ">
|
<div class="t-reser <c:if test='${rent.ableRentNow }'>poss</c:if> <c:if test='${!rent.ableRentNow}'>imposs</c:if> ">
|
||||||
<c:if test='${curType == "0" }'>신청 불가</c:if>
|
<c:if test='${!rent.ableRentNow}'>신청 불가</c:if>
|
||||||
<c:if test='${curType == "1" }'>대출신청</c:if>
|
<c:if test='${rent.ableRentAppNow}'>대출신청</c:if>
|
||||||
<c:if test='${curType == "2" }'>대출예약</c:if>
|
<c:if test='${rent.ableRentResNow}'>대출예약</c:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="t-visit">
|
<div class="t-visit">
|
||||||
<c:if test='${curType == "0" }'>이미 대출 대기자가 있거나 대출가능 자료가 아닙니다.</c:if>
|
<c:if test='${!rent.ableRentNow }'>이미 대출 대기자가 있거나 대출가능 자료가 아닙니다.</c:if>
|
||||||
<c:if test='${curType == "1" }'>대출신청 자료는 신청 다음날까지 방문대출이 가능합니다.</c:if>
|
<c:if test='${rent.ableRentAppNow}'>대출신청 자료는 신청 다음날까지 방문대출이 가능합니다.</c:if>
|
||||||
<c:if test='${curType == "2" }'>대출예약 자료는 반납 즉시 문자(SMS)나 이메일로 안내 드립니다.</c:if>
|
<c:if test='${rent.ableRentResNow}'>대출예약 자료는 반납 즉시 문자(SMS)나 이메일로 안내 드립니다.</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -306,15 +285,8 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<c:if test='${rentVO.cartTypeCd == "1"}'>
|
|
||||||
<p class="text">- 대출예약 자료는 반납 즉시 문자(SMS)나 이메일을 통해 안내 드리며, 3일간 별도 보관됩니다. (3일이 지나면 예약이 취소됩니다.)</p>
|
<p class="text">- 대출예약 자료는 반납 즉시 문자(SMS)나 이메일을 통해 안내 드리며, 3일간 별도 보관됩니다. (3일이 지나면 예약이 취소됩니다.)</p>
|
||||||
<p class="text">- 대출신청 자료의 경우 대출을 신청한 후 다음날까지 방문대출이 가능합니다.</p>
|
<p class="text">- 대출신청 자료의 경우 대출을 신청한 후 다음날까지 방문대출이 가능합니다.</p>
|
||||||
</c:if>
|
|
||||||
|
|
||||||
<c:if test='${rentVO.cartTypeCd == "2"}'>
|
|
||||||
<p class="text">- 자료 열람은 방문열람신청이 승인된 후, 지정된 시간에 가능합니다.</p>
|
|
||||||
<p class="text">- 방문열람신청이 승인되면 문자(SMS)나 이메일을 통해 안내 드립니다.</p>
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
<div class="btn-wrap">
|
<div class="btn-wrap">
|
||||||
<button type="button" class="btn btn-gray" onclick="fn_listCartItems()">취소</button>
|
<button type="button" class="btn btn-gray" onclick="fn_listCartItems()">취소</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user