| 
									
										
										
										
											2011-08-20 03:33:37 +08:00
										 |  |  | <h2><?php echo $this->session->userdata('user_name')."'s profile"; ?></h2>
 | 
					
						
							|  |  |  | <div class="wrap_content user"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-30 23:51:35 +08:00
										 |  |  | <table class="users"> | 
					
						
							| 
									
										
										
										
											2011-08-20 03:33:37 +08:00
										 |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>Username</td> | 
					
						
							|  |  |  | 		<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> | 
					
						
							|  |  |  | 		<td>Locator</td> | 
					
						
							|  |  |  | 		<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>	 | 
					
						
							|  |  |  | <div><a href="<?php echo site_url('user/edit')."/".$this->session->userdata('user_id'); ?>">Edit profile</a></div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |