result() != NULL) { 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_station') . ' | QSL'; if($this->session->userdata('user_lotw_name') != "") { echo ' | LoTW'; } if ($this->session->userdata('user_eqsl_name') != "") { echo ' | eQSL'; } echo ' | |
|---|---|---|---|---|---|---|---|---|---|
| ' . $qsl->COL_CALL . ''; echo ' | '; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ''; echo ' | '; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo ''; echo ' | '; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo ''; echo ' | '; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo ''; echo ' | ' . $qsl->station_callsign . ''; echo ' | ▲ ▼'; if($this->session->userdata('user_lotw_name') != "") { echo ' | '; if ($qsl->COL_LOTW_QSL_SENT != ''){ echo '▲ ▼'; } echo ''; } if ($this->session->userdata('user_eqsl_name') != ""){ echo ' | ▲ ▲'; } echo ' | '; echo ' |