diff --git a/application/views/lotw/import.php b/application/views/lotw/import.php index 60007bf2..f8e11fc3 100644 --- a/application/views/lotw/import.php +++ b/application/views/lotw/import.php @@ -1,28 +1,42 @@ -
-

-load->view('layout/messages'); ?> +
- - - - - - - - - - -
Upload a file +

LOTW Import

+ +
+
Import Options
+
+ + load->view('layout/messages'); ?> + + + +
+ +

Upload the Exported ADIF file from LoTW from the Download Report Area, to mark QSOs as confirmed on LOTW.

Important Log files must have the file type .adi

- -
Pull LoTW data for me -

Cloudlog will use the LoTW username and password stored in your user profile to download a report from LoTW for you. The report Cloudlog downloads will have all confirmations since your last LoTW confirmation, up until now.

+
+ + +
+ -

Important You must have QSOs in the logbook before this option works, it will not populate your log from empty based on LoTW QSOs yet.

-
- +

- +
+ + +
+ + +

Cloudlog will use the LoTW username and password stored in your user profile to download a report from LoTW for you. The report Cloudlog downloads will have all confirmations since your last LoTW confirmation, up until now.

+ +

Important You must have QSOs in the logbook before this option works, it will not populate your log from empty based on LoTW QSOs yet.

+ + + + +
+
diff --git a/assets/css/general.css b/assets/css/general.css index 3e11bce2..32c23ed2 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -34,6 +34,10 @@ padding-top: 15px; } +.adif { + padding-top: 15px; +} + .adif .alert p { margin-bottom: 0rem; }