| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | <div class="container lotw"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-12 00:05:15 +08:00
										 |  |  | 	<h2><?php echo $this->lang->line('lotw_title'); ?></h2>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	<!-- Card Starts --> | 
					
						
							|  |  |  | 	<div class="card"> | 
					
						
							|  |  |  | 		<div class="card-header"> | 
					
						
							| 
									
										
										
										
											2021-01-12 00:05:15 +08:00
										 |  |  | 			<?php echo $this->lang->line('lotw_title_upload_p12_cert'); ?>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<div class="card-body"> | 
					
						
							|  |  |  | 			<?php if($error != " ") { ?>
 | 
					
						
							|  |  |  | 				<div class="alert alert-danger" role="alert"> | 
					
						
							|  |  |  | 			  	<?php echo $error; ?>
 | 
					
						
							|  |  |  | 				</div> | 
					
						
							|  |  |  | 	    	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 	    	<div class="alert alert-info" role="alert"> | 
					
						
							| 
									
										
										
										
											2021-01-12 00:05:15 +08:00
										 |  |  | 		    	<h5><?php echo $this->lang->line('lotw_title_export_p12_file_instruction'); ?></h5>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		    	<ul> | 
					
						
							| 
									
										
										
										
											2021-01-12 00:05:15 +08:00
										 |  |  | 		    		<li><?php echo $this->lang->line('lotw_p12_export_step_one'); ?></li>
 | 
					
						
							|  |  |  | 		    		<li><?php echo $this->lang->line('lotw_p12_export_step_two'); ?></li>
 | 
					
						
							|  |  |  | 		    		<li><?php echo $this->lang->line('lotw_p12_export_step_three'); ?></li>
 | 
					
						
							|  |  |  | 		    		<li><?php echo $this->lang->line('lotw_p12_export_step_four'); ?></li>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 		    	</ul> | 
					
						
							|  |  |  | 	    	</div> | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 			<?php echo form_open_multipart('lotw/do_cert_upload');?>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 				<div class="form-group"> | 
					
						
							| 
									
										
										
										
											2021-01-12 00:05:15 +08:00
										 |  |  | 				    <label for="exampleFormControlFile1"><?php echo $this->lang->line('lotw_title_upload_p12_cert'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 				    <input type="file" name="userfile" class="form-control-file" id="exampleFormControlFile1"> | 
					
						
							|  |  |  | 				 </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-12 00:05:15 +08:00
										 |  |  | 				<button type="submit" value="upload" class="btn btn-primary"><?php echo $this->lang->line('lotw_btn_upload_file'); ?></button>
 | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 			</form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	    </div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | 	<!-- Card Ends --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |