Files
simrs-jatim/include/laporan_temp.php
2024-04-19 14:04:41 +07:00

69 lines
1.8 KiB
PHP

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{title}}</title>
{{style}}
<style type="text/css">
body {
width : 100%;
margin : 0 auto;
font-family: 'Arial';
}
table#lap_body {
border-collapse: collapse;
margin : 0 auto;
}
table#lap_body td { padding : 0.5pt 2.5pt;}
table#lap_body th { padding : 3px; background: #AECDF0; border-top:3px solid #000; }
table#lap_body thead {display: table-header-group;}
table#lap_body .row_group { background: #cccccc; font-weight: bold}
.header {
font-family: 'Arial bold';
font-size: 14pt;
font-weight: bold;
text-align: center;
}
.sub-header {
font-size: 12px;
text-align: center;
font-style: italic;
}
.subheader-left { display: inline-block; width: 80px; font-weight: bold;}
.text-right { text-align: right; }
.report-subheader { width: 80px; display: inline-block; font-weight: bold }
</style>
<style type="text/css" media="screen">
table#lap_body td { padding : 0.5pt 2.5pt; font-size: 10pt;}
table#lap_body th { padding : 3px; font-size: 10pt; background: #AECDF0; border-top:1px solid #000; }
.header { font-size: 14pt;}
</style>
<style type="text/css" media="print">table#lap_body thead {display: table-header-group;}</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="98%" id="lap_header">
<tr>
<td colspan="">
<div class="header">
{{header}}
</div>
<div class="sub-header">
{{subheader}}
</div>
</td>
</tr>
{{headertambahan}}
</table>
{{table_list1}}
<table border="1" cellpadding="5" cellspacing="0" id="lap_body" style="margin-left:3pt">
<thead>
{{table_header}}
</thead>
<tbody>
{{table_body}}
</tbody>
</table>
{{table_list2}}
{{html_list}}
</body>
</html>