101 lines
4.9 KiB
HTML
101 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="../../../css/global.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/header_nav/header_nav.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/header_partials/user_info.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/search_box/search_box.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/buttons/buttons.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/search_section/search_section.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/list_section/list_section.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/footer/footer.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/breadcrumb/breadcrumb.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/buttons/chip_button.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../../components/modal/modal.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="modal" style="--modal-width:1080px;--z-index:99">
|
|
<div class="modal-head">
|
|
<div row>
|
|
<p>정보등록</p>
|
|
<button class="close-btn"></button>
|
|
</div>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div col style="--gap:32px">
|
|
<div col style="--gap:20px">
|
|
<div>
|
|
<table class="tbody">
|
|
<tbody>
|
|
<tr>
|
|
<td head>
|
|
일정종류
|
|
</td>
|
|
<td colspan="4">
|
|
<div row>
|
|
<label row style="--gap:8px">
|
|
<input class="form-checkbox" type="checkbox" />
|
|
<p>국경일</p>
|
|
</label>
|
|
<label row style="--gap:8px">
|
|
<input class="form-checkbox" type="checkbox" />
|
|
<p>행사</p>
|
|
</label>
|
|
<label row style="--gap:8px">
|
|
<input class="form-checkbox" type="checkbox" />
|
|
<p>기념일</p>
|
|
</label>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td head>
|
|
제목
|
|
</td>
|
|
<td colspan="4">
|
|
<div row>
|
|
<input width type="text" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td head>
|
|
주요 키워드
|
|
</td>
|
|
<td>
|
|
<div row middle style="--gap:8px">
|
|
<input width type="date" />
|
|
<span>~</span>
|
|
<input width type="date" />
|
|
</div>
|
|
</td>
|
|
<td head>
|
|
담당부서
|
|
</td>
|
|
<td>
|
|
<div row>
|
|
<input width type="text" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div row flexend>
|
|
<div row style="--gap:8px">
|
|
<button variant="fill" class="cancel" style="--bg:#F0F0F0">취소</button>
|
|
<button variant="fill" class="confirm" style="--bg:#3366FF">등록</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |