% /************************************************************@@ * Program Name : doc_regist.jsp * Description : /Áý°èÀÚ/³»¹®¼ÇÔ/µî·ÏÇÔ/¹®¼ µî·Ï * Author : °¿øÁß * Create Date : 2004.10.11 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=euc-kr" import="java.net.URLEncoder" import="kr.co.kihyun.beans.user.HttpSSOLogin" import="kr.co.kihyun.lang.MLong" import="kr.co.kihyun.moumi.Moumi" import="kr.co.kihyun.text.html.ServletUtil" import="kr.co.kihyun.moumi.doc.MDoc" import="kr.co.kihyun.lang.MInteger" import="kr.co.kihyun.beans.totsys.report.Report"%> <%@page import="kr.co.kihyun.beans.entity.TotReport"%> <%@page import="kr.co.kihyun.beans.entity.TotReportProcess"%> <%@ include file="/totsys/common/inc/sec/secure.inc.jsp"%> <% try{ /*********** User HttpSSOLogin check ***********/ if(!HttpSSOLogin.isLogin(request)){ //login ¼º°øÈÄ µÇµ¹¾Æ¿Ã ÁÖ¼Ò String connURL="location='/totsys/login/login.jsp';"; out.println(ServletUtil.getJavaScript(connURL)); return; } /********** session³»ÀÇ userId **********/ String usID = HttpSSOLogin.getLoginID(request); /********** parameter **********/ Long docID = MLong.parseLong(request.getParameter("docID"),null); String strPage = clearXSS(request.getParameter("strPage"),""); String findOption = clearXSS(request.getParameter("findOption"),""); String findWord = clearXSS(request.getParameter("findWord"),""); int tmp = MInteger.parseInt(request.getParameter("tmp"), 0); session.setAttribute("modifySuccTargetURI", "/totsys/sysadm/prssbox/doc_form_view.jsp?docID="+docID); /****** all, send report ******/ Report report = new Report(); int allReportCount = report.getAllCount(docID); int sendReportCount = report.getSendCount(docID); %>