36 lines
855 B
Plaintext
36 lines
855 B
Plaintext
<%@ 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;
|
|
%>
|
|
|
|
<jsp:include page="<%=view_page%>" flush="false"/>
|
|
<%
|
|
}
|
|
if(page_type == 5){
|
|
%>
|
|
<%=page_content.replaceAll("/upload/","http://apply.ci.concytec.gob.pe/upload/")%>
|
|
<%
|
|
}
|
|
}catch(Exception e){
|
|
%>
|
|
<br><br><br><br><br><br><br><br><br><br>
|
|
|
|
Coming soon.
|
|
<br><br><br><br><br><br><br><br><br><br>
|
|
<%
|
|
}
|
|
%>
|
|
<%@include file="/cms_for_bcb/show_bottom.jsp"%>
|
|
<%@include file="/include/bottom.jsp"%>
|
|
<%@include file="/include/include_b.jsp"%> |