2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-05-16 23:03:52 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< div  class = " container adif " > 
							 
						 
					
						
							
								
									
										
										
										
											2012-11-14 04:29:38 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-10-20 22:51:55 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									< h2 >< ? php  echo  $page_title ;  ?> </h2>
 
							 
						 
					
						
							
								
									
										
										
										
											2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									< div  class = " card " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
									  < div  class = " card-header " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-20 22:51:55 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									    ADIF  Import 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									  </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-10-06 05:51:02 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									  < div  class = " card-body " > 
							 
						 
					
						
							
								
									
										
										
										
											2019-05-16 23:03:52 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									    < ? php  if ( isset ( $error ))  {  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											< div  class = " alert alert-danger "  role = " alert " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											  < ? php  echo  $error ;  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
									    < ? php  }  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        < p >< span  class = " badge badge-warning " > Important </ span >  Log  files  must  have  the  file  type  . adi </ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < p >< span  class = " badge badge-warning " > Warning </ span >  Maximum  file  upload  size  is  < ? php  echo  $max_upload ;  ?> B.</p>
 
							 
						 
					
						
							
								
									
										
										
										
											2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-08-20 05:25:50 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
										< form  class = " form "  action = " <?php echo site_url('adif/import'); ?> "  method = " post "  enctype = " multipart/form-data " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
										    < select  name = " station_profile "  class = " custom-select mb-2 mr-sm-2 "  style = " width: 20%; " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											< option  value = " 0 " > Select  Station  Profile </ option > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											< ? php  foreach  ( $station_profile -> result ()  as  $station )  {  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											< option  value = " <?php echo  $station->station_id ; ?> " > Callsign :  < ? php  echo  $station -> station_callsign ;  ?>  (<?php echo $station->station_profile_name; ?>)</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
											< ? php  }  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
										    </ select > 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
										  < label  class = " sr-only "  for = " inlineFormInputName2 " > ADIF  file </ label > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
										  < input  class = " file-input mb-2 mr-sm-2 "  type = " file "  name = " userfile "  size = " 20 "  /> 
							 
						 
					
						
							
								
									
										
										
										
											2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-04-05 20:23:43 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            < div  class = " form-group row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " col-md-10 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " form-check-inline " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < input  class = " form-check-input "  type = " checkbox "  name = " skipDuplicate "  value = " 1 "  id = " skipDuplicate " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < label  class = " form-check-label "  for = " skipDuplicate " > Skip  duplicate  QSO  check </ label > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < div  class = " form-group row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " col-md-10 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " form-check-inline " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-26 19:43:44 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                        < input  class = " form-check-input "  type = " checkbox "  name = " markLotw "  value = " 1 "  id = " markLotwImport " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                        < label  class = " form-check-label "  for = " markLotwImport " > Mark  imported  QSOs  as  uploaded  to  LoTW </ label > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-05 20:23:43 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                    < div  class = " small form-text text-muted " > Select  if  ADIF  being  imported  does  not  contain  this  information .</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-05 20:23:43 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < div  class = " form-group row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " col-md-10 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " form-check-inline " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < input  class = " form-check-input "  type = " checkbox "  name = " dxccAdif "  value = " 1 "  id = " dxccAdif " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                        < label  class = " form-check-label "  for = " dxccAdif " > Use  DXCC  information  from  ADIF </ label > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-05 20:23:43 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                    < div  class = " small form-text text-muted " > If  not  selected ,  Cloudlog  will  attempt  to  determine  DXCC  information  automatically .</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-05 20:23:43 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
										  < button  type = " submit "  class = " btn btn-primary mb-2 "  value = " Upload " > Upload </ button > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
										</ form > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
									  </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
									</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = " card " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = " card-header " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-20 22:51:55 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    ADIF  Export 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-05-16 23:03:52 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-09-25 06:42:01 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									< div  class = " alert alert-warning "  role = " alert " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								 		Exporting  QSOs  from  the  active  station  profile  < span  class = " badge badge-danger " >< ? php  echo  $active_station_info -> station_profile_name ; ?> </span> with the station callsign <span class="badge badge-danger"><?php echo $active_station_info->station_callsign;?></span>
 
							 
						 
					
						
							
								
									
										
										
										
											2019-09-25 06:42:01 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
									</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < div  class = " card-body " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      < form  class = " form "  action = " <?php echo site_url('adif/export_custom'); ?> "  method = " post "  enctype = " multipart/form-data " > 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < h5  class = " card-title " > Take  your  logbook  file  anywhere !</ h5 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < p  class = " card-text " > Exporting  ADIFs  allows  you  to  import  contacts  into  third  party  applications  like  LoTW ,  Awards  or  just  for  keeping  a  backup .</ p > 
							 
						 
					
						
							
								
									
										
										
										
											2019-05-16 23:03:52 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < p  class = " card-text " > From  date :</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = " input-group date col-md-3 "  id = " datetimepicker1 "  data - target - input = " nearest " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-08 19:36:08 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                  < input  name = " from "  type = " text "  placeholder = " DD/MM/YYYY "  class = " form-control datetimepicker-input "  data - target = " #datetimepicker1 " /> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < div  class = " input-group-append "   data - target = " #datetimepicker1 "  data - toggle = " datetimepicker " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                      < div  class = " input-group-text " >< i  class = " fa fa-calendar " ></ i ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-01 14:43:08 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < p  class = " card-text " > To  date :</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = " row " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-01 14:43:08 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < div  class = " input-group date col-md-3 "  id = " datetimepicker2 "  data - target - input = " nearest " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < input  name = " to "  " totype= " text "  placeholder= " DD / MM / YYYY "  class= " form - control  datetimepicker - input "  data-target= " #datetimepicker2"/>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < div  class = " input-group-append "  data - target = " #datetimepicker2 "  data - toggle = " datetimepicker " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      < div  class = " input-group-text " >< i  class = " fa fa-calendar " ></ i ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-01 14:43:08 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            < br > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = " form-group row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = " col-md-10 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < div  class = " form-check-inline " > 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-26 19:43:44 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                      < input  class = " form-check-input "  type = " checkbox "  name = " markLotw "  value = " 1 "  id = " markLotwExport " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      < label  class = " form-check-label "  for = " markLotwExport " > Mark  exported  QSOs  as  uploaded  to  LoTW </ label > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-01 14:43:08 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                  </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-23 15:22:37 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < div  class = " form-group row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = " col-md-10 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < div  class = " form-check-inline " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      < input  class = " form-check-input "  type = " checkbox "  name = " exportLotw "  value = " 1 "  id = " exportLotw " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      < label  class = " form-check-label "  for = " exportLotw " > Export  QSOs  not  uploaded  to  LoTW </ label > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          </ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-10-26 16:58:49 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < button  type = " submit "  class = " btn btn-primary "  value = " Export " > Export  QSOs </ button > 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      </ form > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-01 14:43:08 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-04-08 22:51:17 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < br >< br > 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-22 05:06:25 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-04-08 22:50:36 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-10-29 02:03:30 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < h5 > Export  Satellite - Only  QSOs </ h5 > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-26 16:58:49 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < p >< a  href = " <?php echo site_url('adif/exportsat'); ?> "  title = " Export All Satellite Contacts "  target = " _blank "  class = " btn btn-primary " > Export  All  Satellite  QSOs </ a ></ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < p >< a  href = " <?php echo site_url('adif/exportsatlotw'); ?> "  title = " Export All Satellite QSOS Confirmed on LoTW "  target = " _blank "  class = " btn btn-primary " > Export  All  Satellite  QSOs  Confirmed  on  LoTW </ a ></ p > 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-11-22 05:06:25 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < br > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = " card " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = " card-header " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            Logbook  Of  The  World 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < p >< span  class = " badge badge-warning " > Warning </ span >  If  a  date  range  is  not  selected  then  all  QSOs  will  be  marked !</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < form  class = " form "  action = " <?php echo site_url('adif/mark_lotw'); ?> "  method = " post "  enctype = " multipart/form-data " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < p  class = " card-text " > From  date :</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " input-group date col-md-3 "  id = " datetimepicker3 "  data - target - input = " nearest " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < input  name = " from "  type = " text "  placeholder = " DD/MM/YYYY "  class = " form-control datetimepicker-input "  data - target = " #datetimepicker1 " /> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " input-group-append "   data - target = " #datetimepicker3 "  data - toggle = " datetimepicker " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < div  class = " input-group-text " >< i  class = " fa fa-calendar " ></ i ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < p  class = " card-text " > To  date :</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " input-group date col-md-3 "  id = " datetimepicker4 "  data - target - input = " nearest " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < input  name = " to "  " totype= " text "  placeholder= " DD / MM / YYYY "  class= " form - control  datetimepicker - input "  data-target= " #datetimepicker2"/>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " input-group-append "  data - target = " #datetimepicker4 "  data - toggle = " datetimepicker " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < div  class = " input-group-text " >< i  class = " fa fa-calendar " ></ i ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < br > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < button  type = " submit "  class = " btn btn-primary "  value = " Export " > Mark  QSOs  as  exported  to  LoTW </ button > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        </ form > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        </ div ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < br > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = " card " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = " card-header " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            QRZ  Logbook 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < p >< span  class = " badge badge-warning " > Warning </ span >  If  a  date  range  is  not  selected  then  all  QSOs  will  be  marked !</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < form  class = " form "  action = " <?php echo site_url('adif/mark_qrz'); ?> "  method = " post "  enctype = " multipart/form-data " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < p  class = " card-text " > From  date :</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " input-group date col-md-3 "  id = " datetimepicker5 "  data - target - input = " nearest " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < input  name = " from "  type = " text "  placeholder = " DD/MM/YYYY "  class = " form-control datetimepicker-input "  data - target = " #datetimepicker1 " /> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < div  class = " input-group-append "   data - target = " #datetimepicker5 "  data - toggle = " datetimepicker " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                            < div  class = " input-group-text " >< i  class = " fa fa-calendar " ></ i ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < p  class = " card-text " > To  date :</ p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < div  class = " input-group date col-md-3 "  id = " datetimepicker6 "  data - target - input = " nearest " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < input  name = " to "  " totype= " text "  placeholder= " DD / MM / YYYY "  class= " form - control  datetimepicker - input "  data-target= " #datetimepicker2"/>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        < div  class = " input-group-append "  data - target = " #datetimepicker6 "  data - toggle = " datetimepicker " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                            < div  class = " input-group-text " >< i  class = " fa fa-calendar " ></ i ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                </ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < br > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < button  type = " submit "  class = " btn btn-primary "  value = " Export " > Mark  QSOs  as  exported  to  QRZ  Logbook </ button > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            </ form > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        </ div ></ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2011-11-20 06:30:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-14 03:11:46 +08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-02-07 21:17:05 +08:00