<%@ 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{ %>
메인필드 수정
* 표시가 있는 항목은 반드시 입력해 주세요.
<% String sql1=" SELECT * from tbl_field where c_no = " + c_no + " "; ResultSet rst = stmt.executeQuery(sql1); if(rst.next()) { %>
*필드명 "/>
*필드 영문명 "/> * 필드 영문명은 띄어쓰기 없이 타필드와 중복되지 않도록 등록하세요.
Site명 "/>
Main Page Type
checked<%}%>>Type 1. checked<%}%>>Type 2.
기관명 "/>
담당자 "/>
연락처 "/>
설명
<% } rst.close(); %>
수정 취소
<% } %> <%@include file="/manager_for_cms/include/manager_bottom.jsp"%>