<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ include file="/manager_for_cms/include/manager_head.jsp"%> <% String c_home = r_call(request.getParameter("c_home")); String c_maker = r_call(request.getParameter("c_maker")); String c_up_no = r_call(request.getParameter("c_up_no")); if(c_up_no.equals("")){ %> <% }else{ String up_name = ""; if(c_up_no.equals("0")){ up_name = "top menu"; }else{ String sql = "select c_name from tbl_menu where c_no = " + c_up_no + ""; ResultSet rs = stmt.executeQuery(sql); if(rs.next()){ up_name = rs.getString("c_name"); } rs.close(); } %>



Upper Menu <%=up_name%>
Name
Type checked<%}%>>UP Menu <%if(!c_up_no.equals("0")){%>    checked<%}%>>Contents File    Contents(Direct)    Process    Inner Link    Outer Link <%}%>
Contents File
block<%}else{%>none<%}%>"> * In the case of Up Menu, be sure to create a sub-menu.
block<%}else{%>none<%}%>">
* jsp file, using English file name, Char. You need to put the type utf-8 at the top.
Whether or not to use Y    N
Insert Cancel
<% } %> <%@ include file="/manager_for_cms/include/manager_bottom.jsp"%>