"; pContent=pHeader + pgetContent + pFooter; pWin=window.open("","print","width=" + w +",height="+ h +",top=" + ypos + ",left="+ xpos +",status=yes,scrollbars=yes"); //동적인 새창을 띄웁니다. //pWin.document.open(); //팝업창 오픈 pWin.document.write(pContent); pWin.document.close(); //클로즈 pWin.document.body.onload = function(){ pWin.print(); setTimeout(function(){ pWin.close(); }, 500); }; return; } /** * 재질이 유사한 관련소장품 더보기 */ function fnReltQlyListMore(no) { var allData = {"relicId": 'PS0100439400100426700000' , "reltRows": 10 , "pageIndex": no , "appendId": 'ulReltQlyList' , "keyword": '' , "reltType": 'QLY'}; var url = "/dq_reltListMore;jsessionid=DCB238886B4D02C5725BB7CA2D89C139"; dq_callAjaxHtmlDo(url, allData, 'ulReltQlyList'); } /** * 국가/시대가 유사한 관련소장품 더보기 */ function fnReltAgeListMore(no) { var allData = {"relicId": 'PS0100439400100426700000' , "reltRows": 10 , "pageIndex": no , "appendId": 'ulReltAgeList' , "keyword": '' , "reltType": 'AGE'}; var url = "/dq_reltListMore;jsessionid=DCB238886B4D02C5725BB7CA2D89C139"; dq_callAjaxHtmlDo(url, allData, 'ulReltAgeList'); } /** * 용도/기능이 유사한 관련소장품 더보기 */ function fnReltPurposeListMore(no) { var allData = {"relicId": 'PS0100439400100426700000' , "reltRows": 10 , "pageIndex": no , "appendId": 'ulReltPurposeList' , "keyword": '' , "reltType": 'PURPOSE'}; var url = "/dq_reltListMore;jsessionid=DCB238886B4D02C5725BB7CA2D89C139"; dq_callAjaxHtmlDo(url, allData, 'ulReltPurposeList'); } /** * 문양이 유사한 관련소장품 더보기 */ function fnReltImageTagListMore(no) { var allData = {"relicId": 'PS0100439400100426700000' , "imgId": '' , "reltRows": no - 1 , "pageIndex": no , "appendId": 'ulReltImageTagList' , "keyword": '' , "reltType": "IMAGE_TAG"}; var url = "/dq_reltImageTagListMore;jsessionid=DCB238886B4D02C5725BB7CA2D89C139"; dq_callAjaxHtmlDo(url, allData, 'ulReltImageTagList'); } /** * 추천 전시 더보기 - 공간형 */ function fnCrtehbtListMore(no) { var allData = {"relicId": 'PS0100439400100426700000' , "reltRows": no - 1 , "pageIndex": no , "appendId": 'ulCrtehbtList' , "keyword": '' , "reltType": ""}; var url = "/dq_crtehbtListMore;jsessionid=DCB238886B4D02C5725BB7CA2D89C139"; dq_callAjaxHtmlDo(url, allData, 'ulCrtehbtList'); } /** * 추천 전시 더보기 - 디자인형 */ function fnRecmcrtListMore(no) { var allData = {"relicId": 'PS0100439400100426700000' , "reltRows": no - 1 , "pageIndex": no , "appendId": 'ulRecmcrtList' , "keyword": '' , "reltType": ""}; var url = "/dq_recmcrtListMore;jsessionid=DCB238886B4D02C5725BB7CA2D89C139"; dq_callAjaxHtmlDo(url, allData, 'ulRecmcrtList'); } /** * 추천소장품 - 공간형 상세페이지 이동 */ function fnGoCrtEhbtDetail(crtehbtSeq) { var url = "/crtehbtPreviewMain"; var title = "crtehbtPreviewMain"; var crtehbtSeq = crtehbtSeq; // popForm 이 존재하면 삭제해주기. $("form[name=popForm]").remove(); // Form 동적 생성 var form = document.createElement("form"); form.setAttribute("charset", "UTF-8"); form.setAttribute("name", "popForm") form.setAttribute("method", "post") // 공간형 전시일련번호 설정 var hiddenField = document.createElement("input"); hiddenField.setAttribute("type", "hidden"); hiddenField.setAttribute("name", "crtehbtSeq"); hiddenField.setAttribute("value", crtehbtSeq); form.appendChild(hiddenField); // Body 에 form 설정 document.body.appendChild(form); //var Wwidth = $(window).outerWidth(); //var Wheight = $(window).outerHeight(); openWinPopup_enlarge(url, title, 1390, 800, document.popForm); } // download pop function fnOpenDownPop(flag){ if('S' == flag){ $('.imgSingle').show(); $('.imgAll').hide(); } else { $('.imgSingle').hide(); $('.imgAll').show(); } $('#pop_bt').text($('#txt_bt').text()); layer_popup('#pop-down'); $(".pop_close").focus(); } // 이미지 다운로드 목적 선택 function fnChoiceType(txt){ $('#usage_purpose_type').text(txt); $('#usage_purpose_type').trigger('click'); } // 원문, 번역문 보기 function fnGoLink(linkSrc){ window.open(linkSrc); } // 목록 버튼 function goList() { if(history.length > 1) { history.back(-1); } else { window.location.href="/headerSearch"; } } // tab click function fnTypeTab(no){ $('.t01').hide(); $('.type_01').removeClass('on'); $('#cnt_01').hide(); $('.t02').hide(); $('.type_02').removeClass('on'); $('#cnt_02').hide(); $('.t'+no).show(); $('.type_'+no).addClass('on'); $('#cnt_'+no).show(); } // 전국 소장품 현황 이동 function fnMoveStatus(){ var regionCd = 'GL90008'; var regionNm = '충청북도'; var divisionCd = 'D04'; var code = 'PS01004394'; var url = 'www.liquorium.com' console.log(url); if(url === "") { location.href = '/status?regionCd=' + regionCd + '®ionNm=' + regionNm + '&divisionCd=' + divisionCd + '&code=' + code; } else { window.open(url.indexOf('http') > -1 ? url : 'http://' + url, '', ''); } } // slice txt (ie) function fnSliceTxt(id){ var agent = navigator.userAgent.toLowerCase(); if ( (navigator.appName == 'Netscape' && agent.indexOf('trident') != -1) || (agent.indexOf("msie") != -1)) { var txt = $('#usage_'+id+'_desc').val(); if(txt.length > 40){ $('#usage_'+id+'_desc').val(txt.substr(0, 40)); } } }

와인병

세계술문화박물관 리쿼리움

원본 해상도 640 * 427


  • 명칭와인병
  • 국적/시대유럽 - 프랑스
  • 재질유리/보석
  • 소장품번호 세계술문화 4267

제 4유형 : 출처표시 + 상업적 이용금지 + 변경금지

저작권 보호분야 “와인병” 저작물은 공공누리 출처표시 조건에 따라 이용할 수 있습니다.

4유형

* 소장품 및 소장정보의 오류는 해당 기관에 직접 문의 바랍니다.

원문

번역문

원문

번역문

추천 콘텐츠 (0건)

추천 콘텐츠 (1건)