From 632ee82e7bb07ee054a9d34edc438fffc7c1a872 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Fri, 11 Aug 2023 22:12:59 +0800 Subject: [PATCH] Use Bootstrap's card class to make things look better. --- Courses.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Courses.php b/Courses.php index aec7124..a452883 100644 --- a/Courses.php +++ b/Courses.php @@ -311,16 +311,18 @@ include 'Header.php'; $header="Courses > ".$name."($code) > Assignments > ".$title; - echo "
- $title ($marks Marks, $as_type)
$ins - -
Posted: $posted   Deadline: $deadline" - . "
" - . "    $count_subs Submissions ( $count_marked Marked )       Edit   |   View    |   Extend Deadline
Attachments : $full_link
" - . "  
- "; - - + echo "
+
+
$title ($marks Marks, $as_type)
+
$ins
+

Posted: $posted    Deadline: $deadline

+

$count_subs Submissions ( $count_marked Marked )

+ Edit + View + Extend Deadline +

Attachments: $full_link

+
+
"; }} echo "";