<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/include/include.jsp"%> <%@include file="/include/head.jsp"%> <%@include file="/cms_for_bcb/show_top.jsp"%> <%@include file="/cms_for_bcb/process/presentation/inc_presentation.jsp"%> <% String sql_pre = " select a.*, b.c_team_name, b.c_no as c_team_no from tbl_presentation_team a " ; sql_pre = sql_pre + " inner join tbl_team b on b.c_no = a.c_team_no and b.c_use = 0"; sql_pre = sql_pre + " where a.c_use = 0 and a.c_no = " + c_p_team + " and a.c_project_no = " + session.getAttribute("member_project_no") ; ResultSet rs_pre = stmt2.executeQuery(sql_pre); if(rs_pre.next()){ if(!rs_pre.getString("c_team_no").equals(session.getAttribute("member_team_no")) || !session.getAttribute("member_type").equals("0")){ %> <% }else{ %>
Edit <%=rs_pre.getString("c_team_name")%> < <%=c_presentation_name%>
1. Link of Presentation
" style="width:50%;height:30px" type="text" preholder="http://www.youtube.com/txfwsd....">
2. Upload Presentation
" style="width:100%;height:30px" type="file">
3. Choose a Syllabus

<% } }else{ %> <% } rs_pre.close(); %> <%@include file="/cms_for_bcb/process/presentation/inc_presentation_bottom.jsp"%> <%@include file="/cms_for_bcb/show_bottom.jsp"%> <%@include file="/include/bottom.jsp"%> <%@include file="/include/include_b.jsp"%>