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

' . __("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 that need to be sent to eQSL at this time. Go log some more QSOs!") . '

'; } } ?>