<% /************************************************************@@ * Program Name : popup_form_list.jsp * Description : Áý°è¹®¼­ µî·Ï ÀÌÀü Áý°è¹®¼­ Àç»ç¿ë * Author : ±âÇöÅ×Å© * Create Date : 2010-11-21 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=euc-kr" 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{ } %>