122 lines
5.4 KiB
HTML
122 lines
5.4 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:600px;--z-index:100">
|
||
|
<div class="modal-head">
|
||
|
<div row>
|
||
|
<p>이력보기</p>
|
||
|
<button class="close-btn"></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="modal-body">
|
||
|
<div col style="--gap:32px">
|
||
|
<h2>외부 자료</h2>
|
||
|
<div col style="--gap:20px">
|
||
|
<div col style="--gap:12px">
|
||
|
<div class="list-count">
|
||
|
<p>총</p>
|
||
|
<b>460</b>
|
||
|
<p>건</p>
|
||
|
</div>
|
||
|
<table class="list">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>
|
||
|
번호
|
||
|
</th>
|
||
|
<th>
|
||
|
작성자
|
||
|
</th>
|
||
|
<th>
|
||
|
등록일
|
||
|
</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>460</td>
|
||
|
<td>홍길동</td>
|
||
|
<td>2024.08.05.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
<div row class="table-nav" style="--gap:16px">
|
||
|
<button class="btn-first">처음</button>
|
||
|
<button class="btn-prev">이전</button>
|
||
|
<a href="#">41</a>
|
||
|
<a href="#">42</a>
|
||
|
<a href="#">32</a>
|
||
|
<a href="#">44</a>
|
||
|
<a href="#" data-current="true">45</a>
|
||
|
<a href="#">46</a>
|
||
|
|
||
|
<button class="btn-next">다음</button>
|
||
|
<button class="btn-last">마지막</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div row center>
|
||
|
<button variant="fill" style="--bg:#212B36">닫기</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|