<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/manager_for_cms/include/manager_head.jsp"%> <% String c_no = r_call(request.getParameter("c_no")); String c_home = r_call(request.getParameter("c_home")); String c_project_no = r_call(request.getParameter("c_project_no")); if(c_project_no.equals("")){ %> <% }else{ String sql_up = " SELECT c.*, a.c_name as u_name, b.c_name as f_name "; sql_up = sql_up + " , (select c_now_propose from tbl_project_plan where c_relation = 0 and c_project_no = c.c_no) as c_now_propose " ; sql_up = sql_up + " from tbl_project c "; sql_up = sql_up + " inner join tbl_project a on a.c_no = c.c_up_no "; sql_up = sql_up + " inner join tbl_field b on b.c_no = a.c_field "; sql_up = sql_up + " where c.c_no = " + c_project_no; ResultSet rs_up = stmt.executeQuery(sql_up); if (rs_up.next()) { %>
Education project Edit
field <%=rs_up.getString("f_name")%>
Category <%=rs_up.getString("u_name")%>
Project Name <%=rs_up.getString("c_name")%>
<% } rs_up.close(); } %>
* Please be sure to enter the items marked with the mark.
<% String sql12=" SELECT * from tbl_edu_project where c_home = " + c_home + " and c_maker = 0 and c_use=0 and c_now=0 and c_no = "+ c_no +" "; ResultSet rst2 = stmt.executeQuery(sql12); while (rst2.next()){%>
*Project Name " id="" style="width:300px" maxlength="50"/>
*Use Curriculum * If there is no curriculum used, please manage the education curriculum first..
*Education Information
<%} rst2.close(); %>
Edit Cancel
<%@include file="/manager_for_cms/include/manager_bottom.jsp"%>