%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@include file="/include/include.jsp"%>
<%
if(r_call(request.getParameter("show_no")).equals("4")){
home_fact = 1;
}
%>
<%@include file="/include/head.jsp"%>
<%@include file="/cms_for_bcb/show_top.jsp"%>
<%
String view_page = "/cms_for_bcb/contents/" ;
try{
if(page_type == 1){
view_page = view_page + page_content;
%>
<%
}
if(page_type == 5){
%>
<%=page_content.replaceAll("/upload/","http://apply.ci.concytec.gob.pe/upload/")%>
<%
}
}catch(Exception e){
%>
Coming soon.
<%
}
%>
<%@include file="/cms_for_bcb/show_bottom.jsp"%>
<%@include file="/include/bottom.jsp"%>
<%@include file="/include/include_b.jsp"%>