| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | include 'NoDirectPhpAcess.php'; | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | $page = "admin"; | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | include 'Header.php'; | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php | 
					
						
							|  |  |  | if ($_SESSION['user_type'] != "Lecturer") { | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |   $_SESSION["info_login"] = "You must log in first."; | 
					
						
							|  |  |  |   echo $_SESSION["info_login"]; | 
					
						
							|  |  |  |   header("Location: index.php"); | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | } | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <style> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |   .col-md-4 { | 
					
						
							|  |  |  |     border-right: 1px solid skyblue; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | </style> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <br> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | <div style="width: 80%;margin: auto;"> | 
					
						
							|  |  |  |   <h2> Administration Panel </h2> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <hr> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | <div class="row" style="width: 80%;margin: auto;"> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |   <!--<h4>General system Settings</h4><hr> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |         <a href="" class="btn btn-lg btn-primary">View System Log </a> | 
					
						
							|  |  |  |         <hr> | 
					
						
							|  |  |  |      Lab Privacy Mode: (STUDENT VERIFICATION) | 
					
						
							|  |  |  |         <hr> | 
					
						
							|  |  |  |     --> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |   <div class="col-md-6"> | 
					
						
							|  |  |  |     <h4> User Account Management </h4> | 
					
						
							|  |  |  |     <hr> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |     <b>Lecturer / TA Accounts </b><br> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |     <div class="container"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |       <!-- Nav tabs --> | 
					
						
							|  |  |  |       <ul class="nav nav-tabs" role="tablist"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <li class="nav-item"> | 
					
						
							|  |  |  |           <a class="nav-link active" data-toggle="tab" href="#home">Create New Account</a> | 
					
						
							|  |  |  |         </li> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <li class="nav-item"> | 
					
						
							|  |  |  |           <a class="nav-link" data-toggle="tab" href="#menu2">Batch Create New Student Accounts</a> | 
					
						
							|  |  |  |         </li> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <li class="nav-item"> | 
					
						
							|  |  |  |           <a class="nav-link" data-toggle="tab" href="#menu1">Existing Accounts</a> | 
					
						
							|  |  |  |         </li> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |       </ul> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |       <!-- Tab panes --> | 
					
						
							|  |  |  |       <div class="tab-content"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <div id="home" class="container tab-pane active"><br> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |           <b>Create Lecturer/TA Accounts </b> | 
					
						
							|  |  |  |           <form method="post" action="Script.php"> | 
					
						
							|  |  |  |             <input type="hidden" name="frm_createlecturrer" value="true" required="" /> | 
					
						
							|  |  |  |             Full_Name | 
					
						
							|  |  |  |             <input type="text" name="fullname" placeholder="Full Name" class="form-control" required=""> | 
					
						
							|  |  |  |             Email | 
					
						
							|  |  |  |             <input type="text" name="email" placeholder="Email / Student Number" class="form-control" required=""> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |             Passport_Number / ID (Used as Intial Password) | 
					
						
							|  |  |  |             <input type="text" class="form-control" name="passport" placeholder="Passport No./ID" required=""> | 
					
						
							|  |  |  |             <br> User Type : | 
					
						
							|  |  |  |             <input type="radio" name="type" value="Lecturer" required=""> Lecturer | 
					
						
							|  |  |  |             <input type="radio" name="type" value="TA" required=""> T/A | 
					
						
							|  |  |  |             <input type="submit" class="btn btn-primary" value="Create"><br> | 
					
						
							|  |  |  |             <?php | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |             error_reporting(E_ALL); | 
					
						
							|  |  |  |             if (isset($_SESSION['info_Admin_Users'])) { | 
					
						
							|  |  |  |               echo  '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>'; | 
					
						
							|  |  |  |               $_SESSION['info_Admin_Users'] = null; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |             if (isset($_SESSION['info_Admin_Users'])) { | 
					
						
							|  |  |  |               echo  '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>'; | 
					
						
							|  |  |  |               $_SESSION['info_Admin_Users'] = null; | 
					
						
							|  |  |  |             } | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |             ?>
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |           </form> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |           <hr> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <div id="menu1" class="container tab-pane fade"><br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           <table class="table-bordered" style="font-size: 10pt;"> | 
					
						
							|  |  |  |             <tr style="font-size:10pt;"> | 
					
						
							|  |  |  |               <th>ID</th> | 
					
						
							|  |  |  |               <th>Name</th> | 
					
						
							|  |  |  |               <th>Email</th> | 
					
						
							|  |  |  |               <th>Passport / ID </th> | 
					
						
							|  |  |  |               <th>Reset Password </th> | 
					
						
							|  |  |  |               <th>Block/Activate </th> | 
					
						
							|  |  |  |             </tr> | 
					
						
							|  |  |  |             <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             $result = mysqli_query( | 
					
						
							|  |  |  |               $con, | 
					
						
							|  |  |  |               "SELECT * FROM Users_Table  WHERE UserType in ('Lecturer','TA')" | 
					
						
							|  |  |  |             ); | 
					
						
							|  |  |  |             while ($row = mysqli_fetch_assoc($result)) { | 
					
						
							|  |  |  |               $pass = $row['Passport_Number']; | 
					
						
							|  |  |  |               $btn = "<button class='btn-primary' onclick=\"updatePass(" . $row['User_ID'] . ",'$pass')\">Reset</button>"; | 
					
						
							|  |  |  |               if ($row['Status'] == "Active") { | 
					
						
							|  |  |  |                 $newstatus = "Blocked"; | 
					
						
							|  |  |  |                 $btnBlock = "<button class='btn-danger' onclick=\"blockUser(" . $row['User_ID'] . ",'$newstatus')\">Block</button>"; | 
					
						
							|  |  |  |               } else { | 
					
						
							|  |  |  |                 $newstatus = "Active"; | 
					
						
							|  |  |  |                 $btnBlock = "<button class='btn-success' onclick=\"blockUser(" . $row['User_ID'] . ",'$newstatus')\">Activate</button>"; | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |               echo "<tr><td>" . $row['User_ID'] . "</td><td>" . $row['Full_Name'] . "</td><td>" . $row['Email'] . "</td> <td>" . $row['Passport_Number'] . "</td><td>$btn</td><td>$btnBlock</td></tr>"; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |             ?>
 | 
					
						
							|  |  |  |           </table> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <!-- code contributed by Xu Xiaopeng (https://github.com/xxp1999) --> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |         <div id="menu2" class="container tab-pane fade" style="margin-top:10px"> | 
					
						
							|  |  |  |           <b>Separate two student numbers with a space.</b><br> | 
					
						
							|  |  |  |           <form action="batch_insert.php" method="post"> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |               <textarea cols="80" rows="16" name="users" required=""></textarea> | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |             <input type="submit" class="btn btn-primary" value="Register Students"><br> | 
					
						
							|  |  |  |           </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |       </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |   </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <div class="col-md-6"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |       <!-- Nav tabs --> | 
					
						
							|  |  |  |       <ul class="nav nav-tabs" role="tablist"> | 
					
						
							|  |  |  |         <li class="nav-item"> | 
					
						
							|  |  |  |           <a class="nav-link active" data-toggle="tab" href="#menua"> Course Portal </a> | 
					
						
							|  |  |  |         </li> | 
					
						
							|  |  |  |         <li class="nav-item"> | 
					
						
							|  |  |  |           <a class="nav-link" data-toggle="tab" href="#menub">Existing Courses</a> | 
					
						
							|  |  |  |         </li> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       </ul> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       <!-- Tab panes --> | 
					
						
							|  |  |  |       <div class="tab-content"> | 
					
						
							|  |  |  |         <div id="menua" class="container tab-pane active"><br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           <hr> | 
					
						
							|  |  |  |           <b>Create new Portal </b> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           <form method="post" action="Script.php"> | 
					
						
							|  |  |  |             <input type="hidden" name="frm_createCourse" value="true" required="" /> | 
					
						
							|  |  |  |             Course Name | 
					
						
							|  |  |  |             <input type="text" name="name" placeholder="Course Name" class="form-control" required=""> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             Course Code | 
					
						
							|  |  |  |             <input type="text" name="code" placeholder="Course Code" class="form-control" required=""> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             URL (Leave blank to use Course Name) | 
					
						
							|  |  |  |             <input type="text" name="url" placeholder="Choose Custom URL " class="form-control" required=""> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             Academic Year | 
					
						
							|  |  |  |             <input type="text" name="academic" placeholder="Academic Year" class="form-control" required=""> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             Faculty <br> | 
					
						
							|  |  |  |             <input type="text" name="faculty" placeholder="Faculty" class="form-control" required=""> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             Assign Lecturer | 
					
						
							|  |  |  |             <br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <select name="lecturer" class="form-control"> | 
					
						
							|  |  |  |               <?php | 
					
						
							|  |  |  |               $result = mysqli_query($con, "SELECT * FROM Users_Table WHERE UserType='Lecturer'"); | 
					
						
							|  |  |  |               if (mysqli_num_rows($result) == 0) { | 
					
						
							|  |  |  |               } else { | 
					
						
							|  |  |  |                 while ($row = mysqli_fetch_assoc($result)) { | 
					
						
							|  |  |  |                   $id = $row['User_ID']; | 
					
						
							|  |  |  |                   $name = $row['Full_Name']; | 
					
						
							|  |  |  |                   echo "<option value='$id'> $name </option>"; | 
					
						
							|  |  |  |                 } | 
					
						
							|  |  |  |               } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             </select> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             Assigned T/A <br> | 
					
						
							|  |  |  |             <select name="ta" class="form-control"> | 
					
						
							|  |  |  |               <?php | 
					
						
							|  |  |  |               $result = mysqli_query($con, "SELECT * FROM Users_Table WHERE UserType='TA'"); | 
					
						
							|  |  |  |               if (mysqli_num_rows($result) == 0) { | 
					
						
							|  |  |  |               } else { | 
					
						
							|  |  |  |                 while ($row = mysqli_fetch_assoc($result)) { | 
					
						
							|  |  |  |                   $id = $row['User_ID']; | 
					
						
							|  |  |  |                   $name = $row['Full_Name']; | 
					
						
							|  |  |  |                   echo "<option value='$id'> $name </option>"; | 
					
						
							|  |  |  |                 } | 
					
						
							|  |  |  |               } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             </select> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             Verify Joining Students | 
					
						
							|  |  |  |             <input type="radio" name="verify" value="1"> Yes | 
					
						
							|  |  |  |             <input type="radio" name="verify" value="0" checked=""> No | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <br> | 
					
						
							|  |  |  |             <input type="submit" class="btn btn-primary" value="Create Portal"><br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           </form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           error_reporting(E_ALL); | 
					
						
							|  |  |  |           if (isset($_SESSION['info_Admin_Courses'])) { | 
					
						
							|  |  |  |             echo  '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Courses'] . '</div>'; | 
					
						
							|  |  |  |             $_SESSION['info_Admin_Courses'] = null; | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |           if (isset($_SESSION['info_Admin_Courses'])) { | 
					
						
							|  |  |  |             echo  '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Courses'] . '</div>'; | 
					
						
							|  |  |  |             $_SESSION['info_Admin_Courses'] = null; | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div id="menub" class="container tab-pane fade"><br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           <b> Existing Course Portals </b> | 
					
						
							|  |  |  |           <hr> | 
					
						
							|  |  |  |           <table class="table-bordered" style="font-size: 10pt;"> | 
					
						
							|  |  |  |             <tr> | 
					
						
							|  |  |  |               <th>Course Name </th> | 
					
						
							|  |  |  |               <th> Faculty </th> | 
					
						
							|  |  |  |               <th>Lecturer </th> | 
					
						
							|  |  |  |               <th>TAs</th> | 
					
						
							|  |  |  |               <th>Assign new TA </th> | 
					
						
							|  |  |  |             </tr> | 
					
						
							|  |  |  |             <?php | 
					
						
							|  |  |  |             $result = mysqli_query($con, "SELECT `Course_ID`, `Course_Name`, `Academic_Year`, `Faculty`, `Lecturer_User_ID`, `TA_User_ID`, `Course_Code`, `URL`, `Verify_New_Members`   , users_table.Full_Name  FROM `courses_table` INNER JOIN users_table ON users_table.User_ID=courses_table.Lecturer_User_ID"); | 
					
						
							|  |  |  |             if (mysqli_num_rows($result) == 0) { | 
					
						
							|  |  |  |             } else { | 
					
						
							|  |  |  |               while ($row = mysqli_fetch_assoc($result)) { | 
					
						
							|  |  |  |                 $name = $row['Course_Name']; | 
					
						
							|  |  |  |                 $code = $row['Course_Code']; | 
					
						
							|  |  |  |                 $faculty = $row['Faculty']; | 
					
						
							|  |  |  |                 $lecturer = $row['Full_Name']; | 
					
						
							|  |  |  |                 $academic = $row['Academic_Year']; | 
					
						
							|  |  |  |                 $c_id = $row['Course_ID']; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 $resultTA = mysqli_query($con, "SELECT `Course_ID`, `TA`,users_table.Full_Name as TA_NAME FROM `course_ta`
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | INNER JOIN users_table on users_table.User_ID=course_ta.TA | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | where course_ta.Course_ID=$c_id");
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |                 $ta = ""; | 
					
						
							|  |  |  |                 while ($rowTA = mysqli_fetch_assoc($resultTA)) { | 
					
						
							|  |  |  |                   $ta = $ta . "  - " . $rowTA['TA_NAME']; | 
					
						
							|  |  |  |                 } | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |                 echo "  
 | 
					
						
							|  |  |  |                           <tr> <td>$code - $name</td>  <td>$faculty </td> <td>$lecturer</td><td>$ta</td>  <td><form method='get' action='Script.php'> <select name='ta' class=''>";
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |                 $resultx = mysqli_query($con, "SELECT * FROM Users_Table WHERE UserType='TA'"); | 
					
						
							|  |  |  |                 if (mysqli_num_rows($resultx) == 0) { | 
					
						
							|  |  |  |                 } else { | 
					
						
							|  |  |  |                   while ($row = mysqli_fetch_assoc($resultx)) { | 
					
						
							|  |  |  |                     $id = $row['User_ID']; | 
					
						
							|  |  |  |                     $name = $row['Full_Name']; | 
					
						
							|  |  |  |                     echo "<option value='$id'> $name </option>"; | 
					
						
							|  |  |  |                   } | 
					
						
							|  |  |  |                 } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 echo "</select>  <input type='hidden' name='assignTA' value='true'> <input type='hidden' name='id' value='$c_id'>  <input type='submit' value='assign'></form> </td></tr>
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |                          ";
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |               } | 
					
						
							|  |  |  |             } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           </table> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |     <script> | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |       function updatePass(id, pass) { | 
					
						
							|  |  |  |         if (!confirm('Are you to Reset User Password')) { | 
					
						
							|  |  |  |           return; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         window.location.href = "\Script.php\?action=passchange&uid=" + id + "&pass=" + pass; | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |       function blockUser(id, status) { | 
					
						
							|  |  |  |         if (!confirm('Are you to change User Status')) { | 
					
						
							|  |  |  |           return; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         window.location.href = "\Script.php\?action=statuschange&uid=" + id + "&status=" + status; | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-10-18 23:03:36 +08:00
										 |  |  |     </script> |