session->flashdata('message')) { ?>

session->flashdata('message'); ?>

Export Requested QSLs for Printing
lang->line('cloudlog_station_profile'); ?>:

Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau.

Requested QSLs are any QSOs with a value of "Requested" or "Queued" in their "QSL Sent" field.

'; if ($qsos->result() != NULL) { echo ''; // Get Date format if($this->session->userdata('user_date_format')) { // If Logged in and session exists $custom_date_format = $this->session->userdata('user_date_format'); } else { // Get Default date format from /config/cloudlog.php $custom_date_format = $this->config->item('qso_date_format'); } foreach ($qsos->result() as $qsl) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
'.$this->lang->line('gen_hamradio_callsign').' ' . $this->lang->line('general_word_date') . ' '. $this->lang->line('general_word_time') .' ' . $this->lang->line('gen_hamradio_mode') . ' ' . $this->lang->line('gen_hamradio_band') . ' ' . $this->lang->line('gen_hamradio_qsl') . ' ' . $this->lang->line('general_word_qslcard_via') . ' ' . $this->lang->line('gen_hamradio_station') . '
' . $qsl->COL_CALL . ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo ''; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo ''; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo '' . $qsl->COL_QSL_VIA . '' . $qsl->station_callsign . '
'; ?>

Export requested QSLs to CSV-file

Export requested QSLs to ADIF-file

Mark requested QSLs as sent

×No QSL\'s to print were found!
'; } ?>