first commit
This commit is contained in:
319
iklim_kerja_suhu_report_template.html
Normal file
319
iklim_kerja_suhu_report_template.html
Normal file
@@ -0,0 +1,319 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="id">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Laporan Hasil Uji Iklim Kerja Suhu</title>
|
||||
<style>
|
||||
@page {
|
||||
size: A4;
|
||||
margin: 1cm;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 12pt;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 21cm;
|
||||
margin: 0 auto;
|
||||
padding: 0.5cm;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.header {
|
||||
position: relative;
|
||||
border-bottom: 2px solid #000;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.report-number {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.company-code {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.page-number {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
font-size: 72pt;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.report-title {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.report-title h1 {
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.report-subtitle {
|
||||
font-size: 12pt;
|
||||
margin: 5px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.client-info {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.client-info-row {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.client-info-label {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.client-info-colon {
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.measurement-title {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.reference-header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.issue-date {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.notes {
|
||||
margin-top: 20px;
|
||||
border: 1px solid #000;
|
||||
padding: 10px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.signatures {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.signature-box {
|
||||
width: 30%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.signature-line {
|
||||
margin-top: 80px;
|
||||
border-top: 1px solid #000;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@page {
|
||||
size: A4;
|
||||
margin: 1cm;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="company-code">Kode Lab: FLHU/../../....</div>
|
||||
|
||||
<div class="report-title">
|
||||
<h1>LAPORAN HASIL UJI</h1>
|
||||
<p class="report-subtitle">NO : ...../klim/bulan/tahun</p>
|
||||
</div>
|
||||
|
||||
<div class="page-number">2</div>
|
||||
|
||||
<div class="client-info">
|
||||
<div class="client-info-row">
|
||||
<div class="client-info-label">Nama Pelanggan</div>
|
||||
<div class="client-info-colon">:</div>
|
||||
<div class="client-info-value"></div>
|
||||
</div>
|
||||
<div class="client-info-row">
|
||||
<div class="client-info-label">Alamat pelanggan</div>
|
||||
<div class="client-info-colon">:</div>
|
||||
<div class="client-info-value"></div>
|
||||
</div>
|
||||
<div class="client-info-row">
|
||||
<div class="client-info-label">Petugas sampling</div>
|
||||
<div class="client-info-colon">:</div>
|
||||
<div class="client-info-value"></div>
|
||||
</div>
|
||||
<div class="client-info-row">
|
||||
<div class="client-info-label">Tanggal pengukuran</div>
|
||||
<div class="client-info-colon">:</div>
|
||||
<div class="client-info-value"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="measurement-title">
|
||||
Hasil Pengujian Iklim Kerja Suhu
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2">No</th>
|
||||
<th rowspan="2">Lokasi Pengukuran</th>
|
||||
<th rowspan="2">Kode sampel</th>
|
||||
<th rowspan="2">Waktu<br>Pengukuran</th>
|
||||
<th rowspan="2">Hasil</th>
|
||||
<th rowspan="2">Satuan</th>
|
||||
<th rowspan="2">Metode</th>
|
||||
<th colspan="2" class="reference-header">Referensi : PMK RI No.2 Tahun 2023</th>
|
||||
<th rowspan="2">Keterangan</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>NAB</th>
|
||||
<th>Ruang</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Ruang Meeting</td>
|
||||
<td>C2504090001</td>
|
||||
<td>09.00 - 09.15</td>
|
||||
<td>21</td>
|
||||
<td>°C</td>
|
||||
<td>SNI 7062: 2019</td>
|
||||
<td>20 - 25</td>
|
||||
<td>Administrasi</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Ruang Kerja</td>
|
||||
<td>C2504090002</td>
|
||||
<td>09.30 - 09.45</td>
|
||||
<td>22</td>
|
||||
<td>°C</td>
|
||||
<td>SNI 7062: 2019</td>
|
||||
<td>20 - 25</td>
|
||||
<td>Administrasi</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Ruang Server</td>
|
||||
<td>C2504090003</td>
|
||||
<td>10.00 - 10.15</td>
|
||||
<td>19</td>
|
||||
<td>°C</td>
|
||||
<td>SNI 7062: 2019</td>
|
||||
<td>18 - 24</td>
|
||||
<td>Ruangan Khusus</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Ruang Produksi</td>
|
||||
<td>C2504090004</td>
|
||||
<td>10.30 - 10.45</td>
|
||||
<td>26</td>
|
||||
<td>°C</td>
|
||||
<td>SNI 7062: 2019</td>
|
||||
<td>23 - 26</td>
|
||||
<td>Produksi</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Area Kantin</td>
|
||||
<td>C2504090005</td>
|
||||
<td>11.00 - 11.15</td>
|
||||
<td>24</td>
|
||||
<td>°C</td>
|
||||
<td>SNI 7062: 2019</td>
|
||||
<td>22 - 28</td>
|
||||
<td>Ruang Umum</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="issue-date">
|
||||
Diterbitkan tanggal :
|
||||
</div>
|
||||
|
||||
<div class="notes">
|
||||
<div>Catatan :</div>
|
||||
</div>
|
||||
|
||||
<div class="signatures">
|
||||
<div class="signature-box">
|
||||
<div>Diverifikasi oleh,</div>
|
||||
<div class="signature-line"></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="signature-box">
|
||||
<div></div>
|
||||
<div class="signature-line"></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="signature-box">
|
||||
<div>Diukur oleh,</div>
|
||||
<div class="signature-line"></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user