mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove unneeded LoTW stuff from the code
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user