25 lines
613 B
Plaintext
25 lines
613 B
Plaintext
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@include file="/include/include.jsp"%>
|
|
<%
|
|
login_tag = 0;
|
|
%>
|
|
<%@include file="/include/head.jsp"%>
|
|
<%@include file="/cms_for_bcb/show_top2.jsp"%>
|
|
<%
|
|
String view_page = "/cms_for_bcb/contents/" + page_content;
|
|
try{
|
|
%>
|
|
<jsp:include page="<%=view_page%>" flush="false"/>
|
|
<%
|
|
}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_bottom2.jsp"%>
|
|
<%@include file="/include/bottom.jsp"%>
|
|
<%@include file="/include/include_b.jsp"%> |