Make the 'New assignment' page look better.

Bug430-Eden2
Lan Hui 2023-08-11 22:26:40 +08:00
parent 632ee82e7b
commit 590661d02b
1 changed files with 6 additions and 9 deletions

View File

@ -78,14 +78,11 @@ include 'Header.php';
$url=$row['URL']; $url=$row['URL'];
$id=$row['Course_ID']; $id=$row['Course_ID'];
$course_id=$row['Course_ID']; $course_id=$row['Course_ID'];
echo " echo "<p class='mt-md-1 mb-md-1'> <strong>($code) - $name</strong> </p>
<br>
<div class='alert> <a href='~\..\Courses.php?course=$url'> <div class='panel'> <small> Faculty: $faculty &nbsp;&nbsp; Year: $academic &nbsp;&nbsp; Lecturer: $lecturer </small>
($code) - $name <hr>
<br> <span style='font-size:8pt'>Faculty:$faculty &nbsp; Year: $academic &nbsp; Lecturer: $lecturer </span> <div class='row'>";
</div></a>
<hr></div></div> <div class='row' style='width:80%;margin:auto; text-align:left;'>
";
echo "<div class='col-md-5'>"; echo "<div class='col-md-5'>";
} }
@ -193,7 +190,7 @@ include 'Header.php';
?> ?>
<h3>New an assignment</h3> <h3>New assignment</h3>
<form method='post' enctype='multipart/form-data' action='Script.php'> <form method='post' enctype='multipart/form-data' action='Script.php'>
<?php <?php