NINS_CODE/bahmni_config/openmrs/apps/customDisplayControl/views/prescriptionHeader.html

83 lines
2.2 KiB
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<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;
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>বহিঃ/জরুরী বিভাগের রোগীর প্রেসক্রিপশন</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>