Indent Courses.php using Emacs web-mode.

Bug430-Eden2
Lan Hui 2023-08-10 22:48:12 +08:00
parent 2fa24bba94
commit 380c79fd8a
1 changed files with 247 additions and 247 deletions

View File

@ -10,11 +10,11 @@ include 'Header.php';
<div class="container"> <div class="container">
<?php <?php
$user_d = $_SESSION['user_id']; $user_d = $_SESSION['user_id'];
if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA") if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
{ {
?> ?>
<!-- FOR LECTURER--> <!-- FOR LECTURER-->
@ -482,13 +482,13 @@ WHERE Lecturer_User_ID=$lecturer_id and course_students_table.Status='Pending'"
<!-- END LECTURER --> <!-- END LECTURER -->
<?php <?php
} }
if( $_SESSION['user_type']=="Student") if( $_SESSION['user_type']=="Student")
{ {
?> ?>
<!--STUDENT CODE--> <!--STUDENT CODE-->
<div class="row"> <div class="row">