<%@ 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_manager where c_no = " + c_no + " "; ResultSet rst = stmt.executeQuery(sql1); if(rst.next()) { %>
*관리자명 " id="" style="width:60px" maxlength="10"/>
ID <%=rst.getString("c_id")%> * ID는 변경이 불가능합니다..
Password * 변경시에만 입력하세요.
Password 확인 * 같은 Password를 한번 더 입력하세요.
부서 " id="" style="width:150px" />
직급 " id="" style="width:120px" maxlength="20"/>
연락처 " id="" style="width:100px" maxlength="20"/>
이메일 " id="" style="width:200px" maxlength="50"/>
<% } rst.close(); %>
수정 취소
<% } %> <%@include file="/manager_for_cms/include/manager_bottom.jsp"%>