diff --git a/Admin.php b/Admin.php index 563dcdf..5c494d9 100644 --- a/Admin.php +++ b/Admin.php @@ -51,11 +51,11 @@ if ($_SESSION['user_type'] != "Lecturer") { @@ -66,7 +66,7 @@ if ($_SESSION['user_type'] != "Lecturer") {

Create Lecturer/TA Accounts -
+ Full_Name @@ -76,9 +76,9 @@ if ($_SESSION['user_type'] != "Lecturer") { Passport_Number / ID (Used as Intial Password)
User Type : - Lecturer - T/A -
+ Lecturer + T/A +
Reset"; if ($row['Status'] == "Active") { $newstatus = "Blocked"; - $btnBlock = ""; + $btnBlock = ""; } else { $newstatus = "Active"; - $btnBlock = ""; + $btnBlock = ""; } echo "" . $row['User_ID'] . "" . $row['Full_Name'] . "" . $row['Email'] . " " . $row['Passport_Number'] . "$btn$btnBlock"; @@ -138,11 +138,11 @@ if ($_SESSION['user_type'] != "Lecturer") {
diff --git a/Courses.php b/Courses.php index 8db2318..f4722a2 100644 --- a/Courses.php +++ b/Courses.php @@ -190,7 +190,7 @@ New Date/Time
Post new Lab Assignment -
+ @@ -205,11 +205,11 @@ New Date/Time
Title - + Instructions - + Marks - + Attachment 1 @@ -222,11 +222,11 @@ New Date/Time

- Submission Type Individual + Submission Type Individual - Group + Group
-
+




Course Name - + Course Code - + URL (Leave blank to use Course Code & Year) Academic Year - + Faculty
- + Verify Joining Students - Yes - No + Yes + No
-
+
@@ -529,7 +529,7 @@ if ($_SESSION['user_type'] == "Student") { } echo "
- [$code] $name
($url)
$msg2 + [$code] $name
($url)
$msg2
Faculty: $faculty | Year: $academic | Lecturer: $lecturer
$msg
"; } @@ -578,7 +578,7 @@ INNER JOIN course_students_table on course_students_table.Course_ID=courses_tabl
Find course by Code - +
List courses by faculty @@ -597,7 +597,7 @@ List courses by faculty

- +
diff --git a/Header.php b/Header.php index 86ac5ce..a302d24 100644 --- a/Header.php +++ b/Header.php @@ -64,7 +64,7 @@ if (mysqli_connect_errno()) {  Admin "; + echo "     Admin "; } ?> diff --git a/index.php b/index.php index 9d4a499..fd8c17a 100644 --- a/index.php +++ b/index.php @@ -33,18 +33,18 @@ if (isset($_SESSION["user_fullname"])) {
Student ID / Instructor Email - +
Password - +
-
+

Reset my password

Don't have an account? - Sign Up + Sign Up
diff --git a/signup.php b/signup.php index 95bdfe3..97d78b4 100644 --- a/signup.php +++ b/signup.php @@ -17,24 +17,24 @@ include 'Header.php';
- + Full Name - + Student ID - + Email - + Password (must include uppercase and lowercase letters, digits and special characters) - + Confirm Password - +
- +