%@ 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")%>
|
No |
Nombre del equipo |
<%if(c_part_name != null){%>
<%=c_part_name%> |
<%}%>
Jefe de equipo |
Ver información |
evaluación |
<%
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;
%>
<%=i_no%>
|
&c_project_no=<%=c_project_no%>" target="_blank"><%=rs_pt.getString("c_team_name")%>
|
<%if(c_part_name != null){%>
<%=rs_pt.getString("part_part")%>
|
<%}%>
<%=rs_pt.getString("jang_name")%>
|
&c_project_no=<%=c_project_no%>" target="_blank">[Ver información]
|
" >[Evaluar]
|
|
<%
}
if(i_no == 0){
%>
<% }
rs_pt.close();
%>
<%@include file="/point/log_bottom.jsp"%>
<%@include file="/point/point_bottom.jsp"%>
<%@include file="/include/bottom.jsp"%>
<%@include file="/include/include_b.jsp"%>