<%@ 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")); String c_no = r_call(request.getParameter("c_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.
<% sql_ji = "select * from tbl_point_ji_detail where c_no = " + c_no; rs_ji = stmt.executeQuery(sql_ji); if(rs_ji.next()){ %> <%if(!c_up_no.equals("0")){%> <%}%>
*Item type <%if(c_up_no.equals("0")){%> Item 1 <%}else{%> <% String sql_ji2 = "select * from tbl_point_ji_detail where c_no = " + c_up_no; ResultSet rs_ji2 = stmt.executeQuery(sql_ji2); if(rs_ji2.next()){ %> Children of <%=rs_ji2.getString("c_title")%> <% } rs_ji2.close(); %> <%}%>
*Item Name " id="" style="width:300px" maxlength="50"/>
*Explain
*Points point
<%} rs_ji.close(); %>
Edit Cancel
<%@include file="/field_manager/include/manager_bottom.jsp"%>