" . __("Callsigns tested: ") . $calls_tested . "
"; echo "" . __("Execution time: ") . round($execution_time, 2) . "s
"; echo "" . __("Number of potential QSOs with wrong DXCC: ") . count($result) . "
"; // 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/wavelog.php $custom_date_format = $this->config->item('qso_date_format'); } if ($result) { ?>| # | = __("Callsign"); ?> | = __("QSO Date"); ?> | = __("Station Profile"); ?> | = __("Existing DXCC"); ?> | = __("Existing ADIF"); ?> | = __("Result DXCC"); ?> | = __("Result ADIF"); ?> |
|---|---|---|---|---|---|---|---|
| ' . htmlspecialchars($qso['callsign']) . ''; ?> |