<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/include/include.jsp"%> <%@include file="/include/head.jsp"%>
  • 이미지
  • 이미지
  • 이미지
Academy Information
    <% String sql1 = " select t.* from ( select a.* "; sql1 = sql1 + " from tbl_board a "; sql1 = sql1 + " where a.c_use=0 and a.c_relation = 2049 and a.c_relation2 = 1105 and a.c_home = 11 and a.c_maker = 1 and a.c_board_no = 413) t "; sql1 = sql1 + " order by t.c_no desc "; sql1 = sql1 + " limit 5 "; ResultSet rst = stmt.executeQuery(sql1); while (rst.next()) { %>
  • &nowPage=1">
    <%=rst.getString("c_title")%>
    <%=rst.getString("c_date").substring(0,10)%>
  • <%} rst.close(); %>
    <% sql1 = " select t.* from ( select a.* "; sql1 = sql1 + " from tbl_board a "; sql1 = sql1 + " where a.c_use=0 and a.c_relation = 2050 and a.c_relation2 = 1106 and a.c_home = 11 and a.c_maker = 1 and a.c_board_no = 414) t "; sql1 = sql1 + " order by t.c_no desc "; sql1 = sql1 + " limit 5 "; rst = stmt.executeQuery(sql1); while (rst.next()) { %>
  • &nowPage=1">
    <%=rst.getString("c_title")%>
    <%=rst.getString("c_date").substring(0,10)%>
  • <%} rst.close(); %>
Photo zone
    <% sql1 = " select t.* from ( select a.* "; sql1 = sql1 + " from tbl_board a "; sql1 = sql1 + " where a.c_use=0 and a.c_relation = 2051 and a.c_relation2 = 1107 and a.c_home = 11 and a.c_maker = 1 and a.c_board_no = 415) t "; sql1 = sql1 + " order by t.c_no desc "; sql1 = sql1 + " limit 5 "; rst = stmt.executeQuery(sql1); while (rst.next()) { %>
  • " alt="" style="max-width:444px;max-height:266px">
  • <%} rst.close(); %>
<%@include file="/include/bottom.jsp"%> <%@include file="/include/include_b.jsp"%>