자료정보
@@ -266,10 +266,6 @@ $(document).ready(function() {
-
-
- 대출신청/예약 내역은 [마이페이지 > 대출관리]에서 확인하실 수 있습니다.
- 주어진 기한 안에 방문하지 않는 경우, 신청/예약이 자동 취소됩니다.
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp
index 10759e8b..d0b3b576 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp
@@ -142,7 +142,9 @@ function fn_search(bookLtRvStatusCd) {
if(obj.bookLtRvStatusCd == null) {
statusHtml = "";
} else if(obj.bookLtRvStatusCd.startsWith("A")) {
- statusHtml = "
";
+ if(obj.rsrvDivCd == "2") obj.bookLtRvStatusNm = "예약";
+ else obj.bookLtRvStatusNm = "신청";
+ statusHtml = "
";
} else if(obj.bookLtRvStatusCd.startsWith("R")) {
statusHtml = "
" + gfn_formatDateStr(obj.rtnDd,"-") + "";
}
diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css
index 7eb66b10..fdc7e0cc 100644
--- a/src/main/webapp/css/default.css
+++ b/src/main/webapp/css/default.css
@@ -162,7 +162,7 @@ section .inner p.desc {font-size: 18px;color:#666;margin-bottom:40px;}
.sec1 .inner .banner h3 {font-size:36px;line-height:48px;color:#fff;font-weight: 500;text-align:center;width:100%;position: absolute;top:200px;}
.sec1 .inner .banner p {font-size:16px;line-height:24px;color:#fff;font-weight: 200;text-align:center;width:100%;position: absolute;top:320px;}
.sec1 .inner .banner p:nth-of-type(2) {top:400px;}
-.sec1 .inner .banner p:nth-of-type(2) a {border:1px solid #fff;border-radius:50px;color:#fff;font-size:14px;padding:5px 20px;}
+.sec1 .inner .banner p:nth-of-type(2) a {border:1px solid #000;background:#000;border-radius:50px;color:#fff;font-size:14px;padding:5px 20px;}
.sec1 .inner .banner p:nth-of-type(2) a:hover {border:1px solid #fff;background:#fff;color:#333;}
.MainSwiper {width:100%;height:100%;display:inline-block;}
.MainSwiper .swiper-button-next:after, .MainSwiper .swiper-rtl .swiper-button-prev:after, .MainSwiper .swiper-button-prev:after, .MainSwiper .swiper-rtl .swiper-button-next:after {color:#fff;}
@@ -232,7 +232,7 @@ transform: rotate(45deg);
/********** 메인섹션4 **********/
.sec4 .inner .middle-banner {background: url(/images/bg/bg-sec4-bg.jpg) no-repeat;width:100%;height:317px;background-size: cover;}
.sec4 .inner .middle-banner h3 {padding:70px 0px 20px;font-size:36px;line-height: 46px;color: #fff;}
-.sec4 .inner .middle-banner h3 strong {color:#feb855;}
+.sec4 .inner .middle-banner h3 strong {color:#ffcf8b;text-shadow:1px 1px 1px rgba(0,0,0,0.8);}
.sec4 .inner .middle-banner p {font-size:18px;font-weight: 100;color:#fff;}
@@ -1584,7 +1584,7 @@ transform: rotate(45deg);}
.qna .list-table-wrap li:hover .t-tit a {border-bottom:1px solid #376795;padding-bottom:1px;color:#376795;display: inline;}
.qna .btn-box {float:right;}
-.no-result {padding:60px 0px;font-size:14px;color:#999;text-align:center;}
+.no-result {padding:60px 0px;font-size:14px;color:#666;text-align:center;}
.privacy .top-bg {width:1200px;height:270px;margin:0 auto 50px;background: url(/images/bg/bg-privacy.jpg) no-repeat center;text-align: left;}
.privacy .top-bg p {color:#fff;}
@@ -1993,7 +1993,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite;
.btn-green {background: #327f8f;color: #fff;}
.btn-green:focus,
.btn-green:hover {background: #1a6878;transition: background .3s ease;}
-.btn-orange {background: #ec8c26;color: #fff;}
+.btn-orange {background: #d27818;color: #fff;}
.btn-orange:focus,
.btn-orange:hover {background: #e26c26;transition: background .3s ease;}
.btn-gray {background: #666;color: #fff;}
diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js
index 9e8a49ad..ec60d44f 100644
--- a/src/main/webapp/js/default.js
+++ b/src/main/webapp/js/default.js
@@ -33,6 +33,16 @@ $(document).ready(function(){
});
});
+ //메인 슬라이드 접근성
+ $('.MainSwiper .loop-count button.remote span').append('
일시정지');
+ $('.MainSwiper .loop-count button.remote').click(function(){
+ if($('.MainSwiper .loop-count button.remote').hasClass('restart') === false) {
+ $('.MainSwiper .loop-count button.remote .ir').text('일시정지');
+ } else {
+ $('.MainSwiper .loop-count button.remote .ir').text('재생');
+ }
+ });
+
/* 인기자료 탭메뉴 */
(function ($) {
$(".tab ul.tabs").addClass("active").find("> li:eq(0)").addClass("current");
diff --git a/src/main/webapp/js/nlib.js b/src/main/webapp/js/nlib.js
index 798841b6..f435434d 100644
--- a/src/main/webapp/js/nlib.js
+++ b/src/main/webapp/js/nlib.js
@@ -385,6 +385,23 @@ function gfn_formatDateStr(yyyymmdd, defVal) {
return defVal;
}
+function gfn_formatTimeStr(timeStr, defVal) {
+
+ if(gfn_isEmpty(timeStr)) return defVal;
+
+ if(4 <= timeStr.length && timeStr.length < 6) {
+ return timeStr.substr(0, 4);
+ } else if(6 <= timeStr.length && timeStr.length < 8) {
+ return timeStr.substr(0, 4) + "-" + timeStr.substr(4,2);
+ } else if(8 <= timeStr.length && timeStr.length < 12) {
+ return timeStr.substr(0, 4) + "-" + timeStr.substr(4,2) + "-" + timeStr.substr(6, 2);
+ } else if(12 <= timeStr.length) {
+ return timeStr.substr(0, 4) + "-" + timeStr.substr(4,2) + "-" + timeStr.substr(6, 2) + " " + timeStr.substr(8, 2) + ":" + timeStr.substr(10, 2);
+ }
+
+ return defVal;
+}
+
// 원문보기
var DOC_VIEW_URL = "https://port.nculture.org/npdfView.do?npdf=N";
var VIDEO_VIEW_URL = "https://port.nculture.org/nvodView.do?nvod=N";