Make the 'New assignment' page look better.
parent
632ee82e7b
commit
590661d02b
15
Courses.php
15
Courses.php
|
@ -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 Year: $academic Lecturer: $lecturer </small>
|
||||||
($code) - $name
|
<hr>
|
||||||
<br> <span style='font-size:8pt'>Faculty:$faculty Year: $academic 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
|
||||||
|
|
Loading…
Reference in New Issue