= __("Awards - CQ WAZ"); ?>
= __("Award Info"); ?>
= __("Filters") ?>
= __("Show"); ?>
= __("Show CQ Zone Map"); ?>
= __("Date Presets") . ": " ?>
= __("Today") ?>
= __("Yesterday") ?>
= __("Last 7 Days") ?>
= __("Last 30 Days") ?>
= __("This Month") ?>
= __("Last Month") ?>
= __("This Year") ?>
= __("Last Year") ?>
= __("Clear") ?>
= __("Date from"); ?>
input->post('dateFrom', TRUE)) echo 'value="' . $this->input->post('dateFrom', TRUE) . '"'; ?>>
= __("Date to"); ?>
input->post('dateTo', TRUE)) echo 'value="' . $this->input->post('dateTo', TRUE) . '"'; ?>>
= __("Worked") . ' / ' . __("Confirmed")?>
input->post('worked', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
= __("Show worked"); ?>
input->post('confirmed', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
= __("Show confirmed"); ?>
input->post('notworked', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
= __("Show not worked"); ?>
= __("Show QSO with QSL Type"); ?>
input->post('qsl', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
= __("QSL Card"); ?>
input->post('lotw', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
= __("LoTW"); ?>
input->post('eqsl', TRUE)) echo ' checked="checked"'; ?> >
= __("eQSL"); ?>
input->post('qrz', TRUE)) echo ' checked="checked"'; ?> >
= __("QRZ.com"); ?>
= __("Band"); ?>
input->post('band', TRUE) == "All" || $this->input->method() !== 'post') echo ' selected'; ?> >= __("All"); ?>
input->post('band', TRUE) == $band) echo ' selected'; echo '>' . $band . ''."\n"; } ?>
= __("Mode"); ?>
input->post('mode', TRUE) == "All" || $this->input->method() !== 'mode') echo ' selected'; ?>>= __("All"); ?>
result() as $mode){ if ($mode->submode == null) { echo '
input->post('mode', TRUE) == $mode->mode) echo ' selected'; echo '>'. $mode->mode . '
'."\n"; } else { echo '
input->post('mode', TRUE) == $mode->submode) echo ' selected'; echo '>' . $mode->submode . '
'."\n"; } } ?>
= __("Table"); ?>
= __("Map"); ?>
#
" . __("CQ Zone") . "
"; foreach($bands as $band) { echo '
' . $band . '
'; } echo '
'; foreach ($cq_array as $cq => $value) { // Fills the table with the data echo '
' . $i++ . '
'. $cq .'
'; foreach ($value as $key) { echo '
' . $key . '
'; } echo '
'; } echo "
" . __("Summary") . "
"; foreach($bands as $band) { echo '
' . $band . '
'; } echo "
" . __("Total") . "
" . __("Total worked") . "
"; foreach ($cq_summary['worked'] as $dxcc) { // Fills the table with the data echo '
' . $dxcc . '
'; } echo "
" . __("Total confirmed") . "
"; foreach ($cq_summary['confirmed'] as $dxcc) { // Fills the table with the data echo '
' . $dxcc . '
'; } echo '
'; } else { echo '
' . __("Nothing found!") . '
'; } ?>