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']; | ||||
|                     $id=$row['Course_ID']; | ||||
|                     $course_id=$row['Course_ID']; | ||||
|                     echo    " | ||||
| 
 | ||||
|                         <div class='alert> <a href='~\..\Courses.php?course=$url'>   <div class='panel'> | ||||
|   ($code) - $name | ||||
|    <br> <span style='font-size:8pt'>Faculty:$faculty   Year: $academic   Lecturer: $lecturer </span> | ||||
| </div></a> | ||||
|                         <hr></div></div> <div class='row' style='width:80%;margin:auto; text-align:left;'> | ||||
| 		    ";
 | ||||
|                     echo    "<p class='mt-md-1 mb-md-1'> <strong>($code) - $name</strong> </p>
 | ||||
|                              <br> | ||||
|                              <small> Faculty: $faculty    Year: $academic    Lecturer: $lecturer </small> | ||||
|                              <hr> | ||||
|                              <div class='row'>";
 | ||||
| 
 | ||||
|                     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'> | ||||
| 		    <?php | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue