%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@include file="/field_manager/include/manager_head.jsp"%>
<%
String c_home = r_call(request.getParameter("c_home"));
String c_ji_no = r_call(request.getParameter("c_ji_no"));
String c_up_no = r_call(request.getParameter("c_up_no"));
%>
Registration of evaluation items
|
<%
int change_ok = 0;
String sql_ji = "select * from tbl_point_ji where c_home = " +c_home + " and c_no = " + c_ji_no;
ResultSet rs_ji = stmt.executeQuery(sql_ji);
if(rs_ji.next()){
change_ok = rs_ji.getInt("c_change");
%>
Management indicator : <%=rs_ji.getString("c_name")%>
<%
}
rs_ji.close();
%>
|
* Please be sure to enter the items marked with the mark.
|
|
<%@include file="/field_manager/include/manager_bottom.jsp"%>