<% /************************************************************@@ * 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")%>
<%= MoumiConfig.getMessageBundle().getString(" /> <%=MoumiConfig.getMessageBundle().getString(" />
<% }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{ } %>