| 
									
										
										
										
											2019-01-09 23:18:46 +08:00
										 |  |  | <div class="container"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="card"> | 
					
						
							|  |  |  |   <div class="card-header"> | 
					
						
							|  |  |  |     <?php echo $this->session->userdata('user_name')."'s profile"; ?>
 | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |   <div class="card-body"> | 
					
						
							|  |  |  |     <h5 class="card-title"></h5> | 
					
						
							|  |  |  |     <p class="card-text"></p> | 
					
						
							|  |  |  |     <table class="profile"> | 
					
						
							| 
									
										
										
										
											2011-08-20 03:33:37 +08:00
										 |  |  | 	<tr> | 
					
						
							| 
									
										
										
										
											2011-11-23 06:10:02 +08:00
										 |  |  | 		<td width="100px">Username</td> | 
					
						
							| 
									
										
										
										
											2011-08-20 03:33:37 +08:00
										 |  |  | 		<td><?php if(isset($user_name)) { echo $user_name; } ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>Level</td> | 
					
						
							|  |  |  | 		<td><?php $l = $this->config->item('auth_level'); echo $l[$user_type]; ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>E-mail</td> | 
					
						
							|  |  |  | 		<td><?php if(isset($user_email)) { echo $user_email; } ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>Callsign</td> | 
					
						
							|  |  |  | 		<td><?php if(isset($user_callsign)) { echo $user_callsign; } ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							| 
									
										
										
										
											2021-12-25 00:08:43 +08:00
										 |  |  | 		<td>Gridsquare</td> | 
					
						
							| 
									
										
										
										
											2011-08-20 03:33:37 +08:00
										 |  |  | 		<td><?php if(isset($user_locator)) { echo $user_locator; } ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>First name</td> | 
					
						
							|  |  |  | 		<td><?php if(isset($user_firstname)) { echo $user_firstname; } ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>Last name</td> | 
					
						
							|  |  |  | 		<td><?php if(isset($user_lastname)) { echo $user_lastname; } ?></td>
 | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | </table>	 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-09 23:18:46 +08:00
										 |  |  | <a class="btn btn-primary" href="<?php echo site_url('user/edit')."/".$this->session->userdata('user_id'); ?>">Edit profile</a> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2011-08-20 03:33:37 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2019-01-09 23:18:46 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-18 06:04:52 +08:00
										 |  |  | </div> |