%@ 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("[|]"); %>
<%@include file="/point/log_bottom.jsp"%> <%@include file="/point/point_bottom.jsp"%> <%@include file="/include/bottom.jsp"%> <%@include file="/include/include_b.jsp"%>