%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <% String c_syl[] = new String[10]; c_syl[0] = "Syllabus to Display - None"; c_syl[1] = "1 - Opportunity Assessment"; c_syl[2] = "2 - Value Propositions"; c_syl[3] = "3 - Customer Segments"; c_syl[4] = "4 - Channels"; c_syl[5] = "5 - Customer Relationships"; c_syl[6] = "6 - Revenue Streams"; c_syl[7] = "7 - Key Partners"; c_syl[8] = "8 - Resource, Activities, And Costs"; c_syl[9] = "9 - Lessons Learned"; %>
" title="Presentation 이동">
![]() |
<%if(session.getAttribute("member_type").equals("1") || session.getAttribute("member_type").equals("2")){%>
" title="Presentation Edit">![]() |
" style="display:<%if(c_presentation_no == rs_p.getInt("c_no")){%><%}else{%>none<%}%>;padding-bottom:10px;padding-left:10px;padding-top:5px;line-height:200%">
<%
String sql_p_t = "select a.c_no, b.c_team_name,a.c_team_no from tbl_presentation_team a ";
sql_p_t = sql_p_t + " inner join tbl_team b on b.c_no = a.c_team_no ";
sql_p_t = sql_p_t + " where a.c_presentation_no = " + rs_p.getInt("c_no") + " and a.c_use = 0 order by b.c_team_name asc, a.c_no desc ";
ResultSet rs_p_t = stmt2.executeQuery(sql_p_t);
while(rs_p_t.next()){
%>
![]() ![]() <% } rs_p_t.close(); %> |