258 lines
10 KiB
Plaintext
258 lines
10 KiB
Plaintext
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@include file="/include/include.jsp"%>
|
|
<%if(!request.getServerName().equals("apply.itpeople.synology.me:8080")){%>
|
|
<script>
|
|
location.href="/default.jsp"
|
|
</script>
|
|
<%}else{
|
|
session.setAttribute("home","");
|
|
%>
|
|
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
<meta name="author" content="" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
<title>KOEF BCB Apply System</title>
|
|
<link rel="shortcut icon" href="" />
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,500i,600,700,800,900|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800">
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="/css/plugins-css.css" />
|
|
<link rel="stylesheet" type="text/css" href="/revolution/css/settings.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="/css/typography.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/shortcodes/shortcodes.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/custom.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/responsive.css" />
|
|
<link href="/js/cal_style.css" rel="stylesheet" type="text/css">
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
|
<script type="text/javascript" src="/js/calendar.js"></script>
|
|
</head>
|
|
|
|
<!-- Header -->
|
|
<section id="header">
|
|
<div class="inner">
|
|
|
|
<h1><strong>KOEF BCB Apply System</strong>,</h1> <h3>한국청년기업가정신재단<br />
|
|
Business Core Board Apply System 방문을 환영합니다. </h3>
|
|
<p>BCB Apply System은 <strong>Business Model Canvas</strong>를 바탕으로
|
|
<br />기술창업실험팀 신청 등을 관리하는 시스템입니다.<br />
|
|
시스템 관련 문의는 02-2156-2291로 해 주시기 바랍니다.
|
|
</p>
|
|
<ul class="actions special">
|
|
<li><a href="/default.jsp" class="button scrolly">BCB Apply System</a></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- One -->
|
|
<section id="one" class="main style1" >
|
|
<div class="container">
|
|
<div class="row gtr-150">
|
|
<div class="col-6 col-12-medium">
|
|
<header class="major">
|
|
<h2>Business Core Board<br />
|
|
Apply Field System</h2>
|
|
</header>
|
|
<p >
|
|
KOEF BCB Apply System은 BCB를 운영하고자 하는 Field(기관)를 기반으로 운영됩니다.<br />
|
|
BCB Apply System은 기본 Apply와 관련 Field System이 독립적으로 운영되며<br />
|
|
기본 Apply System 접속은 <a href="/default.jsp"><strong>[여기]</strong></a>를 클릭해 주세요.
|
|
</p>
|
|
</div>
|
|
<div class="col-6 col-12-medium imp-medium">
|
|
<header class="major">
|
|
<h3>BCB Field Apply System List</h3>
|
|
</header>
|
|
<p style="">
|
|
|
|
<%
|
|
String sql_field = " select * from tbl_field where c_use = 0 and c_nameserver = 1 order by c_name asc";
|
|
ResultSet rs_field = stmt.executeQuery(sql_field);
|
|
while(rs_field.next()){
|
|
%>
|
|
[ <%=rs_field.getString("c_name")%> ]
|
|
<%if(rs_field.getInt("c_nameserver") == 1){%>
|
|
<font color="blue">http://<%=rs_field.getString("c_eng_name")%>.c-innovacion.org/default.jsp</font>
|
|
<a href="http://<%=rs_field.getString("c_eng_name")%>.c-innovacion.org/default.jsp" target="_blank">[ 바로가기 ]</a>
|
|
<%}else{%>
|
|
<font color="blue">http://apply.ci.concytec.gob.pe/default.jsp?h=<%=rs_field.getString("c_no")%></font>
|
|
<a href=" http://apply.ci.concytec.gob.pe/default.jsp?h=<%=rs_field.getString("c_no")%> " target="_blank">[ 바로가기 ]</a>
|
|
<%}%>
|
|
<br>
|
|
|
|
<%
|
|
}
|
|
rs_field.close();
|
|
|
|
%>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<section id="two" class="main style2">
|
|
<div class="container">
|
|
<div class="row gtr-150">
|
|
|
|
<div class="col-12 col-12-medium">
|
|
|
|
<h2>공지사항 <a href="/cms_for_bcb/process/notice/list.jsp?show_no=40&check_no=35&c_relation=33&c_relation2=35" style="font-size:16px">more</a></h2>
|
|
|
|
<table width="100%" cellSpacing="0" cellPadding="0" border="0" >
|
|
|
|
<%
|
|
String sql1 = " select t.* from ( select a.* ";
|
|
sql1 = sql1 + " from tbl_board a ";
|
|
sql1 = sql1 + " where a.c_use= 0 and a.c_relation = 33 and a.c_relation2 = 35 ) t ";
|
|
sql1 = sql1 + " order by t.c_no desc ";
|
|
sql1 = sql1 + " limit 0 , 10 ";
|
|
ResultSet rst = stmt.executeQuery(sql1);
|
|
while(rst.next()){
|
|
%>
|
|
<tr>
|
|
<td align=left style="padding-left:5px;" >
|
|
<a href="/cms_for_bcb/process/notice/view.jsp?show_no=40&check_no=35&c_relation=33&c_relation2=35&c_no=<%=rst.getString("c_no")%>">
|
|
<%if(rst.getString("c_title").length() > 35){%>
|
|
<%=rst.getString("c_title").substring(0,35)%>..
|
|
<%}else{%>
|
|
<%=rst.getString("c_title")%>
|
|
<%}%>
|
|
</a>
|
|
</td>
|
|
<td align=right style="padding-right:5px;width:120px">
|
|
<%=rst.getString("c_date").substring(0,10)%>
|
|
</td>
|
|
</tr>
|
|
|
|
<%
|
|
}
|
|
rst.close();
|
|
|
|
%>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!--
|
|
<section id="three" class="main style1 special">
|
|
<div class="container">
|
|
<header class="major">
|
|
<h2>Adipiscing amet consequat</h2>
|
|
</header>
|
|
<p>Ante nunc accumsan et aclacus nascetur ac ante amet sapien sed.</p>
|
|
<div class="row gtr-150">
|
|
<div class="col-4 col-12-medium">
|
|
<span class="image fit"><img src="images/pic02.jpg" alt="" /></span>
|
|
<h3>Magna feugiat lorem</h3>
|
|
<p>Adipiscing a commodo ante nunc magna lorem et interdum mi ante nunc lobortis non amet vis sed volutpat et nascetur.</p>
|
|
<ul class="actions special">
|
|
<li><a href="#" class="button">More</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-4 col-12-medium">
|
|
<span class="image fit"><img src="images/pic03.jpg" alt="" /></span>
|
|
<h3>Magna feugiat lorem</h3>
|
|
<p>Adipiscing a commodo ante nunc magna lorem et interdum mi ante nunc lobortis non amet vis sed volutpat et nascetur.</p>
|
|
<ul class="actions special">
|
|
<li><a href="#" class="button">More</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-4 col-12-medium">
|
|
<span class="image fit"><img src="images/pic04.jpg" alt="" /></span>
|
|
<h3>Magna feugiat lorem</h3>
|
|
<p>Adipiscing a commodo ante nunc magna lorem et interdum mi ante nunc lobortis non amet vis sed volutpat et nascetur.</p>
|
|
<ul class="actions special">
|
|
<li><a href="#" class="button">More</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<section id="four" class="main style2 special">
|
|
<div class="container">
|
|
<header class="major">
|
|
<h2>Ipsum feugiat consequat?</h2>
|
|
</header>
|
|
<p>Sed lacus nascetur ac ante amet sapien.</p>
|
|
<ul class="actions special">
|
|
<li><a href="#" class="button wide primary">Sign Up</a></li>
|
|
<li><a href="#" class="button wide">Learn More</a></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
-->
|
|
<!-- Footer -->
|
|
<section id="footer" style="background-image: linear-gradient(45deg, #efefef 5%, #999595 30%, #6C6A6A);">
|
|
<ul class="icons">
|
|
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
|
|
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
|
|
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
|
|
<li><a href="#" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
|
|
</ul>
|
|
<ul class="copyright">
|
|
<li>© KOEF. All right reserved.</li>
|
|
<li><a href="/cms_for_bcb/show.jsp?show_no=4&check_no=1&c_relation=78&c_relation2=23">개인정보처리방침</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<!-- Scripts -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/jquery.scrolly.min.js"></script>
|
|
<script src="assets/js/browser.min.js"></script>
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
<script src="assets/js/util.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
|
|
<!--================================= footer -->
|
|
|
|
<div id="back-to-top"><a class="top arrow" href="#top"><i class="fa fa-angle-up"></i> <span>TOP</span></a></div>
|
|
<script type="text/javascript" src="/js2/jquery-1.12.4.min.js"></script>
|
|
<script type="text/javascript" src="/js2/plugins-jquery.js"></script>
|
|
<script type="text/javascript">var plugin_path = '/js2/';</script>
|
|
<script type="text/javascript" src="/js2/custom.js"></script>
|
|
<iframe src="/check.jsp" width=0 height=0 style="display:none"></ifram>
|
|
<%
|
|
Calendar currentCalendar = Calendar.getInstance();
|
|
int strYear = currentCalendar.get(Calendar.YEAR);
|
|
int strMonth = currentCalendar.get(Calendar.MONTH) + 1;
|
|
|
|
String visit_ok = "";
|
|
|
|
String sql_visit = "select c_no from tbl_visit ";
|
|
sql_visit = sql_visit + " where c_home = 33 ";
|
|
sql_visit = sql_visit + " and c_show_no = -1 ";
|
|
sql_visit = sql_visit + " and c_year = " + strYear + " ";
|
|
sql_visit = sql_visit + " and c_month = " + strMonth + " ";
|
|
|
|
ResultSet rs_vist = stmt.executeQuery(sql_visit);
|
|
if(rs_vist.next()){
|
|
visit_ok = "update tbl_visit set c_visit = c_visit + 1 ";
|
|
visit_ok = visit_ok + " where c_home = 33 and c_project_no = 0 and c_show_no = -1 and c_c_no =0 ";
|
|
visit_ok = visit_ok + " and c_year = " + strYear + " and c_month = " + strMonth + " ";
|
|
}else{
|
|
visit_ok = "insert into tbl_visit(c_home,c_project_no,c_show_no,c_c_no,c_year,c_month,c_visit)values(";
|
|
visit_ok = visit_ok + "33,0,-1,0," + strYear + "," + strMonth + ",1)";
|
|
}
|
|
rs_vist.close();
|
|
|
|
stmt2.execute(visit_ok);
|
|
%>
|
|
</body>
|
|
</html>
|
|
<%}%>
|
|
<%@include file="/include/include_b.jsp"%>
|