<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/include/include.jsp"%> <%if(!request.getServerName().equals("apply.itpeople.synology.me:8080")){%> <%}else{ session.setAttribute("home",""); %> KOEF BCB Apply System

Business Core Board
Apply Field System

KOEF BCB Apply System은 BCB를 운영하고자 하는 Field(기관)를 기반으로 운영됩니다.
BCB Apply System은 기본 Apply와 관련 Field System이 독립적으로 운영되며
기본 Apply System 접속은 [여기]를 클릭해 주세요.

BCB Field Apply System List

<% String sql_field = " select * from tbl_field where c_use = 0 and c_nameserver = 1 order by c_name asc"; ResultSet rs_field = stmt.executeQuery(sql_field); while(rs_field.next()){ %> [ <%=rs_field.getString("c_name")%> ] <%if(rs_field.getInt("c_nameserver") == 1){%> http://<%=rs_field.getString("c_eng_name")%>.c-innovacion.org/default.jsp .c-innovacion.org/default.jsp" target="_blank">[ 바로가기 ] <%}else{%> http://apply.ci.concytec.gob.pe/default.jsp?h=<%=rs_field.getString("c_no")%> " target="_blank">[ 바로가기 ] <%}%>
<% } rs_field.close(); %>

공지사항   more

<% String sql1 = " select t.* from ( select a.* "; sql1 = sql1 + " from tbl_board a "; sql1 = sql1 + " where a.c_use= 0 and a.c_relation = 33 and a.c_relation2 = 35 ) t "; sql1 = sql1 + " order by t.c_no desc "; sql1 = sql1 + " limit 0 , 10 "; ResultSet rst = stmt.executeQuery(sql1); while(rst.next()){ %> <% } rst.close(); %>
"> <%if(rst.getString("c_title").length() > 35){%> <%=rst.getString("c_title").substring(0,35)%>.. <%}else{%> <%=rst.getString("c_title")%> <%}%> <%=rst.getString("c_date").substring(0,10)%>
TOP