<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/include/include.jsp"%> <%@include file="/include/head.jsp"%> <%@include file="/point/point_head.jsp"%> <%@include file="/point/log_head.jsp"%> <% String c_team_no = r_call(request.getParameter("c_team_no")); int c_ok = 0; String c_value = "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0"; int c_point = 0; String c_content = ""; String sql_re = "select * from tbl_point_result where c_point_project_no = "+ c_point_project_no +" and c_team_no = "+ c_team_no +" and c_pointer_no = "+ session.getAttribute("pointer_no") +" "; ResultSet rs_re = stmt.executeQuery(sql_re); if (rs_re.next()) { c_ok = rs_re.getInt("c_ok"); c_value = rs_re.getString("c_value"); c_point = rs_re.getInt("c_point"); c_content = rs_re.getString("c_content"); } rs_re.close(); String[] a_value = c_value.split("[|]"); %>

·  Procesamiento de evaluación

Nombre del proyecto <%=rs_p.getString("p_name")%>
Nombre de la evaluación <%=rs_p.getString("c_name")%>

<%if(c_part_name != null){%> <%}%> <%if(c_part_name != null){%> <%}%>
Selección de equipo Jefe de equipo <%=c_part_name%> Información Estado de evaluación
<%=jang_name%> <%=part_part%> [Ver información] <%if(c_ok ==0){%> Proceder <%}else{%> completo <%}%>

<% int total_point = 0; int o_no = 0; int o_order = 0; int o_no2 = 0; int o_order2 = 0; int get_point = 0; String sql1=" SELECT a.*,(select count(c_no) from tbl_point_ji_detail where c_up_no = a.c_no and c_use=0 ) as down_no from tbl_point_ji_detail a where a.c_ji_no = " + rs_p.getInt("c_ji_no") + " and a.c_up_no = 0 and a.c_use=0 order by a.c_order asc"; ResultSet rst = stmt.executeQuery(sql1); int i_no = 0; int i_no3 = -1; while (rst.next()) { i_no = i_no + 1; %> <% o_no2 = 0; o_order2 = 0; String sql12=" SELECT * from tbl_point_ji_detail where c_ji_no = " + rs_p.getInt("c_ji_no") + " and c_up_no = "+ rst.getInt("c_no") +" and c_use=0 order by c_order asc"; ResultSet rst2 = stmt.executeQuery(sql12); int i_no2 = 0; while (rst2.next()) { total_point = total_point + rst2.getInt("c_point"); i_no2 = i_no2 + 1; i_no3 = i_no3 + 1; get_point = get_point + Integer.parseInt(a_value[i_no3]); %> <%if(i_no2 > 1){%> <%}%> <% o_no2 = rst2.getInt("c_no"); o_order2 = rst2.getInt("c_order"); } rst2.close(); %> <% } if(i_no == 0){ %> <% } rst.close(); %>
Artículo Nota puntos
" bgcolor="efefef"> <%=rst.getString("c_title")%>
<%=rst2.getString("c_title")%> <%=rst2.getString("c_exp").replaceAll("\r","
").replaceAll("\n\r","
")%>
Puntaje total <%=get_point%> puntos
Opinión

<%if(c_ok == 0){%> almacenamiento temporal Guardado final <%}%> lista

<%@include file="/point/log_bottom.jsp"%> <%@include file="/point/point_bottom.jsp"%> <%@include file="/include/bottom.jsp"%> <%@include file="/include/include_b.jsp"%>