<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/manager_for_cms/include/manager_head.jsp"%> <% String c_no = r_call(request.getParameter("c_no")); if(c_no.equals("")){ %> <% }else{ %>
Edit Main Field
* Please be sure to enter the items marked with the mark.
<% String sql1=" SELECT * from tbl_field where c_no = " + c_no + " "; ResultSet rst = stmt.executeQuery(sql1); if(rst.next()) { %>
*Field Name "/>
*Field Enflish Name "/> * Please register the English name of the field so that it does not overlap with other fields without spaces.
Site Name "/>
Main Page Type
checked<%}%>>Type 1. checked<%}%>>Type 2.
Organization name "/>
manager "/>
Phone "/>
Explain
<% } rst.close(); %>
Edit Cancel
<% } %> <%@include file="/manager_for_cms/include/manager_bottom.jsp"%>