From 3ca7a1efad2868179d0ef5dc5ddfd21ac0e2b385 Mon Sep 17 00:00:00 2001 From: enockkays <32764779+enockkays@users.noreply.github.com> Date: Fri, 25 Dec 2020 21:30:34 +0800 Subject: [PATCH] Update index.php Updated the Logo from "LRRS" to "LRR". Removed the signup form from the index.php file (Index.php file had two forms now with only one form for signing in and a link that leads to the signup form). On the signup form, we have removed the portal for putting the passport because I have realized that our colleagues from this repository "Ashik-Nafis_Bug 53" only removed the passport portal from the form. We also added a background and some CSS properties for the hovers effects on the new form. --- index.php | 104 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/index.php b/index.php index 66f1481..cc8a750 100644 --- a/index.php +++ b/index.php @@ -12,36 +12,41 @@ if (isset($_SESSION["user_fullname"])) { ?>


-
+


- -

Lab Report Repository

+ +

+
+

Lab Report Repository



- - -
- +

- -

Sign in

+
+

Sign in

-
Student ID / Email - +
Password -
-
Reset my password - +
+
+
+
Reset my Password +
+
Don't have an account? + Sign Up + +
'; $_SESSION['infoChangePassword']=null; } - - - ?> - -
- -
-
-
- - -
- -
-

Sign up

-
- -
- - - Student ID - -
- -
-
Click Next to set up password - - - '.$_SESSION['info_signup1'].'
'; - $_SESSION['info_signup1']=null; - } - ?>
- +
@@ -119,6 +88,19 @@ if (isset($_SESSION["user_fullname"])) {