| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | <div class="container lotw"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<h1><?php echo $page_title; ?></h1>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<!-- Card Starts --> | 
					
						
							|  |  |  | 	<div class="card"> | 
					
						
							|  |  |  | 		<div class="card-header"> | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 			Upload Logbook of the World .p12 Certificate | 
					
						
							| 
									
										
										
										
											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"> | 
					
						
							|  |  |  | 		    	<h5>Export .p12 File Instructions</h5> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		    	<ul> | 
					
						
							| 
									
										
										
										
											2020-09-04 20:42:20 +08:00
										 |  |  | 		    		<li>Open TQSL & go to the Callsign Certificates Tab</li> | 
					
						
							|  |  |  | 		    		<li>Right click on desired Callsign</li> | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 		    		<li>Click "Save Callsign Certificate File" and do not add a password</li> | 
					
						
							|  |  |  | 		    		<li>Upload File below.</li> | 
					
						
							|  |  |  | 		    	</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"> | 
					
						
							|  |  |  | 				    <label for="exampleFormControlFile1">Upload LoTW P12 File</label> | 
					
						
							|  |  |  | 				    <input type="file" name="userfile" class="form-control-file" id="exampleFormControlFile1"> | 
					
						
							|  |  |  | 				 </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-18 04:38:16 +08:00
										 |  |  | 				<button type="submit" value="upload" class="btn btn-primary">Upload File</button> | 
					
						
							| 
									
										
										
										
											2020-08-18 00:02:54 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			</form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	    </div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | 	<!-- Card Ends --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |