| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2023-07-31 16:55:47 +08:00
										 |  |  | $page='Home'; | 
					
						
							|  |  |  | require 'Header.php'; | 
					
						
							|  |  |  | session_start(); | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2023-07-31 16:55:47 +08:00
										 |  |  | // if the user has already logged in, then clicking the LRRS icon should not display the login page (i.e., index.php).
 | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | if (isset($_SESSION["user_fullname"])) { | 
					
						
							| 
									
										
										
										
											2023-08-07 16:39:19 +08:00
										 |  |  |     echo  '<div class="container alert alert-info"> You\'ve already logged in.</div>'; | 
					
						
							| 
									
										
										
										
											2023-08-04 18:14:05 +08:00
										 |  |  |     exit(); | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | } | 
					
						
							|  |  |  | ?>
 | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-29 17:25:59 +08:00
										 |  |  | <br><br><br> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-06 17:43:36 +08:00
										 |  |  | <div class="container"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="row"> | 
					
						
							|  |  |  | 	<div class="col"> | 
					
						
							|  |  |  | 	    <img src="logo.png" style="width:32%; position:relative; right:-95px; top:1px;" alt="LRR Logo"> | 
					
						
							|  |  |  | 	    <br><br> | 
					
						
							|  |  |  | 	    <div style="width:32%; position:relative; right:-90px; font-family: Poppins-Regular;"> | 
					
						
							|  |  |  | 		<h1>Lab Report Repository</h1> | 
					
						
							|  |  |  | 	    </div> | 
					
						
							| 
									
										
										
										
											2023-07-31 16:55:47 +08:00
										 |  |  | 	</div> | 
					
						
							| 
									
										
										
										
											2023-07-31 17:09:21 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-06 17:43:36 +08:00
										 |  |  | 	<div class="col"> | 
					
						
							|  |  |  | 	    <form method="post" action="Script.php" name="frm_login"> | 
					
						
							|  |  |  | 		<input type="hidden" name="frm_login" value="true"/> | 
					
						
							|  |  |  | 		<label for="user_name" class="form-label">Account name</label> | 
					
						
							|  |  |  | 		<input type="text" name="user" placeholder="Student Number / Email address" class="form-control" required="required" id="user_name" /> | 
					
						
							|  |  |  | 		<br> | 
					
						
							|  |  |  | 		<label for="user_password" class="form-label">Password</label> | 
					
						
							|  |  |  | 		<input type="password" class="form-control"  name="password" placeholder="password" required="required" id="user_password" /> | 
					
						
							|  |  |  | 		<br> | 
					
						
							|  |  |  | 		<button type="submit" class="btn btn-primary" id="login_btn">Sign in</button> | 
					
						
							| 
									
										
										
										
											2023-07-31 16:55:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-06 17:43:36 +08:00
										 |  |  | 		<br> | 
					
						
							|  |  |  | 		<label class="form-text">Don't have an account yet?</label> <a href="signup.php" id="signup_link">Sign up</a> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<br> | 
					
						
							|  |  |  | 		<label class="form-text">Forget your password?</label> <a href="recover_password.php">Recover</a> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		error_reporting(E_ALL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if(isset($_SESSION['info_login'])) { | 
					
						
							|  |  |  | 		    echo  '<hr><div class="alert alert-danger" role="alert">'.$_SESSION['info_login'].'</div>'; | 
					
						
							|  |  |  | 		    $_SESSION['info_login'] = null; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		// wrong pass
 | 
					
						
							|  |  |  | 		if(isset($_SESSION['wrong_pass'])) { | 
					
						
							|  |  |  | 		    echo  '<hr><div class="alert alert-danger" role="alert">'.$_SESSION['wrong_pass'].'</div>'; | 
					
						
							|  |  |  | 		    $_SESSION['wrong_pass'] = null; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if(isset($_SESSION['infoChangePassword'])) { | 
					
						
							|  |  |  | 		    echo  '<hr><div class="alert alert-danger" role="alert">'.$_SESSION['infoChangePassword'].'</div>'; | 
					
						
							|  |  |  | 		    $_SESSION['infoChangePassword'] = null; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		?>
 | 
					
						
							|  |  |  | 	    </form> | 
					
						
							| 
									
										
										
										
											2023-07-31 16:55:47 +08:00
										 |  |  | 	</div> | 
					
						
							| 
									
										
										
										
											2020-12-25 21:30:34 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:18:16 +08:00
										 |  |  | <div id="footer"> | 
					
						
							| 
									
										
										
										
											2023-08-09 14:18:05 +08:00
										 |  |  |     LRR was originally developed in 2018 as a <a href="http://lanlab.org/course/2018f/se/homepage.html">software engineering course project</a> by Mohamed Nor and Elmahdi Houzi.  Please submit your bug reports to Mr Lan. <a href="./homepage">More information ...</a> | 
					
						
							| 
									
										
										
										
											2023-07-31 16:46:25 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-29 17:25:59 +08:00
										 |  |  | </body> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | </html> |