| 
									
										
										
										
											2011-08-18 08:16:27 +08:00
										 |  |  | <h2>Log in</h2> | 
					
						
							|  |  |  | <div class="wrap_content user"> | 
					
						
							|  |  |  | <?php echo validation_errors(); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <form method="post" action="<?php echo site_url('user/login'); ?>" name="users"> | 
					
						
							|  |  |  | <table> | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>Username</td> | 
					
						
							|  |  |  | 		<td><input type="text" name="user_name" value="<?php echo $this->input->post('user_name'); ?>"></td> | 
					
						
							|  |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<tr> | 
					
						
							|  |  |  | 		<td>Password</td> | 
					
						
							| 
									
										
										
										
											2011-08-19 05:32:10 +08:00
										 |  |  | 		<td><input type="password" name="user_password" /></td> | 
					
						
							| 
									
										
										
										
											2011-08-18 08:16:27 +08:00
										 |  |  | 	</tr> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | </table>	 | 
					
						
							|  |  |  | <input type="hidden" name="id" value="<?php echo $this->uri->segment(3); ?>" /> | 
					
						
							|  |  |  | <div><input type="submit" value="Log in" /></div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |