| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  | <div id="container" class="container mx-auto pt-5"> | 
					
						
							|  |  |  | 	<div class="row"> | 
					
						
							|  |  |  | 		<div class="col-12"> | 
					
						
							|  |  |  |             <div class="panel panel-default"> | 
					
						
							|  |  |  |               <div class="panel-body"> | 
					
						
							|  |  |  |                 <div class="text-center"> | 
					
						
							|  |  |  |                   <h3><i class="fa fa-lock fa-4x"></i></h3> | 
					
						
							| 
									
										
										
										
											2023-05-17 22:01:55 +08:00
										 |  |  |                   <h2 class="text-center"><?php echo lang('account_reset_password'); ?>?</h2>
 | 
					
						
							|  |  |  |                   <p><?php echo lang('account_you_can_reset_your_password_here'); ?></p>
 | 
					
						
							| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  |                   <div class="panel-body"> | 
					
						
							|  |  |  |                      | 
					
						
							|  |  |  |                     <?php if(validation_errors() != ''): ?>
 | 
					
						
							|  |  |  |                     <div class="alert alert-danger" role="alert"> | 
					
						
							|  |  |  |                         <?php echo validation_errors(); ?>
 | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     <?php endif; ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <form role="form" autocomplete="off" class="form" method="post" action="<?php echo site_url('user/reset_password'); ?>/<?php echo $reset_code; ?>"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  |                         <div class="mb-3 row"> | 
					
						
							| 
									
										
										
										
											2023-05-17 22:01:55 +08:00
										 |  |  |                             <label for="inputPassword" class="col-sm-2 col-form-label"><?php echo lang('account_password'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  |                             <div class="col-sm-10"> | 
					
						
							| 
									
										
										
										
											2023-05-17 22:01:55 +08:00
										 |  |  |                                 <input type="password" name="password" class="form-control" id="inputPassword" placeholder="<?php echo lang('account_password'); ?>"> | 
					
						
							| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  |                         <div class="mb-3 row"> | 
					
						
							| 
									
										
										
										
											2023-05-17 22:01:55 +08:00
										 |  |  |                             <label for="inputPassword" class="col-sm-2 col-form-label"><?php echo lang('account_confirm_password'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  |                             <div class="col-sm-10"> | 
					
						
							| 
									
										
										
										
											2023-05-17 22:01:55 +08:00
										 |  |  |                                 <input type="password" name="password_confirm" class="form-control" id="inputPassword" placeholder="<?php echo lang('account_password'); ?>"> | 
					
						
							| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  |                       <div class="mb-3"> | 
					
						
							| 
									
										
										
										
											2023-05-17 22:01:55 +08:00
										 |  |  |                         <input name="recover-submit" class="btn btn-lg btn-primary btn-block" value="<?php echo lang('account_reset_password'); ?>" type="submit"> | 
					
						
							| 
									
										
										
										
											2022-01-19 00:14:22 +08:00
										 |  |  |                       </div> | 
					
						
							|  |  |  |                        | 
					
						
							|  |  |  |                       <input type="hidden" class="hide" name="token" id="token" value="">  | 
					
						
							|  |  |  |                     </form> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |                   </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |               </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |           </div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | </div> |