Remove unneeded LoTW stuff from the code

This commit is contained in:
phl0
2026-01-07 22:40:01 +01:00
parent 19d688a971
commit ed2a465f90
3 changed files with 1 additions and 167 deletions

View File

@@ -1,25 +0,0 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<?php $this->load->view('layout/messages'); ?>
<h4>Step 1</h4>
<a href="<?php echo site_url('adif/export_lotw'); ?>" title="Export LoTW" target="_blank">Export an ADIF</a> file of QSOs that have not been uploaded to LoTW.
<h4>Step 2</h4>
<p>Use Trusted QSL to sign the exported file.</p>
<h4>Step 3</h4>
<p>Select the signed file and click "Upload". It will be sent to LoTW for processing.</p>
<?php echo form_open_multipart('lotw/export');?>
<p><span class="label important">Important</span> Log files must have the file type .tq8</p>
<input type="file" name="userfile" size="20" />
<p>Wavelog will use the LoTW username an password stored in your user profile to download a report from LoTW for you. The report Wavelog downloads will have all confirmations since your last LoTW confirmation, up until now.</p>
<input class="btn primary" type="submit" value="Upload" />
</form>
</div>

View File

@@ -1,15 +0,0 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<?php if($this->session->flashdata('warning')) { ?>
<div id="message" >
<?php echo $this->session->flashdata('warning'); ?>
</div>
<?php } ?>
<?php if($this->session->flashdata('lotw_status')) { ?>
<div id="message" >
<?php echo $this->session->flashdata('lotw_status'); ?>
</div>
<?php } ?>
</div>