<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/include/include.jsp"%> <% login_tag = 1; %> <%@include file="/include/head.jsp"%> <%@include file="/cms_for_bcb/show_top.jsp"%>

<% session.setMaxInactiveInterval(60*60) ; String c_edu_no = r_call(request.getParameter("c_edu_no")); String c_edu_project_no = r_call(request.getParameter("c_edu_project_no")); String c_project_no = r_call(request.getParameter("c_project_no")); %>
<% String c_content = ""; String sql_sr4 = "select * "; sql_sr4 = sql_sr4 + " ,(select c_name from tbl_edu where c_no = " + c_edu_no + " ) as c_edu_name "; sql_sr4 = sql_sr4 + " , (select c_now from tbl_edu_target where c_edu_project_no = " + c_edu_project_no + " and c_member_no = "+ session.getAttribute("member_no") +" and c_use = 0) as c_member_now "; sql_sr4 = sql_sr4 + " , (select c_no from tbl_edu_target where c_edu_project_no = " + c_edu_project_no + " and c_member_no = "+ session.getAttribute("member_no") +" and c_use = 0) as c_target_no "; sql_sr4 = sql_sr4 + " from tbl_edu_project "; sql_sr4 = sql_sr4 + " where c_home = " +c_home + " and c_no = " + c_edu_project_no + " and c_edu_no = " + c_edu_no + " and c_use = 0 ";; ResultSet rs_sr4 = stmt.executeQuery(sql_sr4); if(rs_sr4.next()){ if(rs_sr4.getString("c_member_now") == null){ %> <% }else{ c_content = rs_sr4.getString("c_content"); %> Name of the educational project : <%=rs_sr4.getString("c_name") %>
Target Curriculum : <%=rs_sr4.getString("c_edu_name") %>
<%=c_content%>
" type="hidden"> " type="hidden"> <% String sql_sr=" SELECT a.* "; sql_sr = sql_sr + ",(select max(c_start_date) from tbl_edu_result where c_edu_project_no = "+ c_edu_project_no +" and c_edu_no =a.c_edu_no and c_curi_no = a.c_no and c_member_no = "+ session.getAttribute("member_no") +") as mem_date "; sql_sr = sql_sr + ",(select c_team_No from tbl_edu_target where c_edu_project_no = "+ c_edu_project_no +" and c_use = 0 and c_member_no = "+ session.getAttribute("member_no") +") as team_no "; sql_sr = sql_sr + " from tbl_edu_curi a where a.c_edu_no = " + c_edu_no + " and a.c_up_no > 0 and a.c_use=0 order by a.c_order asc"; ResultSet rs_sr = stmt.executeQuery(sql_sr); int nop = 0; while (rs_sr.next()) { nop = nop + 1; %> <% } rs_sr.close(); %>
<%=nop%>. <%=rs_sr.getString("c_title")%> <%if(rs_sr.getString("mem_date") == null){%> Incomplete <%}else{%> <%=rs_sr.getString("mem_date").substring(0,10)%> <%}%> <%if(rs_sr.getString("mem_date") == null){%> Get educationn <%}else{%> Repetition <%}%>
<%=rs_sr.getString("c_exp")%>
list
<% } }else{ %> <% } rs_sr4.close(); %> <%@include file="/cms_for_bcb/show_bottom.jsp"%> <%@include file="/include/bottom.jsp"%> <%@include file="/include/include_b.jsp"%>