| '.$this->lang->line('gen_hamradio_callsign').' | '.$this->lang->line('gen_hamradio_mode').' | '.$this->lang->line('general_word_date').' | '.$this->lang->line('general_word_time').' | '.$this->lang->line('gen_hamradio_band').' | '.$this->lang->line('gen_hamradio_qsl').' | |
|---|---|---|---|---|---|---|
| ' . $qsl->COL_CALL . ''; echo ' | '; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo ''; 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 ' | '; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo ''; echo ' | ' . $qsl->image_file . ''; echo ' | '; echo ' |