%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="com.biz_nis.cmn.CommonMethod" %>
<%@ page import="org.apache.log4j.Logger" %>
<%
Logger l_oLogger = Logger.getLogger( "" );
//parameter
int p_nCurPage = CommonMethod.intNullChk(request.getParameter("cur_page"), 1);
int p_nListSize = CommonMethod.intNullChk(request.getParameter("list_size"), 10);
String p_sSlct_flag = CommonMethod.nullChk(request.getParameter("slct_flag"), "mbr_id");
String p_sSrch_text = CommonMethod.nullChk(request.getParameter("srch_text"));
String p_sSlct_entp_idstry = CommonMethod.nullChk(request.getParameter("slct_entp_idstry"));
String p_sSlct_entp_dstic = CommonMethod.nullChk(request.getParameter("slct_entp_dstic"));
%>
▒▒▒ SCG ▒▒▒
<%@ include file = "/include/inc_sub_top.jsp"%>
<%@ include file = "/include/inc_sub_left_menu_fndt_info_mgt.jsp"%>
|
 |
|
업체정
보관리
|
|
|
|
<%@ include file = "/include/inc_sub_bottom.jsp"%>