Indent Courses.php using Emacs web-mode.
parent
2fa24bba94
commit
380c79fd8a
20
Courses.php
20
Courses.php
|
@ -10,11 +10,11 @@ include 'Header.php';
|
|||
|
||||
<div class="container">
|
||||
|
||||
<?php
|
||||
$user_d = $_SESSION['user_id'];
|
||||
if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
|
||||
{
|
||||
?>
|
||||
<?php
|
||||
$user_d = $_SESSION['user_id'];
|
||||
if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
|
||||
{
|
||||
?>
|
||||
|
||||
<!-- FOR LECTURER-->
|
||||
|
||||
|
@ -482,13 +482,13 @@ WHERE Lecturer_User_ID=$lecturer_id and course_students_table.Status='Pending'"
|
|||
|
||||
<!-- END LECTURER -->
|
||||
|
||||
<?php
|
||||
}
|
||||
<?php
|
||||
}
|
||||
|
||||
|
||||
if( $_SESSION['user_type']=="Student")
|
||||
{
|
||||
?>
|
||||
if( $_SESSION['user_type']=="Student")
|
||||
{
|
||||
?>
|
||||
|
||||
<!--STUDENT CODE-->
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue