<%@ page contentType="text/html; charset=EUC-KR" %> <%@ page import="java.math.*"%> <%@ page import="java.sql.*"%> <%@ page import="com.jdf.*"%> <%@ page import="com.jdf.basis.*"%> <%@ page import="com.jdf.html.*"%> <%@ page import="com.jdf.msg.*"%> <%@ page import="com.jdf.db.*"%> <%@ page import="dm.*"%> <%@ page import="odm.*"%> <%@ include file="/includes/pages/cacheControl.jsp"%> <%@ include file="/includes/pages/memberCheck.jsp" %> <%@ include file="/includes/pages/listUpper.jsp" %> <% MessageInfo msgInfo = null; PageProperties pp = new PageProperties(request); int aT = NumberUtil.toInt(StringUtil.verify(pp.getProperty("aT"))); int rtn = Const.E_ERROR; // 󸮰Ǽö int errorCode = Const.E_ERROR; // ¿¡·¯ÄÚµå GeneralBroker broker = null; CCoa02ODM odm = null; RecordModel rm[] = null; pgSize = 3; try { broker = new GeneralBroker("Coa02"); odm = new CCoa02ODM(pp); odm.setSite_part("s"); if(aT == Const.P_NONE) { odm.setK_ind("¤¡"); aT = 100; } try { pg = Integer.parseInt(pp.getProperty("pg")); } catch(Exception e) { pg = 1;} rm = broker.getList(odm,pg,3); rm[0].next(); totCount = ((Integer)rm[0].get(1)).intValue(); totPage = totCount/pgSize; if(totCount%pgSize > 0) totPage++; rtn = totCount; if(rtn >= 0) errorCode = Const.E_OK; } catch (Exception e) { e.printStackTrace(); errorCode = Const.E_ERROR; if(msgInfo == null) msgInfo = new com.jdf.msg.MessageInfo(); msgInfo.setException(e); } %> CNP Â÷¾Ø¹Ú ÇǺΰú¿¡ ¿À½Å°ÍÀ» ȯ¿µÇÕ´Ï´Ù. <% String top_title="info"; %>
<%@ include file="/includes/pages/top.jsp"%>
<%@ include file="left.jsp"%>
±Ã±ÝÇÑ ´Ü¾î¸¦ ÀÔ·ÂÇϼ¼¿ä. ÇǺΠ¹é°ú»çÀüÀ» °Ë»öÇÕ´Ï´Ù.
.gif" name="Image96" width="30" height="18" border="0"> .gif" name="Image97" width="30" height="18" border="0"> .gif" name="Image98" width="30" height="18" border="0"> .gif" name="Image99" width="30" height="18" border="0"> .gif" name="Image100" width="30" height="18" border="0"> .gif" name="Image101" width="30" height="18" border="0"> .gif" name="Image102" width="30" height="18" border="0"> .gif" name="Image103" width="30" height="18" border="0"> .gif" name="Image104" width="30" height="18" border="0"> .gif" name="Image105" width="30" height="18" border="0"> .gif" name="Image106" width="30" height="18" border="0"> .gif" name="Image107" width="30" height="18" border="0"> .gif" name="Image108" width="30" height="18"" border="0"> .gif" name="Image109" width="30" height="18" border="0">

<% if(odm.getK_ind().equals("¤¡")) { %> <% } else if(odm.getK_ind().equals("¤¤")) { %> <% } else if(odm.getK_ind().equals("¤§")) { %> <% } else if(odm.getK_ind().equals("¤©")) { %> <% } else if(odm.getK_ind().equals("¤±")) { %> <% } else if(odm.getK_ind().equals("¤²")) { %> <% } else if(odm.getK_ind().equals("¤µ")) { %> <% } else if(odm.getK_ind().equals("o")) { %> <% } else if(odm.getK_ind().equals("¤¸")) { %> <% } else if(odm.getK_ind().equals("¤º")) { %> <% } else if(odm.getK_ind().equals("¤»")) { %> <% } else if(odm.getK_ind().equals("¤¼")) { %> <% } else if(odm.getK_ind().equals("¤½")) { %> <% } else if(odm.getK_ind().equals("¤¾")) { %> <% } %> <% if(totCount == 0) { %> <% } if(rtn != Const.E_ERROR) { int i = (pg-1)*pgSize+1; while(rm != null && rm[1].next()) { %> <% } } %>
<%= StringUtil.isEmpty(odm.getSearchText()) ? odm.getK_ind() : odm.getSearchText()%> (À¸)·Î °Ë»öµÈ °á°úÀÔ´Ï´Ù.
°Ô½ÃµÇ¾îÁø ±ÛÀÌ ¾ø½À´Ï´Ù.
¡Ü <%= StringUtil.verify((String)rm[1].get("subject")) %>
<%= StringUtil.toLine(StringUtil.verify((String)rm[1].get("content"))) %>
 
<%@ include file="/includes/pages/listLower.jsp" %>
<%@ include file="/includes/pages/bottom.jsp"%>