| 
									
										
										
										
											2019-01-09 23:18:46 +08:00
										 |  |  | <div class="container"> | 
					
						
							| 
									
										
										
										
											2011-08-18 08:16:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 	<br> | 
					
						
							| 
									
										
										
										
											2011-08-18 08:16:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 	<h2><?php echo $page_title; ?></h2>
 | 
					
						
							| 
									
										
										
										
											2020-10-20 22:51:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 	<?php if ($this->session->flashdata('notice')) { ?>
 | 
					
						
							| 
									
										
										
										
											2023-02-25 00:28:36 +08:00
										 |  |  | 		<!-- Display Message --> | 
					
						
							|  |  |  | 		<div class="alert alert-info" role="alert"> | 
					
						
							|  |  |  | 			<?php echo $this->session->flashdata('notice'); ?>
 | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:30:50 +08:00
										 |  |  | 	<?php if ($this->session->flashdata('success')) { ?>
 | 
					
						
							|  |  |  | 		<!-- Display Message --> | 
					
						
							|  |  |  | 		<div class="alert alert-success" role="alert"> | 
					
						
							|  |  |  | 			<?php echo $this->session->flashdata('success'); ?>
 | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<?php if ($this->session->flashdata('danger')) { ?>
 | 
					
						
							|  |  |  | 		<!-- Display Message --> | 
					
						
							|  |  |  | 		<div class="alert alert-danger" role="alert"> | 
					
						
							|  |  |  | 			<?php echo $this->session->flashdata('danger'); ?>
 | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 	<div class="card"> | 
					
						
							|  |  |  | 		<div class="card-header"> | 
					
						
							|  |  |  | 			<?php echo lang('admin_user_list'); ?>
 | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 		<div class="card-body"> | 
					
						
							|  |  |  | 			<p class="card-text"><?php echo lang('admin_user_line1'); ?></p>
 | 
					
						
							|  |  |  | 			<p class="card-text"><?php echo lang('admin_user_line2'); ?></p>
 | 
					
						
							|  |  |  | 			<p class="card-text"><?php echo lang('admin_user_line3'); ?></p>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:30:50 +08:00
										 |  |  | 			<p class="card-text"><?php echo lang('admin_user_line4'); ?></p>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 			<p><a class="btn btn-primary" href="<?php echo site_url('user/add'); ?>"><i class="fas fa-user-plus"></i> <?php echo lang('admin_create_user'); ?></a></p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			<div class="table-responsive"> | 
					
						
							|  |  |  | 				<table class="table table-striped"> | 
					
						
							|  |  |  | 					<thead> | 
					
						
							|  |  |  | 						<tr> | 
					
						
							|  |  |  | 							<th scope="col"><?php echo lang('admin_user'); ?></th>
 | 
					
						
							|  |  |  | 							<th scope="col"><?php echo lang('gen_hamradio_callsign'); ?></th>
 | 
					
						
							|  |  |  | 							<th scope="col"><?php echo lang('admin_email'); ?></th>
 | 
					
						
							|  |  |  | 							<th scope="col"><?php echo lang('admin_type'); ?></th>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 09:44:03 +08:00
										 |  |  | 							<th scope="col"><?php echo lang('admin_last_login'); ?></th>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 							<th style="text-align: center; vertical-align: middle;" scope="col"><?php echo lang('admin_edit'); ?></th>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:30:50 +08:00
										 |  |  | 							<th style="text-align: center; vertical-align: middle;" scope="col"><?php echo lang('admin_password_reset'); ?></th>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 							<th style="text-align: center; vertical-align: middle;" scope="col"><?php echo lang('admin_delete'); ?></th>
 | 
					
						
							|  |  |  | 						</tr> | 
					
						
							|  |  |  | 					</thead> | 
					
						
							| 
									
										
										
										
											2024-04-10 22:15:54 +08:00
										 |  |  | 					<tbody hx-confirm="Are you sure you want to delete the user?" hx-target="closest tr" hx-swap="outerHTML swap:1s"> | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-12 19:13:03 +08:00
										 |  |  | 						<?php | 
					
						
							| 
									
										
										
										
											2019-01-09 23:18:46 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 						$i = 0; | 
					
						
							|  |  |  | 						foreach ($results->result() as $row) { ?>
 | 
					
						
							|  |  |  | 							<?php echo '<tr class="tr' . ($i & 1) . '">'; ?>
 | 
					
						
							|  |  |  | 							<td><a href="<?php echo site_url('user/edit') . "/" . $row->user_id; ?>"><?php echo $row->user_name; ?></a></td>
 | 
					
						
							|  |  |  | 							<td><?php echo $row->user_callsign; ?></td>
 | 
					
						
							|  |  |  | 							<td><?php echo $row->user_email; ?></td>
 | 
					
						
							|  |  |  | 							<td><?php $l = $this->config->item('auth_level'); | 
					
						
							|  |  |  | 								echo $l[$row->user_type]; ?></td>
 | 
					
						
							| 
									
										
										
										
											2025-05-23 18:55:35 +08:00
										 |  |  | 							<td><?php | 
					
						
							| 
									
										
										
										
											2024-01-01 09:44:03 +08:00
										 |  |  | 								if ($row->last_login_date != null) { // if the user never logged in before the value is null. We can show "never" then.
 | 
					
						
							| 
									
										
										
										
											2024-01-01 09:08:23 +08:00
										 |  |  | 									echo $row->last_login_date; | 
					
						
							|  |  |  | 								} else { | 
					
						
							|  |  |  | 									echo lang('general_word_never'); | 
					
						
							| 
									
										
										
										
											2025-05-23 18:55:35 +08:00
										 |  |  | 								} ?>
 | 
					
						
							| 
									
										
										
										
											2024-01-01 09:08:23 +08:00
										 |  |  | 							</td> | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 							<td style="text-align: center; vertical-align: middle;"><a href="<?php echo site_url('user/edit') . "/" . $row->user_id; ?>" class="btn btn-outline-primary btn-sm"><i class="fas fa-user-edit"></i></a> | 
					
						
							|  |  |  | 							<td style="text-align: center; vertical-align: middle;"> | 
					
						
							|  |  |  | 								<?php | 
					
						
							|  |  |  | 								if ($_SESSION['user_id'] != $row->user_id) { | 
					
						
							|  |  |  | 									echo "<a href=" . site_url('user/admin_send_passwort_reset') . "/" . $row->user_id . " class=\"btn btn-primary btn-sm ms-1\"><i class=\"fas fa-key\"></i></a>"; | 
					
						
							|  |  |  | 								} | 
					
						
							|  |  |  | 								?></td>
 | 
					
						
							|  |  |  | 							<td style="text-align: center; vertical-align: middle;"> | 
					
						
							| 
									
										
										
										
											2024-04-10 22:15:54 +08:00
										 |  |  | 								<?php if ($_SESSION['user_id'] != $row->user_id) { ?>
 | 
					
						
							| 
									
										
										
										
											2025-05-23 18:55:35 +08:00
										 |  |  | 									<button class="btn btn-danger btn-sm" hx-delete="<?php echo site_url('user/delete_new/' . $row->user_id); ?>"><i class="fas fa-user-minus"></i></button> | 
					
						
							| 
									
										
										
										
											2024-04-10 22:15:54 +08:00
										 |  |  | 								<?php } ?>
 | 
					
						
							|  |  |  | 							</td> | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 							</td> | 
					
						
							|  |  |  | 							</tr> | 
					
						
							|  |  |  | 						<?php $i++; | 
					
						
							|  |  |  | 						} ?>
 | 
					
						
							|  |  |  | 					</tbody> | 
					
						
							|  |  |  | 				</table> | 
					
						
							|  |  |  | 			</div> | 
					
						
							| 
									
										
										
										
											2019-01-09 23:18:46 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-01 08:01:39 +08:00
										 |  |  | 		</div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | </div> |