%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ include file="/field_manager/include/manager_head.jsp"%> <% String c_home = r_call(request.getParameter("c_home")); String c_maker = r_call(request.getParameter("c_maker")); String board_no = r_call(request.getParameter("board_no")); String c_relation= r_call(request.getParameter("c_relation")); String c_relation2= r_call(request.getParameter("c_relation2")); if(board_no == null || board_no.equals("")){ %> <% }else{ %>
<%
String board_name = "BCB 공지사항";
if(c_relation2.equals("1074")){
board_name = "BCB 자료실";
}
if(c_relation2.equals("1075")){
board_name = "BCB 교육영상자료";
}
%>
[ <%=board_name%> ] 게시판 관리
<%
String para_t = "c_home=" + c_home + "&c_maker=" + c_maker + "&board_no=" + board_no + "&c_relation=" + c_relation + "&c_relation2=" + c_relation2;
%>
|