% /************************************************************@@ * Program Name : popup_form_list.jsp * Description : 집계문서 등록 이전 집계문서 재사용 * Author : 기현테크 * Create Date : 2010-11-21 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="kr.co.kihyun.text.html.TagFilter" import="kr.co.kihyun.lang.StringConverter" import="kr.co.kihyun.lang.MLong" import="kr.co.kihyun.lang.MString" import="kr.co.kihyun.moumi.MoumiConfig" import="org.apache.commons.lang.StringEscapeUtils"%> <%@ include file="/totsys/common/inc/sec/secure.inc.jsp"%> <% try{ /********** session내의 userId **********/ String notify = ""; if((String)session.getAttribute("notify")!="" || (String)session.getAttribute("notify")!=null){ notify=(String)session.getAttribute("notify"); } Long docID = MLong.parseLong(request.getParameter("docID")); Long boardID = MLong.parseLong(request.getParameter("boardID")); notify = MString.checkNull(request.getParameter("notify"), ""); %>
<%=MoumiConfig.getMessageBundle().getString("moumi.message.tot_doc.input")%><%=MoumiConfig.getMessageBundle().getString("moumi.message.tot_doc.trick")%> | |
<%=MoumiConfig.getMessageBundle().getString("moumi.message.tot_doc.relationDoc")%> <%=MoumiConfig.getMessageBundle().getString("moumi.message.tot_doc.add")%> |