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

116 lines
4.3 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 adr_list">
<table class="print_tType">
<colgroup>
<col style="width: auto;">
<col style="width: 14%;">
<col style="width: 10%;">
<col style="width: 12%;">
<col style="width: 12%;">
<col style="width: 12%;">
<col style="width: 12%;">
<col style="width: 13%;">
</colgroup>
<thead>
<tr>
<th>그룹명</th>
<th>휴대폰</th>
<th>이름</th>
<th>[*1*]</th>
<th>[*2*]</th>
<th>[*3*]</th>
<th>[*4*]</th>
<th>메모</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>자주보내는번호 혹은 자주보내는 번호 자주보내는번호 혹은 자주보내는 번호</p>
</td>
<td>
<p>010-1234-5678</p>
</td>
<td>
<p>홍길동</p>
</td>
<td>
<p>vip</p>
</td>
<td>
<p>안녕하세요 안대리님 저는 최하연입니다.</p>
</td>
<td><p></p></td>
<td><p></p></td>
<td>
<p>도대체 왜~ 아무런 말도 없는거야~ 내가 싫어 안하는 거야~</p>
</td>
</tr>
<tr>
<td>
<p>자주보내는번호자주보내는번호자주보내는번호</p>
</td>
<td>
<p>010-1234-5678</p>
</td>
<td>
<p>홍길동</p>
</td>
<td>
<p>vip</p>
</td>
<td>
<p>안녕하세요...</p>
</td>
<td><p></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr>
<td>
<p>자주보내는번호</p>
</td>
<td>
<p>010-1234-5678</p>
</td>
<td>
<p>홍길동</p>
</td>
<td>
<p>vip</p>
</td>
<td>
<p>안녕하세요...</p>
</td>
<td><p></p></td>
<td><p></p></td>
<td><p>왜 그래~ 무슨 일 있었어~</p></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>