<% /************************************************************@@ * Program Name : top.jsp * Description : /Áý°èÀÚ/³»¹®¼­ÇÔ/µî·ÏÇÔ/¹®¼­ ¸ñ·Ï * Author : °­¿øÁß * Create Date : 2004.10.11 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=euc-kr" import="kr.co.kihyun.text.html.ServletUtil" import="kr.co.kihyun.beans.user.HttpSSOLogin" import="kr.co.kihyun.moumi.Moumi" import="java.net.URLDecoder" import="kr.co.kihyun.lang.MInteger" import="kr.co.kihyun.beans.user.User"%> <%@ include file="/totsys/common/inc/sec/secure.inc.jsp"%> <% try{ /*********** User HttpSSOLogin check ***********/ String connURL="location='/totsys/login/login.jsp';"; if(!HttpSSOLogin.isLogin(request)){ out.println(ServletUtil.alert("ÀÛ¾÷½Ã°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.\\n ´Ù½Ã·Î±×ÀÎ ÇϽñ⠹ٶø´Ï´Ù.")); out.println(ServletUtil.getJavaScript(connURL)); return; } /********** session³»ÀÇ userId **********/ String usID = HttpSSOLogin.getLoginID(request); String usName = HttpSSOLogin.getUserName(request); int sysAuth = HttpSSOLogin.getSysAuth(request); if(usID == null){ out.println(kr.co.kihyun.text.html.ServletUtil.getJavaScript("location='/servlet/kr.co.kihyun.beans.user.HttpSSOLogin?mode=logout';")); } if(sysAuth != Moumi.REPOADM){ connURL="history.go(-1);"; out.println(ServletUtil.alert("º¸°í°ü¸® ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.\\nÈ®ÀÎÇÏ½Ã°í ´Ù½Ã ½ÃµµÇØÁÖ¼¼¿ä.")); out.println(ServletUtil.getJavaScript(connURL)); return; } ////////////////////////////////////////////// login session value end ////////////////////////////////////////////// /****** Parameter ******/ String dirPath = ""; dirPath = URLDecoder.decode(clearXSS(request.getParameter("dirPath"),""), "UTF-8"); %>   <%if(Moumi.getUseAssign()){%> <%}%> <%if(Moumi.getUseRecog()){%> <%}else{%> <%}%>
   
   
  <%= dirPath %> <%= usName + "("+usID+")"%>´Ô ·Î±×ÀÎ Çϼ̽À´Ï´Ù.  
  <% }catch(Exception ex){ex.printStackTrace(); out.println(kr.co.kihyun.text.html.ServletUtil.getJavaScript("location='/servlet/kr.co.kihyun.beans.user.HttpSSOLogin?mode=logout';")); }finally{ } %>