| 
									
										
										
										
											2019-01-14 03:11:46 +08:00
										 |  |  | <div class="container"> | 
					
						
							|  |  |  | <br> | 
					
						
							|  |  |  | 	<?php if($this->session->flashdata('message')) { ?>
 | 
					
						
							|  |  |  | 		<!-- Display Message --> | 
					
						
							|  |  |  | 		<div class="alert-message error"> | 
					
						
							|  |  |  | 		  <p><?php echo $this->session->flashdata('message'); ?></p>
 | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="card"> | 
					
						
							|  |  |  |   <div class="card-header"> | 
					
						
							| 
									
										
										
										
											2023-10-16 19:08:23 +08:00
										 |  |  |     <?php echo lang('adif_imported')?>
 | 
					
						
							| 
									
										
										
										
											2019-01-14 03:11:46 +08:00
										 |  |  |   </div> | 
					
						
							|  |  |  |   <div class="card-body"> | 
					
						
							| 
									
										
										
										
											2023-10-16 19:08:23 +08:00
										 |  |  |     <h3 class="card-title"><?php echo lang('adif_yay_its_imported')?></h3>
 | 
					
						
							|  |  |  |     <p class="card-text"><?php echo lang('adif_import_confirm')?>
 | 
					
						
							| 
									
										
										
										
											2023-10-16 15:34:29 +08:00
										 |  |  |     <?php if(isset($skip_dupes)) { | 
					
						
							| 
									
										
										
										
											2023-10-16 19:08:23 +08:00
										 |  |  |              echo lang('adif_import_dupes_inserted'); | 
					
						
							| 
									
										
										
										
											2023-10-16 15:34:29 +08:00
										 |  |  |           } else { | 
					
						
							| 
									
										
										
										
											2023-10-16 19:08:23 +08:00
										 |  |  |              echo lang('adif_import_dupes_skipped'); | 
					
						
							| 
									
										
										
										
											2023-10-16 15:34:29 +08:00
										 |  |  |           } ?>
 | 
					
						
							|  |  |  |     </p> | 
					
						
							| 
									
										
										
										
											2019-10-22 00:41:21 +08:00
										 |  |  |     <?php if($adif_errors) { ?>
 | 
					
						
							| 
									
										
										
										
											2023-10-16 19:08:23 +08:00
										 |  |  |       <h3><?php echo lang('adif_import_errors')?></h3>
 | 
					
						
							|  |  |  |       <p><?php echo lang('adif_import_errors_hint')?></p>
 | 
					
						
							| 
									
										
										
										
											2019-10-22 00:41:21 +08:00
										 |  |  |       <p class="card-text"><?php echo $adif_errors; ?></p>
 | 
					
						
							|  |  |  |     <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2019-01-14 03:11:46 +08:00
										 |  |  |   </div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2011-11-20 06:30:19 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |