<%@ 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"%>

·  Consulte la lista de objetivos para la evaluación

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

<%if(c_part_name != null){%> <%}%> <% String sql_pt="select t.* from ( select a.*,b.c_team_name,c.c_name as jang_name "; sql_pt = sql_pt +" ,( select "+ c_part_field +" from tbl_apply_team where c_no = b.c_no ) as part_part "; sql_pt = sql_pt +" from tbl_point_target a "; sql_pt = sql_pt +" inner join tbl_apply_team b on a.c_team_no = b.c_no "; sql_pt = sql_pt +" inner join tbl_apply_team_member c on c.c_team_no = b.c_no and c.c_type = 1 "; sql_pt = sql_pt +" where a.c_point_project_no = " + c_point_project_no + " and a.c_use = 0 ) t "; if(c_part_name != null){ sql_pt = sql_pt +" where t.part_part = '"+ session.getAttribute("pointer_part") +"' "; } sql_pt = sql_pt +" order by t.part_part asc, t.c_team_name asc "; ResultSet rs_pt = stmt.executeQuery(sql_pt); int i_no = 0; while (rs_pt.next()) { i_no = i_no + 1; %> <%if(c_part_name != null){%> <%}%> <% } if(i_no == 0){ %> <% } rs_pt.close(); %>
No Nombre del equipo<%=c_part_name%>Jefe de equipo Ver información evaluación
<%=i_no%> &c_project_no=<%=c_project_no%>" target="_blank"><%=rs_pt.getString("c_team_name")%> <%=rs_pt.getString("part_part")%> <%=rs_pt.getString("jang_name")%> &c_project_no=<%=c_project_no%>" target="_blank">[Ver información] " >[Evaluar]



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