MOFA/html/mng/outdata/modal/F_0016.html
2024-11-04 02:41:49 +09:00

96 lines
5.0 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="3">
<div row>
<select>
<option>문서종류를 선택하세요</option>
<option>일일정보</option>
<option>주간 현안보고</option>
<option>정상순방 참고자료</option>
<option>국가정보</option>
<option>인물정보</option>
<option>현안정보</option>
<option>전략정보</option>
<option>정보보고 요약</option>
<option>주요국정책제도조사</option>
<option>외부자료</option>
</select>
<div row>
<label class="input-file">
<p>등록할 파일은 선택하여 첨부하세요</p>
<input type="file" />
</label>
<button variant="fill" class="find-btn" style="--bg:#EDF1FF">파일찾기</button>
<button variant="fill" class="upload-btn" style="--bg:#EDF1FF">파일 업로드</button>
</div>
</div>
</td>
</tr>
<tr>
<td head>
요약문
</td>
<td colspan="3">
<textarea></textarea>
</td>
</tr>
<tr>
<td head>
주요 키워드
</td>
<td colspan="3">
<input type="text" />
</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>