'.__("Mode").''; break;
case 'RSTS': echo '
'.__("RSTS").' | '; break;
case 'RSTR': echo ''.__("RSTR").' | '; break;
case 'Country': echo ''.__("Country").' | '; break;
case 'IOTA': echo ''.__("IOTA").' | '; break;
case 'SOTA': echo ''.__("SOTA").' | '; break;
case 'WWFF': echo ''.__("WWFF").' | '; break;
case 'POTA': echo ''.__("POTA").' | '; break;
case 'State': echo ''.__("State").' | '; break;
case 'Grid': echo ''.__("Gridsquare").' | '; break;
case 'Distance': echo ''.__("Distance").' | '; break;
case 'Band': echo ''.__("Band").' | '; break;
case 'Frequency': echo ''.__("Frequency").' | '; break;
case 'Operator': echo ''.__("Operator").' | '; break;
case 'Name': echo ''.__("Name").' | '; break;
}
}
function echo_table_col($row, $name) {
$ci =& get_instance();
switch($name) {
case 'Mode': echo ''; echo $row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE . ' | '; break;
case 'RSTS': echo '' . $row->COL_RST_SENT; if ($row->COL_STX) { echo ' COL_CONTEST_ID:"n/a").'" class="badge text-bg-light">'; printf("%03d", $row->COL_STX); echo '';} if ($row->COL_STX_STRING) { echo ' COL_CONTEST_ID:"n/a").'" class="badge text-bg-light">' . $row->COL_STX_STRING . '';} echo ' | '; break;
case 'RSTR': echo '' . $row->COL_RST_RCVD; if ($row->COL_SRX) { echo ' COL_CONTEST_ID:"n/a").'" class="badge text-bg-light">'; printf("%03d", $row->COL_SRX); echo '';} if ($row->COL_SRX_STRING) { echo ' COL_CONTEST_ID:"n/a").'" class="badge text-bg-light">' . $row->COL_SRX_STRING . '';} echo ' | '; break;
case 'Country': echo '' . ucwords(strtolower(($row->COL_COUNTRY))); if ($row->end != NULL) echo ' '.__("Deleted DXCC").'' . ' | '; break;
case 'IOTA': echo '' . ($row->COL_IOTA) . ' | '; break;
case 'SOTA': echo '' . ($row->COL_SOTA_REF) . ' | '; break;
case 'WWFF': echo '' . ($row->COL_WWFF_REF) . ' | '; break;
case 'POTA': echo '' . ($row->COL_POTA_REF) . ' | '; break;
case 'Grid':
$ci->load->library('qra');
echo '' . ($ci->qra->echoQrbCalcLink($row->station_gridsquare, $row->COL_VUCC_GRIDS, $row->COL_GRIDSQUARE)) . ' | '; break;
case 'Distance': echo '' . ($row->COL_DISTANCE ? $row->COL_DISTANCE . ' km' : '') . ' | '; break;
case 'Band': echo ''; if($row->COL_SAT_NAME != null) { echo ''.$row->COL_SAT_NAME.' | '; } else { echo strtolower($row->COL_BAND); } echo ''; break;
case 'Frequency':
echo ''; if($row->COL_SAT_NAME != null) { echo ''.$row->COL_SAT_NAME.' | '; } else { if($row->COL_FREQ != null) { echo $ci->frequency->hz_to_mhz($row->COL_FREQ); } else { echo strtolower($row->COL_BAND); } } echo ''; break;
case 'State': echo '' . ($row->COL_STATE) . ' | '; break;
case 'Operator': echo '' . ($row->COL_OPERATOR) . ' | '; break;
case 'Name': echo '' . ($row->COL_NAME) . ' | '; break;
}
}
?>
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
= __("You need to upgrade your PHP version. Minimum version is 7.4. Your version is") . ' ' . PHP_VERSION . '.';?>
= sprintf(
_pgettext("Dashboard Warning", "You need to update country files! Click %s to do it."),
"
" . __("here") . ""
); ?>
= sprintf(
_pgettext("Dashboard Warning", "You have no station locations. Click %s to do it:"),
"
".__("here").""
); ?>
= sprintf(
_pgettext("Dashboard Warning", "You have no station logbook. Click %s to do it:"),
"
".__("here").""
); ?>
optionslib->get_option('dashboard_banner') != "false") { ?>
= 1) { ?>
= sprintf(
_ngettext("You have had %d QSO today", "You have had %d QSOs today", intval($todays_qsos)),
intval($todays_qsos)
); ?>
= __("Important"); ?> = __("You have made no QSOs today; time to turn on the radio!"); ?>
= __("Attention: you need to set an active station location."); ?>
= __("You have themes without defined theme mode. Please ask the admin to edit the themes."); ?>
session->userdata('user_id')) { ?>
LotwCert->lotw_cert_expired($this->session->userdata('user_id'), $current_date) == true) { ?>
= __("Important"); ?> = __("At least one of your LoTW certificates is expired!"); ?>
LotwCert->lotw_cert_expiring($this->session->userdata('user_id'), $current_date) == true) { ?>
= __("Important"); ?> = __("At least one of your LoTW certificates is about to expire!"); ?>
| = __("Date"); ?> |
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?>
= __("Time"); ?> |
= __("Callsign"); ?> |
session->userdata('user_column1')==""?'Mode':$this->session->userdata('user_column1'));
echo_table_header_col($this->session->userdata('user_column2')==""?'RSTS':$this->session->userdata('user_column2'));
echo_table_header_col($this->session->userdata('user_column3')==""?'RSTR':$this->session->userdata('user_column3'));
echo_table_header_col($this->session->userdata('user_column4')==""?'Band':$this->session->userdata('user_column4'));
?>
0) {
foreach ($last_five_qsos->result() as $row) { ?>
COL_PRIMARY_KEY.'" class="tr'.($i & 1).'">'; ?>
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/wavelog.php
$custom_date_format = $this->config->item('qso_date_format');
}
?>
COL_TIME_ON); echo date($custom_date_format, $timestamp); ?> |
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?>
COL_TIME_ON); echo date('H:i', $timestamp); ?> |
COL_CALL)); ?>
|
session->userdata('user_column1')==""?'Mode':$this->session->userdata('user_column1'));
echo_table_col($row, $this->session->userdata('user_column2')==""?'RSTS':$this->session->userdata('user_column2'));
echo_table_col($row, $this->session->userdata('user_column3')==""?'RSTR':$this->session->userdata('user_column3'));
echo_table_col($row, $this->session->userdata('user_column4')==""?'Band':$this->session->userdata('user_column4'));
?>
| = __("QSOs Breakdown"); ?> |
| = __("Total"); ?> |
|
| = __("Year"); ?> |
|
| = __("Month"); ?> |
|
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_qsl_sent != 0 || $total_qsl_rcvd != 0 || $total_qsl_requested != 0)) { ?>
| = __("QSL Cards"); ?> |
= __("Today"); ?> |
| = __("Sent"); ?> |
|
|
| = __("Received"); ?> |
|
|
| = __("Requested"); ?> |
|
|
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === false) && ($total_lotw_sent != 0 || $total_lotw_rcvd != 0)) { ?>
| = _pgettext("Probably no translation needed as this is a name.","Logbook of the World"); ?> |
= __("Today"); ?> |
| = __("Sent"); ?> |
|
|
| = __("Received"); ?> |
|
|
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_eqsl_sent != 0 || $total_eqsl_rcvd != 0)) { ?>
| = __("eQSL Cards"); ?> |
= __("Today"); ?> |
| = __("Sent"); ?> |
|
|
| = __("Received"); ?> |
|
|
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === false) && ($total_qrz_sent != 0 || $total_qrz_rcvd != 0)) { ?>
| QRZ.com |
= __("Today"); ?> |
| = __("Sent"); ?> |
|
|
| = __("Received"); ?> |
|
|
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE)) { ?>
| = __("VUCC-Grids"); ?> |
= __("SAT"); ?> |
| = __("Worked"); ?> |
|
|
| = __("Confirmed"); ?> |
|
|