File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="ko">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9, chrome=1">
<meta charset="UTF-8">
<title>참여사업불러오기</title>
<!-- <link rel="stylesheet" href="/direct/css/jquery.mCustomScrollbar.css" /> -->
<link rel="stylesheet" href="/direct/css/font.css">
<link rel="stylesheet" href="/direct/css/reset.css">
<link rel="stylesheet" href="/direct/css/enroll_popup.css">
<link rel="stylesheet" href="/direct/css/nice-select.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/direct/css/ie_popup.css" />
<![endif]-->
<script src="/direct/js/jquery-1.11.3.min.js"></script>
<script src="/direct/js/jquery-ui.min.js"></script>
<script src="/direct/js/jquery.nice-select.js"></script>
<script src="/direct/js/script.js"></script>
<script src="/direct/js/popup_open_2.js"></script>
<script>
$(document).ready(function() {
$('select').niceSelect();
});
</script>
</head>
<body>
<div class="enroll_popup enterprise_call_popup">
<div class="enroll_popup_title asset_popup_title">
<img src="/direct/img/enroll_popup_title_bg.png" alt=""> 참여사업 불러오기
<div class="enroll_popup_title_btns">
<ul>
<li><img src="/direct/img/popup_little_icon.png" alt=""></li>
<li><img src="/direct/img/popup_full_icon.png" alt=""></li>
<li><img src="/direct/img/popup_close_icon.png" alt=""></li>
</ul>
</div>
</div>
<div class="enroll_input_left asset_exposure_list">
<ul>
<li>
검  색 <input type="text" class="business_call_serch"><input type="button" value="검색" class="serch_btn">
</li>
<li>
<div class="enterprise_right_table">
<table>
<thead>
<tr>
<th><input type="checkbox"><label for=""></label></th>
<th>구분</th>
<th>사업명</th>
<th>사업기간</th>
<th>계약업체</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"><label for=""></label></td>
<td>용역</td>
<td>[A1234B5]무상 에어컨 설치 및 수리업그레이드 사업</td>
<td>2019-07-04 <br>~2019-07-09</td>
<td>AB기업</td>
</tr>
<tr>
<td><input type="checkbox"><label for=""></label></td>
<td>용역</td>
<td>[A1234B5]무상 에어컨 설치 및 수리업그레이드 사업</td>
<td>2019-07-04 <br>~2019-07-09</td>
<td>AB기업</td>
</tr>
<tr>
<td><input type="checkbox"><label for=""></label></td>
<td>용역</td>
<td>[A1234B5]무상 에어컨 설치 및 수리업그레이드 사업</td>
<td>2019-07-04 <br>~2019-07-09</td>
<td>AB기업</td>
</tr>
<tr>
<td><input type="checkbox"><label for=""></label></td>
<td>용역</td>
<td>[A1234B5]무상 에어컨 설치 및 수리업그레이드 사업</td>
<td>2019-07-04 <br>~2019-07-09</td>
<td>AB기업</td>
</tr>
<tr>
<td><input type="checkbox"><label for=""></label></td>
<td>용역</td>
<td>[A1234B5]무상 에어컨 설치 및 수리업그레이드 사업</td>
<td>2019-07-04 <br>~2019-07-09</td>
<td>AB기업</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</div>
<div class="main1_btn_div">
<input type="button" class="save_btn" value="저장">
<input type="button" class="close_btn" value="닫기">
</div>
</div>
</body>
</html>