31 lines
868 B
HTML
31 lines
868 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<style>
|
|
@media only print {
|
|
@page {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
margin: 0 20px;
|
|
height: 100px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="">
|
|
<h3 style="text-align: center;"><em>BỆNH VIỆN BẠCH MAI</em></h3>
|
|
<h2 style="text-align: center;"><strong>Biên lai thu tiền</strong></h2>
|
|
<p>Biển số xe: <em><strong>{PLATE_STRING}</strong></em></p>
|
|
<p>Thời gian vào: <em><strong>{TIME_PARKING_IN}</strong></em></p>
|
|
<p>Thời gian ra: <strong><em>{TIME_PARKING_OUT}</em></strong></p>
|
|
<p>Số tiền: <strong><em>{MONEY_AMOUNT}</em></strong></p>
|
|
</body>
|
|
|
|
</html> |