(result.result == 1){ if(result['value'].length==0){ search_titleEl.innerHTML = "찾으시는제품명을 입력해주세요."; }else{ search_titleEl.innerHTML = result['value'][0]['title']; } } }, }); lb.ajax({ type: "JsonAjaxPost", list: { ctl: "AdminSearch", param1: "select_placeholder", lang: obj.language_int, }, action: "index.php", havior: function (result) { result = JSON.parse(result); if(result.result == 1){ if(result['value'].length==0){ search_inputEl.placeholder = "찾으시는제품명을 입력해주세요." }else{ search_inputEl.placeholder =result['value'][0]['placeholder']; } } }, }); lb.ajax({ type: "JsonAjaxPost", list: { ctl: "AdminSearch", param1: "select_keyword", lang: obj.language_int, }, action: "index.php", havior: function (result) { recommend_keyword_listEl.innerHTML = ""; result = JSON.parse(result); result.value.forEach(item=>{ const liEl = document.createElement("li"); liEl.innerHTML = `${item.keyword}`; recommend_keyword_listEl.appendChild(liEl); }) }, }); lb.ajax({ type: "JsonAjaxPost", list: { ctl: "AdminSearch", param1: "select_product", lang: obj.language_int, }, action: "index.php", havior: function (result) { result = JSON.parse(result); result.value.forEach(item=>{ const mainEl = document.querySelector(`.product0${item.type}`); mainEl.querySelector('p').innerHTML = item.title mainEl.querySelector('a').href = item.href_link; mainEl.querySelector('img').src = `CENOTEC/_upload/product/${item.file_name}` }) }, }); lb.ajax({ type: "JsonAjaxPost", list: { ctl: "AdminUtility", param1: "select_utility", lang: obj.language_int, }, action: "index.php", havior: function (result) { result = JSON.parse(result); utility_areaEl.innerHTML = ""; result.value.forEach(item=>{ let tempEl = document.createElement("li"); if(item.theme=="link"){ tempEl.innerHTML = `${item.name}arrow_outward`; }else if(item.theme=="file"){ tempEl.innerHTML = `${item.name}arrow_outward`; } utility_areaEl.appendChild(tempEl); }) }, }); // if (obj.language == 'EN') { // document.querySelectorAll('.en_hide_menu').forEach(el=>{ // el.style.cssText="display:none;"; // }) // } }) function onHandleSearchKeyword(){ const keyword = document.querySelector('#search').value; const theme = document.querySelector('select[name=theme]').value; if(keyword.trim() == ''){ alert("검색어를 입력하세요."); return; } lb.ajax({ type: "JsonAjaxPost", list: { ctl: "AdminSearch", param1: "register_recent_keyword", keyword: keyword, lang : obj.language_int, }, action: "index.php", havior: function () { location.href = "?param=search_product&theme="+theme+"&keyword="+keyword; }, }); }

KOR

KOR ENG CHN

메뉴 고정

Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 748 Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 752 Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 756
Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 769 Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 771 Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 773 Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 775

  • HOME

  • ·

  • 제품정보

  • ·

  • Notice: Undefined variable: product_banner_list in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 813 Warning: Invalid argument supplied for foreach() in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 813
    1 / 1
    Notice: Undefined variable: product_banner_list in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 838 Warning: Invalid argument supplied for foreach() in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 838
    • Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 854

      Notice: Undefined variable: product_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 855

    • Notice: Undefined variable: product_detail_info in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 859 Warning: Invalid argument supplied for foreach() in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 860
    Notice: Undefined variable: sub_product_res in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 891 Warning: Invalid argument supplied for foreach() in /cenotec/www/CENOTEC/globalFiles/product_view/KR_product_view.php on line 891