%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@include file="/include/include.jsp"%>
<%@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://www.c-innovacion.org/upload/")%>
<%
}
}catch(Exception e){
%>
준비중입니다.
<%
}
%>
<%@include file="/cms_for_bcb/show_bottom.jsp"%>
<%@include file="/include/bottom.jsp"%>
<%@include file="/include/include_b.jsp"%>