%@ page contentType="text/html; charset=euc-kr" %>
<%@ page import="kr.co.kihyun.lang.MString" %>
<%@ page import="kr.co.kihyun.lang.Encoder" %>
<%@ page import="kr.co.kihyun.moumi.Moumi"%>
<%@ page import="kr.co.kihyun.text.html.ServletUtil" %>
<%@ page import="kr.co.kihyun.beans.user.HttpSSOLogin" %>
<%@ page import="java.net.URLEncoder" %>
<% // %>
<%@ include file="/totsys/common/inc/sec/secure.inc.jsp" %>
<%
try{
/************ Parameter ************/
String userID = clearXSS(Encoder.toJava(request.getParameter("userID")),"");
String dirPath = URLEncoder.encode("»ç¿ëÀÚ°ü¸®");
/************ User values ************/
String passwd = "";
String userName = "";
//String slNo1 = "";
//String slNo2 = "";
String email = "";
String phone = "";
//String handTell = "";
int sysAuth = 0;
String deptID = "";
String deptName = "";
String passcode = "";
String domainName = "";
int partSysAuth = 0;
%>
<%=Moumi.getTitle()%>
|
<%@ include file="/totsys/common/inc/buttom/buttom.jsp" %>
<%
}catch(Exception ex){
//38.¿À·ù¸Þ¼¼Áö¸¦ ÅëÇÑ Á¤º¸ ³ëÃâ(getMessage)_CWE-209 : Update by YOUNGJUN,CHO
ex.printStackTrace();
//out.println(ex);//¾Ø°³
//out.println("Can't contact servlet runner
Message : "+ex.getMessage()+"");
//out.println("");
//================================================
}finally{
}
%>