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

Below is a table of QSOs that have been confirmed on eQSL but QSL images have not been downloaded yet.

Clicking \"Upload QSOs\" will send QSO information to eQSL.cc.

"; echo form_open('eqsl/export'); echo ""; echo ""; } else { if (isset($eqsl_results_table)) { echo "

The following QSOs were sent to eQSL.

"; echo $eqsl_results_table; } else { echo "

There are no QSOs whose eQSL card images have not yet been downloaded. Go log some more QSOs!

"; } } ?>