D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ksclnmuac
/
public_html
/
ci_panel
/
application
/
views
/
user
/
Filename :
maintenance.php
back
Copy
<?php $data['title'] = "Maintenance and Utilization"; $this->load->view("user/common/header",$data); $this->load->view("user/common/banner", $data); ?> <!-- pages content start --> <section class="inner-wrapper"> <div class="container"> <div class="row"> <div class="inner-wrapper-main about-edu"> <div class="col-sm-12" style="text-align:justify;"> <h2>Maintenance and Utilization</h2> <p>The maintenance, repair and constructional work is handled by the building committee. The college development committee is responsible for the physical infrastructure including water supply, power supply and LPG. The work pattern is based on the tender system as per the given norms. The computers and other equipments are under annual maintenance contract. Maintenance of sanitation services is are outsourced through various external agencies. The laboratory equipment is maintained and managed at the department level by the staffs or the hired technicians annually or when found necessary. The lab staff has been assigned the duty of maintaining lab infrastructure. Same duties are assigned to the library staff as well. Library staff is also responsible for updating the record of the academic material. Besides this, annual audit of library and labs is carried out and outdated material is auctioned off to dispose the scrap. </p> </div> </div> </div> </div> </section> <!-- pages content end --> <?php $this->load->view("user/common/footer_op");?>