| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  | include 'NoDirectPhpAcess.php'; | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | include 'Header.php'; | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | <div class="row"> | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  |      | 
					
						
							|  |  |  |     <div class="col-md-4 list-group" style="margin:auto;"> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  | 	<br> | 
					
						
							|  |  |  | 	 | 
					
						
							| 
									
										
										
										
											2023-08-04 18:30:42 +08:00
										 |  |  | 	<h4 class="list-group-item active"> Recover password </h4> | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  | 	<div class="list-group-item"> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  | 	    <div class="panel-body"> | 
					
						
							|  |  |  | 		<form method="post" action="Script.php"> | 
					
						
							|  |  |  | 		    <input type="hidden" name="frm_recover_password" value="true"/> | 
					
						
							|  |  |  | 		    Student number  <input type="text" name="sno" placeholder="Enter your student number" class="form-control" required="required" value="<?php echo htmlspecialchars($_SESSION['student_number']); ?>"> | 
					
						
							|  |  |  | 		    <br/> | 
					
						
							|  |  |  | 		    Email  <input type="text" name="email" placeholder="Enter your email address" class="form-control" required="required" value="<?php echo htmlspecialchars($_SESSION['user_email']); ?>"> | 
					
						
							|  |  |  | 		    <br/> | 
					
						
							|  |  |  | 		    <input type="submit" class="btn-primary" value="Recover"> | 
					
						
							|  |  |  | 		</form> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  | 		<?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if(isset($_SESSION['info_recover_password'])) { | 
					
						
							|  |  |  | 		    echo  '<hr><div class="alert alert-danger" role="alert">'.htmlspecialchars($_SESSION['info_recover_password']).'</div>'; | 
					
						
							|  |  |  | 		    $_SESSION['info_recover_password'] = null; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		?>
 | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-12-25 21:41:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-01 17:02:33 +08:00
										 |  |  | </div> |