<%@ page language="java" pageEncoding="UTF-8" %> <%@ page import="java.io.File" %> <%@ page import="org.w3c.dom.Node" %> <%@ page import="org.w3c.dom.NodeList" %> <%@ page import="kr.comsquare.soonsu.define.AdminMessage" %> <%@ page import="kr.comsquare.common.library.XmlLib" %> <%@ page import="kr.comsquare.soonsu.service.context.TrustFormServletContextListener" %> <% request.setCharacterEncoding("UTF-8"); %> TrustForm Soonsu <% String strLanguage = AdminMessage.LANGUAGE; String strFontFamily = "Dotum, arial"; if ("jp".equals(strLanguage)) { strFontFamily = "MS Gothic, arial"; } else if ("us".equals(strLanguage)) { strFontFamily = "arial"; } AdminMessage objAdminMessage = new AdminMessage(); String strLogin = (String)session.getAttribute("login"); String strUserHome = System.getProperty("user.home"); String strAppName = TrustFormServletContextListener.s_strApplicationName.replace("/", ""); strAppName = strAppName.equals("") ? "ROOT" : strAppName; File objAdminFile = new File(strUserHome+File.separator + "tfconfig"+ File.separator+strAppName+".xml"); if (!objAdminFile.exists() || strLogin == null || !strLogin.equals("Success")) { %> <% return; } String strPort = String.valueOf(request.getServerPort()); strPort = strPort.equals("80") ? "" : ":"+strPort; String strCurrentContext = request.getScheme()+"://"+request.getServerName()+strPort+request.getContextPath(); %>
" alt="<%=objAdminMessage.getTip("main12")%>" style="width:134px; height:16px; border-style:none; background-color:#CCCCCC; cursor:hand; "/> " alt="<%=objAdminMessage.getTip("main01")%>" style="width:147px; height:16px; border-style:none; background-color:#CCCCCC; cursor:hand; "/> " alt="<%=objAdminMessage.getTip("main02")%>" style="width:71px; height:16px; border-style:none; background-color:#CCCCCC; cursor:hand; "/>
" alt="<%=objAdminMessage.getTip("main03")%>" style="width:70px; height:25px; border-style:none; background-color:#CCCCCC; cursor:hand; "/> " alt="<%=objAdminMessage.getTip("main05")%>" style="width:70px; height:25px; border-style:none; background-color:#CCCCCC; cursor:hand; "/>
from Source >> to Target
<% Node xnTfConfig = XmlLib.loadXmlDocument(objAdminFile); Node xnGenerationPath = XmlLib.selectSingleNode(xnTfConfig, "generatePath"); NodeList xlGenerationPath = xnGenerationPath.getChildNodes(); int nCountPath = 0; for (int i=0; i <% nCountPath++; } } %>
" alt="<%=objAdminMessage.getTip("main06")%>" style="position:absolute; left:14px; top:15px; width:14px; height:14px; border-style:none; background-color:<%=strCheckColor%>; cursor:hand; "/> " alt="<%=objAdminMessage.getTip("main04")%>" style="position:absolute; left:31px; top:15px; width:14px; height:14px; border-style:none; background-color:#CCCCCC; cursor:hand; "/>
" style="position:absolute; left:4px; top:7px; width:322px; height:16px; font-family:<%=strFontFamily%>; font-size:9pt; border-width:0px; "/> " alt="<%=objAdminMessage.getTip("main08")%>" style="position:absolute; left:329px; top:3px; width:24px; height:24px; border-style:none; background-color:#CCCCCC; cursor:hand; "/>
" alt="<%=objAdminMessage.getTip("main06")%>" style="position:absolute; left:4px; top:4px; width:14px; height:14px; border-style:none; background-color:<%=strChildrenColor%>; cursor:hand; "/> <%=objAdminMessage.getTip("main11")%>
<%=strCurrentContext%> " style="position:absolute; top:7px; height:16px; font-family:<%=strFontFamily%>; font-size:9pt; border-width:0px; "/> " alt="<%=objAdminMessage.getTip("main08")%>" style="position:absolute; left:332px; top:3px; width:24px; height:24px; border-style:none; background-color:#CCCCCC; cursor:hand; "/>
 
" alt="<%=objAdminMessage.getTip("main09")%>" style="width:188px; height:42px; border-style:none; background-color:#CCCCCC; cursor:hand; "/>