समाचार
सार्वजनिक खरिद/बोलपत्र सूचना
शिर्षक | आर्थिक वर्ष | मिति | दस्तावेज |
---|---|---|---|
बोलपत्र मुल्याङ्कन प्रकृया स्थगित गरिएको बारे । |
७६/७७ | 07/03/2020 - 00:00 |
![]() |
टेन्डर फारम खरिद सम्बन्धि सुचना । |
७६/७७ | 06/16/2020 - 19:40 |
![]() ![]() |
बाेलपत्र आहवानकाे फारम खरिद तथा पेश सम्बन्धि सुचना । |
७४/७५ | 04/28/2019 - 14:09 | |
सडक, सिचाइ र लघुविद्धुत निर्माणका लागि बाेलपत्रकाे सुचना पुन प्रकासन गरिएकाे । |
७५/७६ | 04/15/2019 - 12:26 |
![]() |
सडक, सिचाइ र लघुविद्धुत निर्माणका लागि बाेलपत्र आव्हानकाे सुचना । |
७५/७६ | 04/05/2019 - 11:03 |
Pages
- « first
- ‹ previous
- 1
- 2
- 3
- 4
Notice
#myModal{margin-top:0px;}
.modal-header button{
display: block;
margin: 5px 18px 20px auto;
background-color: transparent;
font-size: 30px;
color: #ffffff;
background: #03549a;
border-radius: 100%;
width: 45px;
height: 40px;
border: none;
outline: none;
cursor: pointer;
}
@media only screen and (max-width: 600px) {
.modal-content{
left:10% !important;
}
#pban img{
width: 286px !important;
}
}
×
$(window).on('load',function(){
$('#myModal').modal('show');
});
document.querySelector("#close").addEventListener("click", function(){
document.querySelector(".modal-body").style.display = "none";
});