<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <% int make_ok = 0; String show_no = r_call(request.getParameter("show_no")); String check_no = r_call(request.getParameter("check_no")); String c_relation = r_call(request.getParameter("c_relation")); String c_relation2 = r_call(request.getParameter("c_relation2")); int menu_ok = 0; String menu_name = ""; String page_content = ""; int menu_no = 0; int my_no = 0; int project_now = 0; String sql_menu= "select * from tbl_menu where c_use = 0 and c_view = 0 and c_no = "+ show_no +" and c_up_no = "+ check_no +" and c_relation = "+ c_relation +" and c_relation2 = " + c_relation2; ResultSet rs_menu=stmt.executeQuery(sql_menu); if(rs_menu.next()){ menu_name = rs_menu.getString("c_name"); menu_no = rs_menu.getInt("c_up_no"); my_no = rs_menu.getInt("c_no"); page_content= rs_menu.getString("c_content"); }else{ menu_ok = 1; } rs_menu.close(); if (menu_ok ==0){ %>

  <%if(show_no.equals("7") ){ if( temp_state == 0 && session.getAttribute("member_type").equals("0") && !c_team.equals(session.getAttribute("member_team_no"))){%> <%}else{ %> Business Model Canvas <% String sql_team = " select c_team_name from tbl_team where c_use = 0 and c_no = "+ c_team; ResultSet rs_team = stmt2.executeQuery(sql_team); if(rs_team.next()){ %> [<%=rs_team.getString("c_team_name")%>] <% } rs_team.close(); } %> <%}else{%> <%if(show_no.equals("8")){ String sql_team = " select * from tbl_project where c_use = 0 and c_no = "+ session.getAttribute("member_project_no"); ResultSet rs_team = stmt2.executeQuery(sql_team); if(rs_team.next()){ %> <%=menu_name%> / <%=rs_team.getString("c_name")%> <% } rs_team.close(); %> <%}else{%> <%=menu_name%> <%}%> <%}%>

<% if(show_no.equals("7") || show_no.equals("6")){%>
<% if(Integer.parseInt(today.replaceAll("-","")) > Integer.parseInt(c_p_e_d.replaceAll("-",""))){ project_now = 1; make_ok = 1; %>

[ Today : <%=today%> / Data Period : <%=a_w_s[1]%> ~ <%=a_w_e[call_period]%> ]
<%}else if(Integer.parseInt(today.replaceAll("-","")) < Integer.parseInt(c_p_s_d.replaceAll("-",""))){ make_ok = 1; %>
<%for (int i = 1; i < c_p_p + 1; i++){%> <%}%>
<%=i%>P
<%}else{%>
<% String v_e = ""; if(today_period == call_period){ v_e = today; }else{ v_e = a_w_e[call_period]; } %>
[ Today : <%=today%> / Data Period : <%=a_w_s[1]%> ~ <%=v_e%> ]
<%if(session.getAttribute("member_type").equals("0") && session.getAttribute("member_team_no").equals(c_team)){%> Insert Hypothesis Insert Interview <%}%>
<%}%>
<%}%>