diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp index b9941f40..25a6d312 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp @@ -303,15 +303,14 @@ $(document).ready(function() {
- * @Class Name : selectItemInfo.jsp - * - * @Description : 소장자료 상세내용을 조회한다. - * - * - * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021) - * - *- * - * @ ------------ -------- --------------------------- - * @ 수정일 수정자 수정내용 - * @ ------------ -------- --------------------------- - * @ 2021. 7. 30. JSYOO 최초 생성 - * @ 2021.10. 28. KNKIM 대출예약, 방문열람신청, 카트담기 연결 처리 - * - * - * @author 이씨플라자 * DIGITALSHIP JSYOO - * @since 2021. 7. 30. - * @version 1.0 - * - */ - %> -<%@ page language="java" contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> - - -
- * @Class Name : confirmRent.jsp - * - * @Description : 대출신청 확인 화면 - * - * - * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021) - * - *- * - * @ ------------ -------- --------------------------- - * @ 수정일 수정자 수정내용 - * @ ------------ -------- --------------------------- - * @ 2021. 10. 25. KNKIM 최초 생성 - * - * - * @author 이씨플라자 * DIGITALSHIP KNKIM - * @since 2021. 10. 25. - * @version 1.0 - * - */ - %> -<%@ page language="java" contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> -<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> - - - - - - - - - +<% +/** + *
+ * @Class Name : confirmRend.jsp + * + * @Description : 방문열람신청 확인 화면 + * + * + * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021) + * + *+ * + * @ ------------ -------- --------------------------- + * @ 수정일 수정자 수정내용 + * @ ------------ -------- --------------------------- + * @ 2021. 10. 25. KNKIM 최초 생성 + * + * + * @author 이씨플라자 * DIGITALSHIP KNKIM + * @since 2021. 10. 25. + * @version 1.0 + * + */ + %> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> +<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp index 57aca952..5e6bbe7e 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp @@ -1,9 +1,9 @@ <% /** *
- * @Class Name : confirmRent.jsp
+ * @Class Name : insertReadItems.jsp
*
- * @Description : 대출신청 확인 화면
+ * @Description : 방문열람신청 결과 화면
*
*
* @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
@@ -33,90 +33,14 @@
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
@@ -192,43 +94,43 @@ $(document).ready(function() {
-
+
-
- ${rent.useStatusNm }
- ${rent.rtnExpctDd }
- ${rent.bookLtRvStatusNm }
-
- (${rent.rsrvDd })
+ ${read.useStatusNm }
+ ${read.rtnExpctDd }
+ ${read.bookLtRvStatusNm }
+
+ (${read.rsrvDd })
@@ -251,7 +153,7 @@ $(document).ready(function() {
처리에 실패하였습니다.
- ${readVO.resultMessage } (${readVO.resultCode })
+ ${readVO.resultMessage }
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/rent/confirmRent.jsp b/src/main/webapp/WEB-INF/jsp/nlib/rent/confirmRent.jsp
index 7f148b6d..284b3fe4 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/rent/confirmRent.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/rent/confirmRent.jsp
@@ -83,14 +83,6 @@ $( document ).ready(function() {
}); // document ready
-
-// 선택한 게시글 상세 보기로 이동
-function fn_viewDetail(articleNo) {
- $("#articleNo").val(articleNo);
- $("#articleForm").attr("action", "${pageContext.request.contextPath}/board/selectNotice.do");
- $("#articleForm").submit();
-}
-
function fn_insertRentItems() {
@@ -116,10 +108,6 @@ function fn_insertRentItems() {
}
-function fn_changeInterest(masterId, onOff) {
- alert("관심등록/삭제 준비중 : " + masterId + ", " + onOff);
-}
-
function fn_listCartItems() {
@@ -128,14 +116,10 @@ function fn_listCartItems() {
- history.back();
+ location.href = "/";
}
-function fn_gotoDetail(masterId) {
- alert("상세보기 준비중 : " + masterId);
-}
-
$(document).ready(function() {
/* 탭메뉴 */
@@ -198,7 +182,6 @@ $(document).ready(function() {
-
@@ -213,8 +196,6 @@ $(document).ready(function() {
-
-
<%
//-----------------------------------
// 대출신청인 경우
@@ -224,7 +205,6 @@ $(document).ready(function() {
%>
-
@@ -237,52 +217,51 @@ $(document).ready(function() {
%>
-
-
poss imposs ">${rent.useStatusNm }
${rent.rtnExpctDd }
- poss imposs ">
- 신청 불가
- 대출신청
- 대출예약
+
+ 신청 불가
+ 대출신청
+ 대출예약
- 이미 대출 대기자가 있거나 대출가능 자료가 아닙니다.
- 대출신청 자료는 신청 다음날까지 방문대출이 가능합니다.
- 대출예약 자료는 반납 즉시 문자(SMS)나 이메일로 안내 드립니다.
+ 이미 대출 대기자가 있거나 대출가능 자료가 아닙니다.
+ 대출신청 자료는 신청 다음날까지 방문대출이 가능합니다.
+ 대출예약 자료는 반납 즉시 문자(SMS)나 이메일로 안내 드립니다.
@@ -306,15 +285,8 @@ $(document).ready(function() {
-
- 대출예약 자료는 반납 즉시 문자(SMS)나 이메일을 통해 안내 드리며, 3일간 별도 보관됩니다. (3일이 지나면 예약이 취소됩니다.)
- 대출신청 자료의 경우 대출을 신청한 후 다음날까지 방문대출이 가능합니다.
-
-
-
- - 자료 열람은 방문열람신청이 승인된 후, 지정된 시간에 가능합니다.
- - 방문열람신청이 승인되면 문자(SMS)나 이메일을 통해 안내 드립니다.
-