<% /************************************************************@@ * Program Name : doc_list.jsp * Description : /집계자/내문서함/등록함/문서 목록 * Author : 강원중 * Create Date : 2004.10.11 * History : @@************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="kr.co.kihyun.lang.MInteger" import="kr.co.kihyun.moumi.doc.MDoc"%> <% try{ /******* Parameter *********/ int prss = MInteger.parseInt(request.getParameter("prss")); %> <%//양식함 if(MDoc.FORM == prss){%> <%}else{%> <% }%> <%//등록함 if(MDoc.REG == prss){%> <%}else{%> <% }%> <%//진행함 if(MDoc.PRSS== prss){%> <%}else{%> <% }%> <%//종료함 if(MDoc.END == prss){%> <%}else{%> <% }%> <%//취소함 if(MDoc.CANCLE == prss){%> <%}else{%> <% }%> <%//열람함 if(MDoc.READ == prss){%> <%}else{%> <% }%>
양식함양식함|등록함등록함|진행함진행함|종료함종료함|취소함취소함|열람함열람함
<% }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{ } %>