mjon_git/src/main/webapp/publish/previewList2.html
2023-06-12 11:15:02 +09:00

69 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>견적서</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/publish/css/reset.css">
<link rel="stylesheet" href="/publish/css/common.css">
<link rel="stylesheet" href="/publish/css/estimate.css">
<link rel="stylesheet" href="/publish/css/font.css">
<link rel="stylesheet" href="/publish/css/button.css">
</head>
<body>
<!-- 주소록 인쇄 미리보기 -->
<div class="tablePrint_wrap">
<!-- <p>주소록 인쇄 미리보기</p> -->
<div class="tb_wrap">
<table class="print_tType">
<colgroup>
<col style="width: auto;">
<col style="width: 22%;">
<col style="width: 22%;">
<col style="width: 18%;">
<col style="width: 15%;">
</colgroup>
<thead>
<tr>
<th>보낸주소록(그룹)명</th>
<th>보낸날짜</th>
<th>수신날짜</th>
<th>수신인 ID</th>
<th>수신상태</th>
</tr>
</thead>
<tbody>
<tr>
<td><p>거래처3[<span class="c_002c9a">10</span>명]</p></td>
<td><p>2021-04-16, 15:00:20</p></td>
<td><p>2021-04-17, 15:00:20</p></td>
<td><p>hong1234</p></td>
<td><span class="c_002c9a">수신완료</span></td>
</tr>
<tr>
<td><p>거래처3[<span class="c_002c9a">10</span>명]</p></td>
<td><p>2021-04-16, 15:00:20</p></td>
<td><p>2021-04-17, 15:00:20</p></td>
<td><p>hong1234</p></td>
<td><span class="c_e40000">수신거부</span></td>
</tr>
<tr>
<td><p>거래처3[<span class="c_002c9a">10</span>명]</p></td>
<td><p>2021-04-16, 15:00:20</p></td>
<td><p>2021-04-17, 15:00:20</p></td>
<td><p>hong1234</p></td>
<td><span class="c_002c9a">수신완료</span></td>
</tr>
</tbody>
</table>
</div>
<div class="est_btn_wrap">
<button type="button" class="btnType"><i class="print_img"></i>인쇄하기</button>
</div>
</div><!--// 주소록 인쇄 미리보기 -->
</body></html>