144 lines
3.5 KiB
HTML
144 lines
3.5 KiB
HTML
<style>
|
|
.header_style {
|
|
width: 100%;
|
|
height: 8%;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.left-header_style {
|
|
float: left;
|
|
width: 15%;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.middle-header_style {
|
|
float: left;
|
|
width: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
.right-header_style {
|
|
float: right;
|
|
width: 30%;
|
|
}
|
|
|
|
#barcode {
|
|
width: 3cm;
|
|
height: 20px;
|
|
padding-right: 4px;
|
|
padding-bottom: 3px;
|
|
float: right;
|
|
margin-top: -30px;
|
|
}
|
|
|
|
.headerBanner .left-logo {
|
|
padding: 10px;
|
|
width: 150px;
|
|
}
|
|
|
|
.headerBanner .main-heading {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.headerBanner .sub-heading {
|
|
color: white;
|
|
background-color: black;
|
|
padding: 1px 5px;
|
|
}
|
|
|
|
.headerBanner .banner-text {
|
|
font-size: 15px;
|
|
padding-left: 50px;
|
|
margin-top: 27px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.headerBanner .right-logo {
|
|
padding: 5px;
|
|
width: 120px;
|
|
height: 70px;
|
|
position: relative;
|
|
left: -100px;
|
|
}
|
|
|
|
.row {
|
|
display: flex
|
|
}
|
|
|
|
.col-1 {
|
|
width: 10%;
|
|
}
|
|
|
|
.col-10 {
|
|
width: 80%;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
@media print {
|
|
.headerBanner .left-logo {
|
|
padding: 10px;
|
|
width: 90px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.headerBanner .main-heading {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.headerBanner .sub-heading {
|
|
padding: 3px 5px;
|
|
}
|
|
|
|
.headerBanner .banner-text {
|
|
font-size: 13px;
|
|
margin-top: 40px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.headerBanner .right-logo {
|
|
padding: 10px;
|
|
width: 70px;
|
|
height: 50px;
|
|
position: relative;
|
|
left: -40px;
|
|
}
|
|
|
|
#barcode {
|
|
margin-top: -20px;
|
|
}
|
|
}
|
|
</style>
|
|
<div class='headerBanner'>
|
|
<div class="row">
|
|
<div class="col-1">
|
|
<img class='left-logo' src="/bahmni_config/openmrs/apps/registration/healthIDCardLayout/images/nins.jpg"
|
|
alt="" />
|
|
</div>
|
|
<div class="col-10 banner-text text-center">
|
|
<label><b>গণপ্রজাতন্ত্রী বাংলাদেশ সরকার</b></label> <br />
|
|
<label><b><span class="main-heading">ন্যাশনাল ইনস্টিটিউট অব নিউরোসায়েন্সেস ও হাসপাতাল</span></b> (এন আই
|
|
এন এস)</label> <br />
|
|
<label><b>শের-ই-বাংলা নগর, ঢাকা, বাংলাদেশ।</b></label> <br />
|
|
|
|
<label class="sub-heading"><b>Medical Certificate of Cause of Death</b></label> <br />
|
|
|
|
</div>
|
|
<div class="col-1">
|
|
<img class="right-logo" src="/bahmni_config/openmrs/apps/registration/healthIDCardLayout/images/mujib.png"
|
|
alt="" />
|
|
</div>
|
|
</div>
|
|
<span><img id="barcode" jsbarcode-value="{{patient.identifier}}" jsbarcode-width="2" jsbarcode-height="35"
|
|
jsbarcode-margin="0" jsbarcode-displayValue="false" jsbarcode-textAlign="left" jsbarcode-textMargin="0"
|
|
jsbarcode-fontSize="4" /></span>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="/bahmni_config/openmrs/apps/JsBarcode.all.min.js"></script>
|
|
<script>
|
|
(function () {
|
|
JsBarcode("#barcode").init();
|
|
})();
|
|
</script> |