result() != NULL) { echo '
'; 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 ''; ?>'; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
'.lang('gen_hamradio_callsign').' ' . lang('general_word_date') . ' '. lang('general_word_time') .' ' . lang('gen_hamradio_mode') . ' ' . lang('gen_hamradio_band') . ' ' . lang('gen_hamradio_rsts') . ' ' . lang('gen_hamradio_rstr') . ' ' . lang('gen_hamradio_qsl') . ' ' . lang('general_word_qslcard_via') . ' ' . lang('gen_hamradio_station') . ' Sent method Mark as sent Remove QSO List
COL_CALL)); ?>Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on QRZ.com Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on HamQTH Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on eQSL.cc'; $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_RST_SENT . '' . $qsl->COL_RST_RCVD . '' . $qsl->COL_QSL_VIA . '' . $qsl->station_callsign . ''; echo_qsl_sent_via($qsl->COL_QSL_SENT_VIA); echo '
'; ?>

Export requested QSLs to CSV-file Export requested QSLs to ADIF-file Mark requested QSLs as sent

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