%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="com.biz_nis.cmn.CommonMethod" %>
<%@ page import="com.biz_nis.nw_prstus.nw_list.NetworkListDAO" %>
<%@ page import="com.biz_nis.nw_prstus.nw_list.NetworkListDTO" %>
<%@ page import="org.apache.log4j.Logger" %>
<%
Logger l_oLogger = Logger.getLogger( "" );
request.setCharacterEncoding("UTF-8");
//parameter
int p_nCurPage = CommonMethod.intNullChk(request.getParameter("cur_page"), 1);
int p_nListSize = CommonMethod.intNullChk(request.getParameter("list_size"), 10);
String p_sSrch_fr_dt = CommonMethod.nullChk(request.getParameter("srch_fr_dt"));
String p_sSrch_to_dt = CommonMethod.nullChk(request.getParameter("srch_to_dt"));
String p_sSlct_idstry = CommonMethod.nullChk(request.getParameter("slct_idstry"));
String p_sSlct_entp = CommonMethod.nullChk(request.getParameter("slct_entp"));
String p_sSlct_jobcl = CommonMethod.nullChk(request.getParameter("slct_jobcl"));
%>
▒▒▒ SCG ▒▒▒
<%@ include file = "/include/inc_sub_top.jsp"%>
<%@ include file = "/include/inc_sub_bottom.jsp"%>