NINS_CODE/bahmni_config/openmrs/apps/customDisplayControl/views/commonHeader.html
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

112 lines
3.0 KiB
HTML

<!-- <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{
margin: 0px 12px;
}
.headerBanner .left-logo {
padding: 10px;
width: 100px;
height: 100px;
}
.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: 20px;
width: 70px;
margin-top: 10px;
height: 70px;
position: relative;
top: -20px;
}
.headerBanner .main-heading {
font-size: 16px;
}
.headerBanner .sub-heading {
color: white;
background-color: black;
padding: 3px 10px;
}
.headerBanner .banner-text {
font-size: 13px;
margin-top: 40px;
line-height: 20px;
}
.headerBanner .right-logo {
/* padding: 30px; */
width: 70px;
height: 50px;
position: relative;
left: -15px;
}
}
</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 style="font-size: 14px;"><b>গণপ্রজাতন্ত্রী বাংলাদেশ সরকার</b></label> <br />
<label><b><span class="main-heading">ন্যাশনাল ইনস্টিটিউট অব নিউরোসায়েন্সেস ও হাসপাতাল</span></b> (এন আই
এন এস)</label> <br />
<label><b>শের-ই-বাংলা নগর, ঢাকা, বাংলাদেশ।</b></label> <br />
<!-- <label class="sub-heading"><b>বহিঃ/জরুরী বিভাগের রোগীর প্রেসক্রিপশন</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>