diff --git a/Course.php b/Course.php index 2abc34f..6020adf 100644 --- a/Course.php +++ b/Course.php @@ -280,7 +280,7 @@ Lab_Report_ID not in (select Lab_Report_ID from lab_report_submissions where (St $id = $row['Lab_Report_ID']; if( $c_date < $deadline) { - $submittedx=" Re-Submit "; + $submittedx=" Re-Submit "; } $full_link = "$att1"; @@ -298,7 +298,7 @@ Lab_Report_ID not in (select Lab_Report_ID from lab_report_submissions where (St echo " $title $ins - Posted : $posted Deadline : $deadline ($marks Marks) $submittedx Submitted + Posted : $posted Deadline : $deadline ($marks Marks) $submittedx Submitted Submitted files: "; @@ -426,7 +426,7 @@ where Lab_Report_ID=$lab_repo_id and (lab_report_submissions.Student_id='$studen } if($status=='Remarking') { - $remarking=" Remarking Request sent Remarking Reason:$remarking_reason "; + $remarking=" Remarking Request sent Remarking Reason:$remarking_reason "; } diff --git a/Courses.php b/Courses.php index 23d5496..9178514 100644 --- a/Courses.php +++ b/Courses.php @@ -1,36 +1,18 @@ - - - - - - - - - - - - - - +?> + + @@ -37,8 +36,10 @@ if (mysqli_connect_errno()) { - - LRR + + + LRR + @@ -53,7 +54,7 @@ if (mysqli_connect_errno()) { Courses (current)"; + echo " Courses (current)"; ?> @@ -70,13 +71,13 @@ if (mysqli_connect_errno()) { Admin "; + echo " Admin "; } ?> - + Update password - Logout + Logout Export Grade Sheet "; + echo " Export Grade Sheet "; while ($row = mysqli_fetch_assoc($result)) { $title = $row['Title']; diff --git a/css/main.css b/css/main.css index f4a3a33..af26865 100644 --- a/css/main.css +++ b/css/main.css @@ -12,6 +12,19 @@ /* This is the CSS for the Header. */ +.navbar navbar-expand-lg navbar-dark bg-dark{ + padding-left:150px; + padding-right:150px; + margin:auto; +} +navlogoimage { + max-width:100%; + height: auto; + position:relative; + right:-95px; + top:1px; +} + .nav-item { border-color: #00ff66; } @@ -110,7 +123,7 @@ a { .footer{ font-weight:normal; color:#2471A3; - font-family: Poppins-Regular, Serif; + font-family: Poppins-Regular, Serif, serif; font-size: 17px; } /* CSS for index Page */ @@ -130,12 +143,12 @@ a { color: #03407B; } -img { +.img_lrr_logo_home { max-width:100%; height: auto; position:relative; right:-95px; - top:1px;" + top:1px; } /* CSS for Signup */ .signup-form{ @@ -145,3 +158,5 @@ img { .footer{ background-color:white;width:100% } + +/* Courses */ \ No newline at end of file diff --git a/index.php b/index.php index 68a6f42..5904384 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ if (isset($_SESSION["user_fullname"])) { - + Lab Report Repository @@ -46,7 +46,7 @@ if (isset($_SESSION["user_fullname"])) { ' . $_SESSION['wrong_pass'] . ''; $_SESSION['wrong_pass'] = null;