Created
November 11, 2013 09:39
-
-
Save kimwooglae/7410566 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:ev='http://www.w3.org/2001/xml-events' xmlns:w2='http://www.inswave.com/websquare' xmlns:xf='http://www.w3.org/2002/xforms'> | |
<head> | |
<script src="/2.0_1.3531B.20131105.141501/websquare/javascriptPluginAll.wq?q=/bootloader"></script> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | |
<title> WebSquare </title> | |
<script type="text/javascript"> | |
window.onload = init; | |
function init() { | |
try{ | |
WebSquare.startApplication(); | |
} catch(e) { | |
// alert(e.message); | |
} | |
} | |
</script> | |
</head> | |
<body>WebSquare does not loaded.</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet href="/WebSquare_home_new3/img/ko/css/common.css" type="text/css"?> | |
<?xml-stylesheet href="/WebSquare_home_new3/img/ko/css/base.css" type="text/css"?> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms" lang="ko"> | |
<head> | |
<title> WebSquare </title> | |
<w2:buildDate /> | |
<xf:model> | |
<xf:instance> | |
<data xmlns="" /> | |
</xf:instance> | |
<xf:submission id="sbm_news" ref="req_news" target="res_news" action="/websquare/engine/proworks/callServletService.jsp" method="post" mediatype="application/xml" encoding="UTF-8" instance="" replace="instance" errorHandler="" customHandler="" mode="synchronous" processMsg=""> | |
<script type="javascript" ev:event="xforms-submit-done"><![CDATA[ | |
var doc =WebSquare.ModelUtil.findInstanceNode("res_news"); | |
//alert(WebSquare.xml.serialize( doc )); | |
f_sbm_news_submitDone(); | |
]]></script> | |
</xf:submission> | |
<xf:submission id="sbm_edu" ref="req_edu" target="res_edu" action="/websquare/engine/proworks/callServletService.jsp" method="post" mediatype="application/xml" encoding="UTF-8" instance="" replace="instance" errorHandler="" customHandler="" mode="synchronous" processMsg=""> | |
<script type="javascript" ev:event="xforms-submit-done"><![CDATA[ | |
var doc =WebSquare.ModelUtil.findInstanceNode("res_edu"); | |
//alert(WebSquare.xml.serialize( doc )); | |
f_sbm_edu_submitDone(); | |
]]></script> | |
</xf:submission> | |
<xf:submission id="sbm_notice" ref="req_notice" target="res_notice" action="/websquare/engine/proworks/callServletService.jsp" method="post" mediatype="application/xml" encoding="UTF-8" instance="" replace="instance" errorHandler="" customHandler="" mode="synchronous" processMsg=""> | |
<script type="javascript" ev:event="xforms-submit-done"><![CDATA[ | |
var doc =WebSquare.ModelUtil.findInstanceNode("res_notice"); | |
//alert(WebSquare.xml.serialize( doc )); | |
f_sbm_notice_submitDone(); | |
]]></script> | |
</xf:submission> | |
<xf:submission id="sbm_caseStudy" ref="req_caseStudy" target="res_caseStudy" action="/websquare/engine/proworks/callServletService.jsp" method="post" mediatype="application/xml" encoding="UTF-8" instance="" replace="instance" errorHandler="" customHandler="" mode="synchronous" processMsg=""> | |
<script type="javascript" ev:event="xforms-submit-done"><![CDATA[ | |
var doc =WebSquare.ModelUtil.findInstanceNode("res_caseStudy"); | |
//alert(WebSquare.xml.serialize( doc )); | |
f_sbm_caseStudy_submitDone(); | |
]]></script> | |
</xf:submission> | |
</xf:model> | |
<script type="javascript" src="/WebSquare_home_new3/js/jquery-1.7.2.min.js"></script> | |
<script type="javascript" src="/WebSquare_home_new3/img/js/all.js" defer="defer"></script> | |
<script type="text/javascript" src="/WebSquare_home_new3/insCommon/common.js" /> | |
<script type="javascript"><![CDATA[ | |
var selectedMenu = ""; | |
f_OnLoad(); | |
function f_OnLoad(){ | |
var locale = WebSquare.cookie.getCookie("locale"); | |
var localeCode = ""; | |
//var eduTitle = ""; | |
//var date = new Date(); | |
//var year = 1900 + date.getYear(); | |
//var month = 1 + date.getMonth(); | |
if(locale == "ko"){ | |
grp_ko.show("none"); | |
grp_en.show(""); | |
grp_cn.show(""); | |
localeCode = "k"; | |
}else if(locale == "en"){ | |
grp_ko.show(""); | |
grp_en.show("none"); | |
grp_cn.show(""); | |
localeCode = "e"; | |
}else if(locale == "cn"){ | |
grp_ko.show(""); | |
grp_en.show(""); | |
grp_cn.show("none"); | |
localeCode = "e"; | |
}else{ | |
WebSquare.cookie.setCookie("locale","ko"); | |
grp_ko.show("none"); | |
grp_en.show(""); | |
grp_cn.show(""); | |
localeCode = "k"; | |
// changeLocale("ko"); | |
// localeCode = "k"; | |
} | |
f_selectNewsList(localeCode); | |
f_selectEduList(localeCode); | |
f_selectNoticeList(localeCode); | |
f_selectCaseStudyList(localeCode); | |
} | |
function img_prev(){ | |
switch1.moveToLeft(); | |
} | |
function img_next(){ | |
switch1.moveToRight(); | |
} | |
function changeLocale(locale) { | |
WebSquare.cookie.setCookie( "locale", locale ); | |
document.location.reload(); | |
} | |
function f_selectNewsList(locale){ | |
// 뉴스 01 | |
//WebSquare.ModelUtil.setInstanceValue("req_news/sBoardID/@value", "k032007080000004"); | |
WebSquare.ModelUtil.setInstanceValue("req_news/sBoardKind/@value", "01"); | |
WebSquare.ModelUtil.setInstanceValue("req_news/sSiteClass/@value", locale); | |
WebSquare.ModelUtil.setInstanceValue("req_news/sLengTh/@value", "top"); | |
WebSquare.ModelUtil.setInstanceValue("req_news/@task", "com.inswave.tool.task.InsBoardTask", ""); | |
WebSquare.ModelUtil.setInstanceValue("req_news/@action", "seach", ""); | |
WebSquare.ModelUtil.executeSubmission("sbm_news"); | |
} | |
function f_selectEduList(locale){ | |
// 교육일정 05 | |
//WebSquare.ModelUtil.setInstanceValue("req_news/sBoardID/@value", "k032007080000004"); | |
WebSquare.ModelUtil.setInstanceValue("req_edu/sBoardKind/@value", "05"); | |
WebSquare.ModelUtil.setInstanceValue("req_edu/sSiteClass/@value", locale); | |
WebSquare.ModelUtil.setInstanceValue("req_edu/sLengTh/@value", "top"); | |
WebSquare.ModelUtil.setInstanceValue("req_edu/@task", "com.inswave.tool.task.InsBoardTask", ""); | |
WebSquare.ModelUtil.setInstanceValue("req_edu/@action", "seach", ""); | |
WebSquare.ModelUtil.executeSubmission("sbm_edu"); | |
} | |
function f_selectNoticeList(locale){ | |
// 공지사항 06 | |
//WebSquare.ModelUtil.setInstanceValue("req_news/sBoardID/@value", "k032007080000004"); | |
WebSquare.ModelUtil.setInstanceValue("req_notice/sBoardKind/@value", "06"); | |
WebSquare.ModelUtil.setInstanceValue("req_notice/sSiteClass/@value", locale); | |
WebSquare.ModelUtil.setInstanceValue("req_notice/sLengTh/@value", "top"); | |
WebSquare.ModelUtil.setInstanceValue("req_notice/@task", "com.inswave.tool.task.InsBoardTask", ""); | |
WebSquare.ModelUtil.setInstanceValue("req_notice/@action", "seach", ""); | |
WebSquare.ModelUtil.executeSubmission("sbm_notice"); | |
} | |
function f_selectCaseStudyList(locale){ | |
// Case Study 08 | |
//WebSquare.ModelUtil.setInstanceValue("req_news/sBoardID/@value", "k032007080000004"); | |
WebSquare.ModelUtil.setInstanceValue("req_caseStudy/sBoardKind/@value", "08"); | |
WebSquare.ModelUtil.setInstanceValue("req_caseStudy/sSiteClass/@value", locale); | |
WebSquare.ModelUtil.setInstanceValue("req_caseStudy/sLengTh/@value", "top"); | |
WebSquare.ModelUtil.setInstanceValue("req_caseStudy/@task", "com.inswave.tool.task.InsBoardTask", ""); | |
WebSquare.ModelUtil.setInstanceValue("req_caseStudy/@action", "seach", ""); | |
WebSquare.ModelUtil.executeSubmission("sbm_caseStudy"); | |
} | |
// IT뉴스 후처리 | |
function f_sbm_news_submitDone(){ | |
var arr = WebSquare.ModelUtil.findInstanceNodes("res_news/vector/data"); | |
//alert(arr.length); | |
var len = arr.length > 5 ? 5 : arr.length; | |
for(var i=0; i<len; i++){ | |
var pos = i+1; | |
var titleId = "txt_news" + pos; | |
var dateId = titleId + "_date"; | |
var comp = WebSquare.util.getComponentById(titleId); | |
var compDate = WebSquare.util.getComponentById(dateId); | |
var title = WebSquare.xml.getString(arr[i], "TOLCI03/sTitle"); | |
var boardID = WebSquare.xml.getString(arr[i], "TOLCI03/sBoardID"); | |
comp.setLabel(title); | |
comp.setUserData("sBoardID", boardID); | |
var date = WebSquare.xml.getString(arr[i], "TOLCI03/sCreateDate"); | |
compDate.setValue(formatDate(date)); | |
if( i == 0){ | |
var compSub = WebSquare.util.getComponentById(titleId + "_sub"); | |
var contents = WebSquare.xml.getString(arr[i], "TOLCI03/sContent"); | |
var str = contents.replaceAll("<br/>", "").replaceAll("<br/>", ""); | |
str = str.substring(0, 190); | |
compSub.setLabel(str); | |
compSub.setUserData("sBoardID", boardID); | |
} | |
} | |
} | |
// 교육일정 | |
function f_sbm_edu_submitDone(){ | |
var arr = WebSquare.ModelUtil.findInstanceNodes("res_edu/vector/data"); | |
var len = arr.length > 4 ? 4 : arr.length; | |
var eduTitle = ""; | |
for(var i=0; i<len; i++){ | |
var pos = i+1; | |
var eduId = "txt_edu" + pos; | |
var dateId = eduId + "_date"; | |
var comp = WebSquare.util.getComponentById( eduId ); | |
var compDate = WebSquare.util.getComponentById( dateId ); | |
var title = WebSquare.xml.getString(arr[i], "TOLCI03/sTitle"); | |
var sStartDate = WebSquare.xml.getString(arr[i], "TOLCI03/sStartDate"); | |
var sEndDate = WebSquare.xml.getString(arr[i], "TOLCI03/sEndDate"); | |
var id = WebSquare.xml.getString(arr[i], "TOLCI03/sBoardID"); | |
var yoil = WebSquare.date.getDay(sStartDate); | |
var strDate = formatDate(sStartDate) + " (" + common.returnDay(WebSquare.date.getDay(sStartDate)) + ")"; | |
if(sEndDate != ""){ | |
strDate = formatDate(sStartDate) + " (" + common.returnDay(WebSquare.date.getDay(sStartDate)) + ") / " + formatDate(sEndDate) + " ("+ common.returnDay(WebSquare.date.getDay(sEndDate))+")"; | |
} | |
comp.setLabel(title); | |
comp.setUserData("sBoardID", id); | |
compDate.setLabel(strDate); | |
} | |
var year1 = WebSquare.xml.getString(arr[0], "TOLCI03/sStartDate").substring(0, 4); | |
var month1 = WebSquare.xml.getString(arr[0], "TOLCI03/sStartDate").substring(4, 6); | |
var locale = WebSquare.cookie.getCookie("locale"); | |
if(locale == "ko"){ | |
eduTitle = year1 + "년도 " + month1 + "월 교육일정입니다."; | |
}else if(locale == "en"){ | |
eduTitle = year1 + ". " + month1 + ". Education Schedule."; | |
}else if(locale == "cn"){ | |
eduTitle = year1 + "年 " + month1 + "月 课程."; | |
}else{ | |
eduTitle = year1 + "년도 " + month1 + "월 교육일정입니다."; | |
} | |
txt_eduTitle.setLabel( eduTitle ); | |
} | |
// 공지사항 | |
function f_sbm_notice_submitDone(){ | |
var arr = WebSquare.ModelUtil.findInstanceNodes("res_notice/vector/data"); | |
var len = arr.length > 3 ? 3 : arr.length; | |
for(var i=0; i<len; i++){ | |
var pos = i+1; | |
var noticeId = "txt_notice" + pos; | |
var dateId = noticeId + "_date"; | |
var comp = WebSquare.util.getComponentById( noticeId ); | |
var compDate = WebSquare.util.getComponentById( dateId ); | |
var title = WebSquare.xml.getString(arr[i], "TOLCI03/sTitle"); | |
var date = WebSquare.xml.getString(arr[i], "TOLCI03/sCreateDate"); | |
var id = WebSquare.xml.getString(arr[i], "TOLCI03/sBoardID"); | |
comp.setLabel(title); | |
compDate.setLabel(formatDate(date)); | |
comp.setUserData("sBoardID", id); | |
} | |
} | |
// 구축사례 (CaseStudy) | |
function f_sbm_caseStudy_submitDone(){ | |
var arr = WebSquare.ModelUtil.findInstanceNodes("res_caseStudy/vector/data"); | |
var len = arr.length > 3 ? 3 : arr.length; | |
//alert(arr.length); | |
for(var i=0; i<len; i++){ | |
$l(" >>> i : " + i ); | |
var pos = i+1; | |
var noticeId = "txt_caseStudy" + pos; | |
var contentId = noticeId + "_content"; | |
var dateId = noticeId + "_date"; | |
var imgId = noticeId + "_img"; | |
var comp = WebSquare.util.getComponentById( noticeId ); | |
var compContent = WebSquare.util.getComponentById( contentId ); | |
var compDate = WebSquare.util.getComponentById( dateId ); | |
var compImg = WebSquare.util.getComponentById( imgId ); | |
$l(" >>> compDate : " + typeof(compDate) ); | |
var title = WebSquare.xml.getString(arr[i], "TOLCI03/sTitle"); | |
var date = WebSquare.xml.getString(arr[i], "TOLCI03/sCreateDate"); | |
var imgUrl = WebSquare.xml.getString(arr[i], "TOLCI03/sAppendFile"); | |
var content = WebSquare.xml.getString(arr[i], "TOLCI03/sContent"); | |
comp.setLabel(title); | |
compContent.setLabel(content); | |
//compDate.setLabel(content); | |
compImg.setSrc(imgUrl); | |
compImg.setAlt(title); | |
} | |
} | |
function formatDate(date) { | |
if(typeof(date) == "string" || date.length == 8){ | |
return date.substring(0, 4) + "-" + date.substring(4, 6) + "-" + date.substring(6, 8); | |
}else{ | |
alert("날짜 형식이 잘못되었습니다."); | |
return false; | |
} | |
} | |
function f_callUrl( type , id ){ | |
if(type == "noticeDetail"){ | |
location.href = "/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/notice_view.xml&sBoardID="+id; | |
}else if(type == "newsDetail"){ | |
location.href = "/websquare/websquare.html?w2xPath=/WebSquare_home_new3/aboutus/news_view.xml&sBoardID="+id; | |
}else if(type == "eduList"){ | |
location.href = "/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/edu_list.xml"; | |
}else if(type == "eduDetail"){ | |
location.href = "/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/edu_view.xml"; | |
} | |
} | |
]]></script> | |
<style type="text/css"><![CDATA[ | |
]]></style> | |
</head> | |
<body> | |
<!-- 메뉴 건너띄기 --> | |
<xf:group id="skipnavigation"> | |
<w2:textbox id="texthidden" label="본문 바로가기 " tagname="a"> | |
<w2:attributes> | |
<w2:href>#ARTICLE</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
<w2:textbox id="texthidden2" label="메인 메뉴 바로가기 " tagname="a"> | |
<w2:attributes> | |
<w2:href>#nav</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group id="WRAP" class="wrapper" style=""> | |
<xf:group id="HEADER_BG" class="header_bg" style=""> | |
<xf:group id="HEADER" style="" class="header"> | |
<xf:group id="topArea" style="overflow:hidden;"> | |
<w2:anchor class="logo" id="logo" outerDiv="false" style="" href="/websquare/websquare.html?w2xPath=/WebSquare_home_new3/index.xml"> | |
<xf:label>Websquare</xf:label> | |
</w2:anchor> | |
<w2:textbox id="mNavall" style="" label="all" class="btn_m_all" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
<xf:group class="lang" id="group8" style=""> | |
<w2:textbox id="grp_ko" style="float:left;display:none" label="KOREA" class="btn_ko" tagname="a"> | |
<w2:attributes> | |
<w2:href>javascript:changeLocale("ko");</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
<w2:textbox class="btn_en mgl5" id="grp_en" label="ENGLISH" style="float:left;" tagname="a"> | |
<w2:attributes> | |
<w2:href>javascript:changeLocale("en");</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
<w2:textbox class="btn_cn mgl5" id="grp_cn" label="CHINESE" style="float:left;" tagname="a"> | |
<w2:attributes> | |
<w2:href>javascript:changeLocale("cn");</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group id="monitor" style="" class="monitor"> | |
<xf:group id="pc" style="" class="m_pc"> | |
<xf:group id="pc_layout" class="m_pc_motion" style=""> | |
<xf:group id="group150" class="m_pc_icon" style=""> | |
<w2:anchor id="anchor13" style="" class="m_pc_left_icon" title="이전 웹스퀘어 특징"> | |
<xf:label>이전</xf:label> | |
<script ev:event="onclick" type="javascript"><![CDATA[ | |
img_prev(); | |
]]></script> | |
</w2:anchor> | |
<w2:anchor id="anchor14" style="" class="m_pc_right_icon" title="다음 웹스퀘어 특징"> | |
<xf:label>다음</xf:label> | |
<script ev:event="onclick" type="javascript"><![CDATA[ | |
img_next(); | |
]]></script> | |
</w2:anchor> | |
</xf:group> | |
<xf:switch id="switch1" caseClass="" style="height: 175px;position:relative;" class="" alwaysDraw="true" motionDisplay="false" slide="true" rotation="true" touchMove="true"> | |
<xf:case id="case1" class="" style='position:absolute;width:100%;left:0;top:0;'> | |
<xf:image id="image12" style="" src="/WebSquare_home_new3/img/ko/main/img_moniter_1.png" alt="HTML5 plaform engine"></xf:image> | |
</xf:case> | |
<xf:case id="case2" style="position:absolute;width:100%;left:0;top:0;" class=""> | |
<xf:image id="image13" src="/WebSquare_home_new3/img/ko/main/img_moniter_2.png" style="" alt="What are the characteristics of WebSquare?"></xf:image> | |
</xf:case> | |
<xf:case id="case3" style="position:absolute;width:100%;left:0;top:0;" class=""> | |
<xf:image id="image14" src="/WebSquare_home_new3/img/ko/main/img_moniter_3.png" style="" alt="WYSIWYG-type developmental tools"></xf:image> | |
</xf:case> | |
</xf:switch> | |
<xf:group id="group146" class="m_pc_menu" style='' tagname="ul"> | |
<xf:group id="group147" class="" style="width: 33%;height:100%;" tagname="li"> | |
<w2:anchor id="m_btn1" style='' outerDiv="false"> | |
<xf:label>What is WebSquare?</xf:label> | |
<script ev:event="onclick" type="javascript"><![CDATA[ | |
switch1.setSelectedIndex(0); | |
]]></script> | |
</w2:anchor> | |
</xf:group> | |
<xf:group class="" id="group148" style="width: 33%;height:100%;" tagname="li"> | |
<w2:anchor id="m_btn2" outerDiv="false" style=""> | |
<xf:label>The characteristics of WebSquare?</xf:label> | |
<script ev:event="onclick" type="javascript"><![CDATA[ | |
switch1.setSelectedIndex(1); | |
]]></script> | |
</w2:anchor> | |
</xf:group> | |
<xf:group class="" id="group149" style="width: 33%;height:100%;" tagname="li"> | |
<w2:anchor id="m_btn3" outerDiv="false" style=""> | |
<xf:label>WYSIWYG-type developmental tools</xf:label> | |
<script ev:event="onclick" type="javascript"><![CDATA[ | |
switch1.setSelectedIndex(2); | |
]]></script> | |
</w2:anchor> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group id="nav" class="" style=""> | |
<xf:group id="navbox" class="mnavbox" style=""> | |
<xf:group class="m" id="nav_ul" style="" tagname="ul"> | |
<xf:group class="" id="nav_li01" style="" tagname="li"> | |
<w2:textbox id="nav_a01" style="" label="WebSquare." tagname="a" class="on"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
<xf:group id="nav_smbox01" class="smbox" style="display:block"> | |
<xf:group class="sm" id="nav_sm_ul01" style="" tagname="ul"> | |
<xf:group class="" id="nav_sm_li0101" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0101" style="" label="웹스퀘어란?" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/aboutweb2/what2.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0102" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0102" label="웹스퀘어특징" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/aboutweb2/feature.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0103" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0103" label="기대효과" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/aboutweb2/result.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0104" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0104" label="적용범위" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/aboutweb2/area.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group class="" id="nav_li02" style="" tagname="li"> | |
<w2:textbox id="nav_a02" style="" label="WebSquare hybrid." tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/webHybrid/web_hybrid.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_li03" style="" tagname="li"> | |
<w2:textbox id="nav_a03" style="" label="Open Project." tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/construction/construction.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_li04" style="" tagname="li"> | |
<w2:textbox id="nav_a04" style="" label="Customer Center." tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
<xf:group id="nav_smbox04" class="smbox" style=""> | |
<xf:group class="sm" id="nav_sm_ul04" style="" tagname="ul"> | |
<xf:group class="" id="nav_sm_li0401" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0401" label="공지사항" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/notice_list.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0402" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0402" label="기술지원사이트" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/support.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0403" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0403" label="원격지원" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/remote_control.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0404" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0404" label="구매문의 " style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/purchase.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
<xf:group class="" id="nav_sm_li0405" style="" tagname="li"> | |
<w2:textbox id="nav_sm_a0405" label="교육일정" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/edu_list.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<!-- 본문내용 --> | |
<xf:group id="ARTICLE" class="article" style=""> | |
<xf:group class="section" id="SECTION1" style="" tagname=""> | |
<w2:textbox class="section_title1" id="textbox116" label="NEWS" style="" tagname="h3"> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_OnLoad();]]></script> | |
</w2:textbox> | |
<xf:group class="main_cont" id="news_cont" style=""> | |
<xf:group class="" id="cont1" style="" tagname="ul"> | |
<xf:group id="group176" style="" tagname="li"> | |
<xf:group class="cont_txt gline" id="group177" style="" tagname=""> | |
<w2:textbox class="title" id="txt_news1" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("newsDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_news1_date" label="" displayFormat="####-##-##" style="" tagname="span"> | |
</w2:textbox> | |
<xf:group class="txt samtxt" id="group178" style=""> | |
<w2:textbox id="txt_news1_sub" label="" style="overflow:hidden;text-overflow:ellipsis;" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("newsDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group179" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group180" style="" tagname=""> | |
<w2:textbox class="" id="txt_news2" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("newsDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_news2_date" label="" displayFormat="####-##-##" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group181" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group182" style="" tagname=""> | |
<w2:textbox class="" id="txt_news3" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("newsDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_news3_date" label="" style="" displayFormat="####-##-##" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group183" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group184" style="" tagname=""> | |
<w2:textbox class="" id="txt_news4" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[f_callUrl("newsDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_news4_date" label="" style="" displayFormat="####-##-##" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group185" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group186" style="" tagname=""> | |
<w2:textbox class="" id="txt_news5" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("newsDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_news5_date" label="" style="" displayFormat="####-##-##" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group class="section_more1" id="group187" style=""> | |
<w2:textbox class="" id="textbox128" label="News 더보기" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/aboutus/news_list.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group class="section" id="SECTION2" style="" tagname=""> | |
<w2:textbox class="section_title2" id="textbox129" label="NOTICE" style="" tagname="h3"> | |
</w2:textbox> | |
<xf:group class="main_cont" id="notice_cont" style=""> | |
<xf:group class="" id="cont2" style="" tagname="ul"> | |
<xf:group id="group191" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group192" style="" tagname=""> | |
<w2:textbox class="title" id="txt_eduTitle" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("eduDetail", "");]]></script> | |
</w2:textbox> | |
<xf:group class="bluetxt" id="group193" style="" tagname="ul"> | |
<xf:group id="grp_edu1" style="" tagname="li"> | |
<w2:textbox id="txt_edu1" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("eduDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox id="txt_edu1_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
<xf:group id="grp_edu2" style="" tagname="li"> | |
<w2:textbox id="txt_edu2" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("eduDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox id="txt_edu2_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
<xf:group id="grp_edu3" style="" tagname="li"> | |
<w2:textbox id="txt_edu3" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[f_callUrl("eduDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox id="txt_edu3_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
<xf:group id="grp_edu4" style="" tagname="li"> | |
<w2:textbox id="txt_edu4" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("eduDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox id="txt_edu4_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group198" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group199" style="" tagname=""> | |
<w2:textbox class="" id="txt_notice1" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("noticeDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_notice1_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group200" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group201" style="" tagname=""> | |
<w2:textbox class="" id="txt_notice2" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[ f_callUrl("noticeDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_notice2_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group id="group202" style="" tagname="li"> | |
<xf:group class="cont_txt" id="group203" style="" tagname=""> | |
<w2:textbox class="" id="txt_notice3" label="" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>#</w2:href> | |
</w2:attributes> | |
<script type="javascript" ev:event="onclick"><![CDATA[f_callUrl("noticeDetail", this.getUserData("sBoardID"));]]></script> | |
</w2:textbox> | |
<w2:textbox class="data" id="txt_notice3_date" label="" style="" tagname="span"> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group class="section_more2" id="group204" style=""> | |
<w2:textbox class="" id="textbox145" label="Notice 더보기" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/community/notice_list.xml</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group class="section" id="SECTION3" style="" tagname=""> | |
<w2:textbox class="section_title3" id="textbox105" label="CASE STUDY" style="" tagname="h3"> | |
</w2:textbox> | |
<xf:group class="case_cont" id="case_cont" style=""> | |
<xf:group id="cont3" class="casebox" style=""> | |
<xf:group class="buildingcase" id="group215" style=""> | |
<xf:group class="bdcsgp" id="group211" style=""> | |
<xf:group class="bdcsimg" id="group212" style=""> | |
<xf:image alt="" id="txt_caseStudy1_img" src="" style=""></xf:image> | |
</xf:group> | |
<xf:group class="bdcsttbox" id="group213" style=""> | |
<w2:textbox class="bdcstt" id="txt_caseStudy1" label="" style="" tagname="strong"></w2:textbox> | |
<w2:textbox class="bdcscont" id="txt_caseStudy1_content" label="" style="" tagname=""></w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group class="bdcsgp" id="group216" style=""> | |
<xf:group class="bdcsimg" id="group217" style=""> | |
<xf:image alt="" id="txt_caseStudy2_img" src="" style=""></xf:image> | |
</xf:group> | |
<xf:group class="bdcsttbox" id="group218" style=""> | |
<w2:textbox class="bdcstt" id="txt_caseStudy2" label="" style="" tagname="strong"></w2:textbox> | |
<w2:textbox class="bdcscont" id="txt_caseStudy2_content" label="" style="" tagname=""></w2:textbox> | |
</xf:group> | |
</xf:group> | |
<xf:group class="bdcsgp" id="group219" style=""> | |
<xf:group class="bdcsimg" id="group220" style=""> | |
<xf:image alt="" id="txt_caseStudy3_img" src="" style=""></xf:image> | |
</xf:group> | |
<xf:group class="bdcsttbox" id="group221" style=""> | |
<w2:textbox class="bdcstt" id="txt_caseStudy3" label="" style="" tagname="strong"></w2:textbox> | |
<w2:textbox class="bdcscont" id="txt_caseStudy3_content" label="" style="" tagname=""></w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<xf:group class="section_more3" id="group172" style=""> | |
<w2:textbox class="" id="textbox115" label="Case Study 더보기" style="" tagname="a"> | |
<w2:attributes> | |
<w2:href>/websquare/websquare.html?w2xPath=/WebSquare_home_new3/construction/construction.xml | |
</w2:href> | |
</w2:attributes> | |
</w2:textbox> | |
</xf:group> | |
</xf:group> | |
</xf:group> | |
<w2:wframe class="footer" id="FOOTER" src="/WebSquare_home_new3/include/footer.xml" style=""> | |
</w2:wframe> | |
</xf:group> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment