111 lines
3.0 KiB
HTML
111 lines
3.0 KiB
HTML
<!-- <div class="container" style="height: 9%; padding-bottom: 0px;">
|
|
<div style="width:100%">
|
|
<img src="/bahmni_config/openmrs/apps/registration/healthIDCardLayout/images/nins-header.png" width="100%"/>
|
|
</div>
|
|
<div style="text-align: center; padding: 3px; font-size: 18px; overflow: hidden;">
|
|
<b>DISCHARGE CERTIFICATE</b>
|
|
</div>
|
|
</div> -->
|
|
<!-- <div class="container" style="height: 10%; padding-bottom: 0px;">
|
|
<div style="width:100%">
|
|
<img src="/bahmni_config/openmrs/apps/registration/healthIDCardLayout/images/nins-header.png" width="100%"/>
|
|
</div>
|
|
</div> -->
|
|
<style>
|
|
.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;
|
|
}
|
|
}
|
|
</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>DISCHARGE CERTIFICATE</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>
|
|
</div>
|