<%@ page 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_no = r_call(request.getParameter("c_no")); %>
Change in evaluation index
* Please be sure to enter items marked with a mark..
<% String sql1=" SELECT * from tbl_point_ji where c_home = " + c_home + " and c_maker = 0 and c_use=0 and c_change=0 and c_no = " + c_no; ResultSet rst = stmt.executeQuery(sql1); if (rst.next()) { %>
*Evaluation index name " id="" style="width:300px" maxlength="50"/>
<% }else{ %> <% } rst.close(); %>
Edit/a> Cancel
<%@include file="/manager_for_cms/include/manager_bottom.jsp"%>