<% /************************************************************@@ * Program Name : top.jsp * Description : º¸°íÀÚ¸ðµå ž * Author : °­¿øÁß * Create Date : 2004.10.11 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=euc-kr" import="kr.co.kihyun.beans.user.HttpSSOLogin" import="kr.co.kihyun.text.html.ServletUtil" import="java.net.URLDecoder" import="kr.co.kihyun.moumi.Moumi" import="kr.co.kihyun.lang.MInteger" import="kr.co.kihyun.beans.user.User" import="kr.co.kihyun.beans.totsys.menu.MenuBean"%> <%@ 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(sysAuth != Moumi.REPOPER && sysAuth != Moumi.SUB_TOTPER && sysAuth != Moumi.TOTPER){ connURL="history.go(-1);"; out.println(ServletUtil.alert("º¸°í±ÇÇÑÀÌ ¾ø½À´Ï´Ù.\\nÈ®ÀÎÇÏ½Ã°í ´Ù½Ã ½ÃµµÇØÁÖ¼¼¿ä.")); out.println(ServletUtil.getJavaScript(connURL)); return; } /****** Parameter ******/ String dirPath = ""; dirPath = URLDecoder.decode(clearXSS(request.getParameter("dirPath"),""), "UTF-8"); MenuBean tempboxMenu = new MenuBean(request, "/totsys/repoper/mydocbox/tempbox/report_list.jsp"); %>
Á¢¼öÇÔ
<%= tempboxMenu %>
Á¦Ãâ¿Ï·áÇÔ
Á¾·áÇÔ
<% }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{ } %>