num_rows() > 0) { foreach ($query->result() as $row) { ?>
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'); } ?> config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> config->item('display_freq') == true) { ?> COL_FREQ_RX != 0) { ?> COL_GRIDSQUARE != null) { ?> COL_GRIDSQUARE != null) { ?> COL_VUCC_GRIDS != null) { ?> COL_STATE != null) { ?> COL_NAME != null) { ?> config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?> COL_COMMENT != null) { ?> COL_SAT_NAME != null) { ?> COL_SAT_MODE != null) { ?> COL_COUNTRY != null) { ?> COL_IOTA != null) { ?> COL_SOTA_REF != null) { ?> COL_DARC_DOK != null) { ?>
Date/Time: COL_TIME_ON); echo date($custom_date_format, $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?> COL_TIME_ON); echo date($custom_date_format, $timestamp); ?>
Callsign: COL_CALL)); ?>
Band: COL_BAND; ?>
Freq: COL_FREQ); ?>
Freq (RX): COL_FREQ_RX); ?>
Mode: COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE; ?>
RST Sent: COL_RST_SENT; ?> COL_STX) { ?>(COL_STX;?>) COL_STX_STRING) { ?>(COL_STX_STRING;?>)
RST Recv: COL_RST_RCVD; ?> COL_SRX) { ?>(COL_SRX;?>) COL_SRX_STRING) { ?>(COL_SRX_STRING;?>)
Gridsquare: COL_GRIDSQUARE; ?>
Total Distance load->library('qra'); // Cacluate Distance echo $CI->qra->distance($row->station_gridsquare, $row->COL_GRIDSQUARE, $measurement_base); switch ($measurement_base) { case 'M': echo "mi"; break; case 'K': echo "km"; break; case 'N': echo "nmi"; break; } ?>
Gridsquare (Multi): COL_VUCC_GRIDS; ?>
USA State: COL_STATE; ?>
Name: COL_NAME; ?>
Comment: COL_COMMENT; ?>
Sat Name: COL_SAT_NAME; ?>
Sat Mode: COL_SAT_MODE; ?>
Country: COL_COUNTRY))); ?>
IOTA Ref: COL_IOTA; ?>
SOTA Ref: COL_SOTA_REF; ?>
DOK: COL_DARC_DOK; ?>
COL_QSL_SENT == "Y" || $row->COL_QSL_RCVD == "Y") { ?>

QSL Info:

COL_QSL_SENT == "Y" && $row->COL_QSL_SENT_VIA == "B") { ?>

QSL Card has been sent via the bureau

COL_QSL_SENT == "Y" && $row->COL_QSL_SENT_VIA == "D") { ?>

QSL Card has been sent direct

COL_QSL_RCVD == "Y" && $row->COL_QSL_RCVD_VIA == "B") { ?>

QSL Card has been received via the bureau

COL_QSL_RCVD == "Y" && $row->COL_QSL_RCVD_VIA == "D") { ?>

QSL Card has been received direct

COL_LOTW_QSL_RCVD == "Y") { ?>

LoTW:

This QSO is confirmed on Lotw

Station Information

station_city) { ?> station_country) { ?> COL_OPERATOR) { ?> COL_TX_PWR) { ?>
Station Callsign station_callsign; ?>
Station Gridsquare station_gridsquare; ?>
Station City: station_city; ?>
Station Country: station_country))); ?>
Station Operator COL_OPERATOR; ?>
Station Transmit Power COL_TX_PWR; ?>w
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>

Edit QSO

COL_SAT_NAME != null) { $twitter_band_sat = $row->COL_SAT_NAME; $hashtags = "#hamr #cloudlog #amsat"; } else { $twitter_band_sat = $row->COL_BAND; $hashtags = "#hamr #cloudlog"; } $twitter_string = urlencode("Just worked ".$row->COL_CALL." in ".ucwords(strtolower(($row->COL_COUNTRY)))." (Gridsquare: ".$row->COL_GRIDSQUARE.") on ".$twitter_band_sat." using ".$row->COL_MODE." ".$hashtags); ?>
config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
0) { echo ''; foreach ($qslimages as $qsl) { echo ''; echo ''; echo ''; echo ''; } echo '
QSL image file
' . $qsl->filename . '
'; } ?>

Previous Next
COL_GRIDSQUARE != null) { $stn_loc = $this->qra->qra2latlong(trim($row->COL_GRIDSQUARE)); $lat = $stn_loc[0]; $lng = $stn_loc[1]; } else { $CI =& get_instance(); $CI->load->model('Logbook_model'); $result = $CI->Logbook_model->dxcc_lookup($row->COL_CALL, $row->COL_TIME_ON); $lat = $result['lat']; $lng = $result['long']; } ?>