코드 정리
This commit is contained in:
parent
0ed45808a4
commit
168894bd30
@ -206,7 +206,7 @@ public class ReadServiceImpl implements ReadService {
|
||||
reqVO.setMbInfoId(searchVO.getMbInfoId()); // 통신 시, 암호화되어 송수신됨
|
||||
reqVO.setPageSize(searchVO.getPageSize());
|
||||
reqVO.setPageIndex(searchVO.getPageIndex());
|
||||
reqVO.putInfoItem("mngOrgCd", StringUtil.getString(searchVO.getMngOrgCd(), "KCCF")); // DDDDDDDDDDDDDDDDDDDd api 변경시까지 유지
|
||||
reqVO.putInfoItem("mngOrgCd", searchVO.getMngOrgCd());
|
||||
reqVO.putInfoItem("reqStatusDivCd", searchVO.getReqStatusDivCd());
|
||||
return dataApi.request(reqVO);
|
||||
}
|
||||
|
||||
@ -12,12 +12,4 @@ public interface RentDAO {
|
||||
|
||||
public List<HashMap<String, String>> listRentMngOrg(String mbInfoId);
|
||||
|
||||
|
||||
/**
|
||||
* 사용자의 대출현황을 조회한다.
|
||||
*
|
||||
* @param mbInfoId
|
||||
* @return
|
||||
*/
|
||||
public Map<String, String> getRentStats(String mbInfoId);
|
||||
}
|
||||
|
||||
@ -347,7 +347,7 @@ public class UserInfoController extends NlibCommonController {
|
||||
model.addAttribute("rentTotalCount", resRentVO.getRecordTotCount());
|
||||
|
||||
// 방문열람내역 (최근 5개)
|
||||
searchCollectionVO.setReqStatusDivCd("A"); // API 변경될떄까지 임시 값 보냄 DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
|
||||
searchCollectionVO.setReqStatusDivCd(null);
|
||||
DataApiResVO resReadVO = readService.listReadItems(searchCollectionVO);
|
||||
List<CollectionVO> readList = collectionService.setDetailInfoForHashList(resReadVO.getRecordList(), searchCollectionVO.getMbInfoId(), NlibProperty.getString("thumbnail.image.url.small"));
|
||||
model.addAttribute("readList", readList);
|
||||
|
||||
@ -20,14 +20,4 @@
|
||||
ORDER BY C.DEPT_NM
|
||||
</select>
|
||||
|
||||
<select id="getRentStats" parameterType="String" resultType="EgovMap">
|
||||
/* API 개발될때까지 임시 건수 데이터 제공 : DDDDDDDDDDDDDDDDDDDDDdd */
|
||||
SELECT
|
||||
5 AS cntApp /* 신청 */
|
||||
, 2 AS cntRes /* 예약 */
|
||||
, 7 AS cntCancel /* 취소 */
|
||||
, 2 AS cntOut /* 대출중 */
|
||||
, 3 AS cntReturn /* 반납 */
|
||||
, 0 AS cntDelay /* 연체 */
|
||||
</select>
|
||||
</mapper>
|
||||
@ -62,14 +62,14 @@ function fn_getMemberCard() {
|
||||
<div class="log">
|
||||
<ul>
|
||||
<sec:authorize access="not isAuthenticated()">
|
||||
<li><!-- 개발자 확인용 타이틀 임시 추가 DDDDDDDDDDD -->
|
||||
<li>
|
||||
<a href="javascript:void(0)" onclick='fn_layerPopWithClass("/login/loginFormPopup.do", "pop-login")' title="${councilNm}(${councilCd})" class="login-btn">로그인</a></li>
|
||||
</sec:authorize>
|
||||
<sec:authorize access="isAuthenticated()">
|
||||
<sec:authentication property="principal.name" var="userName" />
|
||||
<sec:authentication property="principal.loginUserId" var="userId" />
|
||||
|
||||
<li><!-- 개발자 확인용 타이틀 임시 추가 DDDDDDDDDDD -->
|
||||
<li>
|
||||
<a href="javascript:void(0)" onclick="javascript:location.href='${pageContext.request.contextPath}/logout';"
|
||||
title="${userId} - ${councilNm} (${councilCd})" class="login-btn">
|
||||
${userName}님 로그아웃</a>
|
||||
|
||||
@ -229,6 +229,7 @@
|
||||
<div class="state">
|
||||
<c:if test='${item.reqStatusDivCd == "A0" }'><span class="wait">${item.reqStatusDivNm}</span></c:if>
|
||||
<c:if test='${item.reqStatusDivCd == "A1" }'><span class="approval">${item.reqStatusDivNm}</span></c:if>
|
||||
<c:if test='${item.reqStatusDivCd == "W" }'><span class="approval">${item.reqStatusDivNm}</span></c:if>
|
||||
<c:if test='${item.reqStatusDivCd == "A2" }'><span class="return">${item.reqStatusDivNm}</span></c:if>
|
||||
<c:if test='${item.reqStatusDivCd == "C" }'><span class="cancel">${item.reqStatusDivNm}</span></c:if>
|
||||
<c:if test='${item.reqStatusDivCd == "R" }'><span class="read">${item.reqStatusDivNm}</span></c:if>
|
||||
|
||||
@ -56,16 +56,6 @@ $(document).ready(function() {
|
||||
<li><a href="javascript:void(0)" gotoUrl="${pageContext.request.contextPath}/interest/listInterests.do" title="관심자료" reqLogin><span class="underline blue">관심자료</span></a></li>
|
||||
<li><a href="javascript:void(0)" gotoUrl="${pageContext.request.contextPath}/rent/listRentItems.do" title="대출관리" reqLogin><span class="underline blue">대출관리</span></a></li>
|
||||
<li><a href="javascript:void(0)" gotoUrl="${pageContext.request.contextPath}/read/listReadItems.do" title="방문열람관리" reqLogin><span class="underline blue">방문열람관리</span></a></li>
|
||||
|
||||
<!-- 개발진행 중 임시 추가 : 시작 DDDDDDDDDDDDDD-->
|
||||
<li>--- 이하 임시 추가 메뉴 ---</li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='${pageContext.request.contextPath}/user/member/searchIdForm.do';" title="ID/PW찾기"><span class="underline blue">ID/PW찾기</span></a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='${pageContext.request.contextPath}/sample/password/getSampleEncoder.do';" title="암호화"><span class="underline blue">암호화</span></a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='${pageContext.request.contextPath}/system/reloadProperties.do';" title="환경설정갱신"><span class="underline blue">환경설정갱신</span></a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='${pageContext.request.contextPath}/code/listCodes.do';" title="코드조회"><span class="underline blue">코드조회</span></a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='${pageContext.request.contextPath}/sample/listRentItem.do';" title="API샘플"><span class="underline blue">API샘플</span></a></li>
|
||||
|
||||
<!-- 개발진행 중 임시 추가 : 종료 DDDDDDDDDDDDDD -->
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
@ -123,9 +123,9 @@ $(document).ready(function(){
|
||||
jQuery(function($) {
|
||||
// 상세검색 팝업 열기
|
||||
$('.btn-search-detail').on('click', function () {
|
||||
// 클릭 시, 컨텐츠 로딩되도록 처리 (2021.10.20 DDDDDDDDDD 추가) : 시작
|
||||
// 클릭 시, 컨텐츠 로딩되도록 처리 (2021.10.20 NLIB 추가) : 시작
|
||||
fn_layerPopWithClass("/search/getDetailedSearchFormPopup.do", "popup pop-advanced-search");
|
||||
// 클릭 시, 컨텐츠 로딩되도록 처리 (2021.10.20 DDDDDDDDDD 추가) : 종료
|
||||
// 클릭 시, 컨텐츠 로딩되도록 처리 (2021.10.20 NLIB 추가) : 종료
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<script type="text/javascript" src="https://static.nid.naver.com/js/naverLogin_implicit-1.0.3.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
var naver_id_login = new naver_id_login("jIRK8ZmHrZyfm4Qky7pF", "http://www.oauth2test.com/test/callback.html");
|
||||
// 접근 토큰 값 출력
|
||||
alert(" access_token=" + naver_id_login.oauthParams.access_token);
|
||||
// 네이버 사용자 프로필 조회
|
||||
naver_id_login.get_naver_userprofile("naverSignInCallback()");
|
||||
// 네이버 사용자 프로필 조회 이후 프로필 정보를 처리할 callback function
|
||||
function naverSignInCallback() {
|
||||
alert(naver_id_login.getProfileData('email'));
|
||||
alert(naver_id_login.getProfileData('nickname'));
|
||||
alert(naver_id_login.getProfileData('age'));
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,22 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>네이버 로그인</title>
|
||||
<script type="text/javascript" src="https://static.nid.naver.com/js/naverLogin_implicit-1.0.3.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- 네이버아이디로로그인 버튼 노출 영역 -->
|
||||
<div id="naver_id_login"></div>
|
||||
<!-- //네이버아이디로로그인 버튼 노출 영역 -->
|
||||
<script type="text/javascript">
|
||||
var naver_id_login = new naver_id_login("jIRK8ZmHrZyfm4Qky7pF", "http://www.oauth2test.com/test/callback.html");
|
||||
var state = naver_id_login.getUniqState();
|
||||
naver_id_login.setButton("white", 2,40);
|
||||
naver_id_login.setDomain("http://www.oauth2test.com/test/naverLogin.html");
|
||||
naver_id_login.setState(state);
|
||||
naver_id_login.setPopup();
|
||||
naver_id_login.init_naver_id_login();
|
||||
</script>
|
||||
</html>
|
||||
@ -1,230 +0,0 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<link href="/css/common.css" rel="stylesheet">
|
||||
<link href="/css/jquery.mCustomScrollbar.css" rel="stylesheet">
|
||||
<link href="/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="/css/default.css" rel="stylesheet">
|
||||
|
||||
<!-- <script src="/js/jquery-1.11.2.min.js"></script> -->
|
||||
<script src="/js/jquery/jquery.min.js"></script>
|
||||
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
||||
<script src="/js/swiper.min.js"></script>
|
||||
<script src="/js/default.js"></script>
|
||||
|
||||
<script src="/js/nlib.js"></script>
|
||||
<script src="/js/cart.js"></script>
|
||||
|
||||
<title>소장자료관</title>
|
||||
|
||||
<script type="text/javascript">
|
||||
// 제목 설정
|
||||
function fn_setPageTitle(title) {
|
||||
document.title = "소장자료관 - " + title;
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wrap sub">
|
||||
<!-- 헤더 -->
|
||||
<header id="header">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- HOME -->
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#imgLogo").attr("src", "/images/logo/img-logo-KCCF.png");
|
||||
$("#imgLogo").on("error", function() {
|
||||
|
||||
$("<span id='siteCouncilNm' name='siteCouncilNm'>한국문화원연합회</span>").insertBefore($("#siteCommonTitle"));
|
||||
$("#siteCouncilNm").attr("style", "border-left:0px !important");
|
||||
|
||||
$(this).remove();
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
<h2 class="blind">헤더영역</h2>
|
||||
<div class="inner">
|
||||
|
||||
<h1><a href="javascript:void(0)" onclick="javascript:location.href='/';"><img namme="imgLogo" id="imgLogo" src=""><span name="siteCommonTitle" id="siteCommonTitle">소장자료관 (https://nlib-dev.nculture.org)</span></a></h1>
|
||||
|
||||
<div class="search-wrap">
|
||||
<h2 class="blind">검색</h2>
|
||||
<form id="searchHeaderForm" name="searchHeaderForm" method="post" action="">
|
||||
<fieldset>
|
||||
<legend>검색</legend>
|
||||
<div class="search-input">
|
||||
<input type="text" placeholder="" title="검색어 입력" name="query" id="query" class="ark_query" value="" autocomplete="off">
|
||||
<button type="button" class="btn-search" id="searchHeaderButton"><span>검색</span></button>
|
||||
<!-- <button type="button" class="btn-search-detail" id="btn-search-detail-cl" onclick="javascript:fn_layerPop('/search/getDetailedSearchFormPopup.do');">상세검색</button> -->
|
||||
<button type="button" class="btn-search-detail" id="btn-search-detail-cl">상세검색</button>
|
||||
</div>
|
||||
<div class="condition_sear">
|
||||
<select name="searchField" id="searchField1" class="sear_depth">
|
||||
<option value="" selected="selected">전체</option>
|
||||
<option value="TITLE">제목</option>
|
||||
</select>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="log">
|
||||
<ul>
|
||||
|
||||
<li><!-- 개발자 확인용 타이틀 임시 추가 DDDDDDDDDDD -->
|
||||
<a href="javascript:void(0)" onclick="javascript:location.href='/login/loginCouncil.do';"
|
||||
title="한국문화원연합회(KCCF)" class="login-btn">로그인</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/cart/listCartItems.do';">카트(<span class="count">10</span>)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</header>
|
||||
|
||||
<!-- 메뉴 -->
|
||||
<div class="nav-wrap">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="inner">
|
||||
<button id="primary-nav-button" type="button" class="Btn eff"><i class="eff">Menu</i></button>
|
||||
<nav id="primary-nav" class="dropdown cf">
|
||||
<ul class="dropdown menu">
|
||||
<li class="eff active"><a href="/activar/index.html" title="자료관안내" class="eff">자료관안내</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectGreeting.do';" title="인사말" class="underline blue">인사말</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectNCultureOperationInfo.do';" title="이용안내" class="underline blue">이용안내</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectNCultureLocationInfo.do';" title="찾아오시는길" class="underline blue">찾아오시는길</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/search/searchList.do';" title="소장자료" class="eff">소장자료</a></li>
|
||||
<li><a href="/activar/contact.html" title="고객지원" class="eff">고객지원</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/bbs/listAncmnts.do';" title="공지사항" class="underline blue">공지사항</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/bbs/listFaqs.do';" title="FAQ" class="underline blue">FAQ</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/bbs/listQnas.do';" title="Q&A" class="underline blue">Q&A</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/activar/contact.html" title="마이페이지" class="eff">마이페이지</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/userInfo/pwCertMyInfo.do';" title="회원정보관리" class="underline blue">회원정보관리</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/interest/listInterests.do';" title="관심자료" class="underline blue">관심자료</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/rent/listRentItems.do';" title="대출관리" class="underline blue">대출관리</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/rent/listRequestsForViewingItem.do';" title="방문열람관리" class="underline blue">방문열람관리</a></li>
|
||||
|
||||
<!-- 개발진행 중 임시 추가 : 시작 DDDDDDDDDDDDDD -->
|
||||
<li>--- 이하 임시 추가 메뉴 ---</li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/user/member/searchIdForm.do';" title="ID/PW찾기" class="underline blue">ID/PW찾기</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/login/loginCouncil.do?callType=member';" title="회원가입" class="underline blue">회원가입</a></li>
|
||||
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/sample/password/getSampleEncoder.do';" title="암호화" class="underline blue">암호화</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/system/reloadProperties.do';" title="환경설정갱신" class="underline blue">환경설정갱신</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/code/listCodes.do';" title="코드조회" class="underline blue">코드조회</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/sample/listRentItem.do';" title="API샘플" class="underline blue">목록조회:API샘플</a></li>
|
||||
<!-- 개발진행 중 임시 추가 : 종료 DDDDDDDDDDDDDD -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 메인컨텐츠 -->
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Insert title here</title>
|
||||
</head>
|
||||
<body>
|
||||
가입되셨습니다. 환영합니다
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<footer id="footer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<button type="button" id="btn-go-top" class="btn-go-top"><span><img src="/images/icon/icon-arr-top.png" alt="상단 화살표"></span><p>TOP</p></button>
|
||||
<div class="inner">
|
||||
<div class="row-top">
|
||||
<div class="footer-logo">
|
||||
<h1><a href="#"><img src="/images/img/img-footer-logo.png" alt="푸터 로고"></a></h1>
|
||||
</div>
|
||||
<div class="family_site">
|
||||
<p class="site_name">관련 사이트</p>
|
||||
<ul class="site_depth">
|
||||
<li><a href="http://www.kccf.or.kr/" target="_blank" title="한국문화원연합회">한국문화원연합회</a></li>
|
||||
<li><a href="http://www.nculture.org" target="_blank" title="지역N문화">지역N문화</a></li>
|
||||
<li><a href="http://www.mcst.go.kr" target="_blank" title="문화체육관광부">문화체육관광부</a></li>
|
||||
<li><a href="http://www.culture.go.kr" target="_blank" title="문화포털">문화포털</a></li>
|
||||
<li><a href="http://kto.visitkorea.or.kr/kor.kto" target="_blank" title="한국관광공사">한국관광공사</a></li>
|
||||
<li><a href="http://www.seniorculture.or.kr/" target="_blank" title="어르신문화프로그램">어르신문화프로그램</a></li>
|
||||
<li><a href="http://csv.culture.go.kr/frt/main.do" target="_blank" title="문화체육자원봉사">문화체육자원봉사</a></li>
|
||||
<li><a href="https://inmun360.culture.go.kr/" target="_blank" title="인문360도">인문360도</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-bottom">
|
||||
<div class="left-side">
|
||||
<ul class="fnb">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectTermsInfo.do';">이용약관</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectPrivacyInfo.do';">개인정보처리방침</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectNCultureLocationInfo.do';">찾아오시는 길</a></li>
|
||||
</ul>
|
||||
<p class="copy">
|
||||
서울시 마포대로49 성우빌딩 308호 <span><a href="tel:02-704-2322">TEL. 02.704-2322</a></span> <span>FAX. 02.704-2377</span> <br>
|
||||
COPYRIGHT (C)2018 The Federation of Korea Culture Center. ALL RIGHT RESERVED.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<!-- Layer Popup -->
|
||||
<!-- <div id="NLIB_LAYER_POPUP" name="NLIB_LAYER_POPUP" class="popup pop-advanced-search" style="display:none;"> -->
|
||||
<div id="NLIB_LAYER_POPUP" name="NLIB_LAYER_POPUP" style="display:none;">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -1,262 +0,0 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<link href="/css/common.css" rel="stylesheet">
|
||||
<link href="/css/jquery.mCustomScrollbar.css" rel="stylesheet">
|
||||
<link href="/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="/css/default.css" rel="stylesheet">
|
||||
|
||||
<script src="/js/jquery/jquery.min.js"></script>
|
||||
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
||||
<script src="/js/swiper.min.js"></script>
|
||||
<script src="/js/default.js"></script>
|
||||
|
||||
<script src="/js/nlib.js"></script>
|
||||
<script src="/js/cart.js"></script>
|
||||
|
||||
<title>소장자료관</title>
|
||||
|
||||
<script type="text/javascript">
|
||||
// 제목 설정
|
||||
function fn_setPageTitle(title) {
|
||||
document.title = "소장자료관 - " + title;
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wrap sub">
|
||||
|
||||
<!-- 헤더 -->
|
||||
<header id="header">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- HOME -->
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#imgLogo").attr("src", "/images/logo/img-logo-SU04.png");
|
||||
$("#imgLogo").on("error", function() {
|
||||
|
||||
$("<span id='siteCouncilNm' name='siteCouncilNm'>서울강서문화원</span>").insertBefore($("#siteCommonTitle"));
|
||||
$("#siteCouncilNm").attr("style", "border-left:0px !important");
|
||||
|
||||
$(this).remove();
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
<h2 class="blind">헤더영역</h2>
|
||||
<div class="inner">
|
||||
|
||||
<h1><a href="javascript:void(0)" onclick="javascript:location.href='/';"><img namme="imgLogo" id="imgLogo" src=""><span name="siteCommonTitle" id="siteCommonTitle">소장자료관</span></a></h1>
|
||||
|
||||
<div class="search-wrap">
|
||||
<h2 class="blind">검색</h2>
|
||||
<form id="searchHeaderForm" name="searchHeaderForm" method="post" action="">
|
||||
<fieldset>
|
||||
<legend>검색</legend>
|
||||
<div class="search-input">
|
||||
<input type="text" placeholder="" title="검색어 입력" name="query" id="query" class="ark_query" value="" autocomplete="off">
|
||||
<button type="button" class="btn-search" id="searchHeaderButton"><span>검색</span></button>
|
||||
<!-- <button type="button" class="btn-search-detail" id="btn-search-detail-cl" onclick="javascript:fn_layerPop('/search/getDetailedSearchFormPopup.do');">상세검색</button> -->
|
||||
<button type="button" class="btn-search-detail" id="btn-search-detail-cl">상세검색</button>
|
||||
</div>
|
||||
<div class="condition_sear">
|
||||
<select name="searchField" id="searchField1" class="sear_depth">
|
||||
<option value="" selected="selected">전체</option>
|
||||
<option value="TITLE">제목</option>
|
||||
</select>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="log">
|
||||
<ul>
|
||||
|
||||
<li><!-- 개발자 확인용 타이틀 임시 추가 DDDDDDDDDDD -->
|
||||
<a href="javascript:void(0)" onclick='fn_layerPopWithClass("/login/loginFormPopup.do", "pop-login")' title="서울강서문화원(SU04)" class="login-btn">로그인</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="javascript:void(0)" class="member-card-btn">회원증</a></li>
|
||||
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/cart/listCartItems.do';">카트(<span class="count">10</span>)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</header>
|
||||
|
||||
<!-- 메뉴 -->
|
||||
<div class="nav-wrap">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="inner">
|
||||
<button id="primary-nav-button" type="button" class="Btn eff"><i class="eff">Menu</i></button>
|
||||
<nav id="primary-nav" class="dropdown cf">
|
||||
<ul class="dropdown menu">
|
||||
<li class="eff active"><a href="/activar/index.html" title="자료관안내" class="eff">자료관안내</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectGreeting.do';" title="인사말" class="underline blue">인사말</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectNCultureOperationInfo.do';" title="이용안내" class="underline blue">이용안내</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectNCultureLocationInfo.do';" title="찾아오시는길" class="underline blue">찾아오시는길</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/search/searchList.do';" title="소장자료" class="eff">소장자료</a></li>
|
||||
<li><a href="/activar/contact.html" title="고객지원" class="eff">고객지원</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/bbs/listAncmnts.do';" title="공지사항" class="underline blue">공지사항</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/bbs/listFaqs.do';" title="FAQ" class="underline blue">FAQ</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/bbs/listQnas.do';" title="Q&A" class="underline blue">Q&A</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/activar/contact.html" title="마이페이지" class="eff">마이페이지</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/userInfo/pwCertMyInfo.do';" title="회원정보관리" class="underline blue">회원정보관리</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/interest/listInterests.do';" title="관심자료" class="underline blue">관심자료</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/rent/listRentItems.do';" title="대출관리" class="underline blue">대출관리</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/rent/listRequestsForViewingItem.do';" title="방문열람관리" class="underline blue">방문열람관리</a></li>
|
||||
|
||||
<!-- 개발진행 중 임시 추가 : 시작 DDDDDDDDDDDDDD -->
|
||||
<li>--- 이하 임시 추가 메뉴 ---</li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/user/member/searchIdForm.do';" title="ID/PW찾기" class="underline blue">ID/PW찾기</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/login/loginCouncil.do?callType=member';" title="회원가입" class="underline blue">회원가입</a></li>
|
||||
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/sample/password/getSampleEncoder.do';" title="암호화" class="underline blue">암호화</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/system/reloadProperties.do';" title="환경설정갱신" class="underline blue">환경설정갱신</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/code/listCodes.do';" title="코드조회" class="underline blue">코드조회</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/sample/listRentItem.do';" title="API샘플" class="underline blue">목록조회:API샘플</a></li>
|
||||
<!-- 개발진행 중 임시 추가 : 종료 DDDDDDDDDDDDDD -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 메인컨텐츠 -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 안내 섹션 -->
|
||||
<section class="join succ dormant">
|
||||
<h2 class="blind">안내 섹션영역</h2>
|
||||
<div class="inner">
|
||||
<div class="row-top">
|
||||
<div class="icon"><img src="/images/icon/icon-dormant.png" alt="자물쇠 아이콘"></div>
|
||||
<p>로그인 및 회원가입 안내</p>
|
||||
</div>
|
||||
<div class="row-bottom">
|
||||
<div class="join-box">
|
||||
<div class="success">
|
||||
<div class="text">
|
||||
<p><span>먼저 회원가입하신 후, 이용하여 주시기 바랍니다.</span></p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<p>위의 안내 메시지를 확인하신 후, 다시 로그인하시거나 회원가입을 진행해 주시기 바랍니다.</p>
|
||||
</div>
|
||||
<div class="btn">
|
||||
<a href="javascript:void(0)" onclick="javascript:location.href='/';" class="btn-gray">홈으로</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="javascript:void(0)" onclick="javascript:location.href='/login/memberSnsForm.do';" class="btn-color">회원가입</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 풋터 -->
|
||||
<footer id="footer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<button type="button" id="btn-go-top" class="btn-go-top"><span><img src="/images/icon/icon-arr-top.png" alt="상단 화살표"></span><p>TOP</p></button>
|
||||
<div class="inner">
|
||||
<div class="row-top">
|
||||
<div class="footer-logo">
|
||||
<h1><a href="#"><img src="/images/img/img-footer-logo.png" alt="푸터 로고"></a></h1>
|
||||
</div>
|
||||
<div class="family_site">
|
||||
<p class="site_name">관련 사이트</p>
|
||||
<ul class="site_depth">
|
||||
<li><a href="http://www.kccf.or.kr/" target="_blank" title="한국문화원연합회">한국문화원연합회</a></li>
|
||||
<li><a href="http://www.nculture.org" target="_blank" title="지역N문화">지역N문화</a></li>
|
||||
<li><a href="http://www.mcst.go.kr" target="_blank" title="문화체육관광부">문화체육관광부</a></li>
|
||||
<li><a href="http://www.culture.go.kr" target="_blank" title="문화포털">문화포털</a></li>
|
||||
<li><a href="http://kto.visitkorea.or.kr/kor.kto" target="_blank" title="한국관광공사">한국관광공사</a></li>
|
||||
<li><a href="http://www.seniorculture.or.kr/" target="_blank" title="어르신문화프로그램">어르신문화프로그램</a></li>
|
||||
<li><a href="http://csv.culture.go.kr/frt/main.do" target="_blank" title="문화체육자원봉사">문화체육자원봉사</a></li>
|
||||
<li><a href="https://inmun360.culture.go.kr/" target="_blank" title="인문360도">인문360도</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-bottom">
|
||||
<div class="left-side">
|
||||
<ul class="fnb">
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectTermsInfo.do';">이용약관</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectPrivacyInfo.do';">개인정보처리방침</a></li>
|
||||
<li><a href="javascript:void(0)" onclick="javascript:location.href='/inform/selectNCultureLocationInfo.do';">찾아오시는 길</a></li>
|
||||
</ul>
|
||||
<p class="copy">
|
||||
서울시 마포대로49 성우빌딩 308호 <span><a href="tel:02-704-2322">TEL. 02.704-2322</a></span> <span>FAX. 02.704-2377</span> <br>
|
||||
COPYRIGHT (C)2018 The Federation of Korea Culture Center. ALL RIGHT RESERVED.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<!-- Layer Popup -->
|
||||
<div id="NLIB_LAYER_POPUP" name="NLIB_LAYER_POPUP" style="display:block;">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user