input->post('dateFrom', TRUE)) echo 'value="' . $this->input->post('dateFrom', TRUE) . '"'; ?>>
input->post('dateTo', TRUE)) echo 'value="' . $this->input->post('dateTo', TRUE) . '"'; ?>>
input->post('worked', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('confirmed', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('notworked', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('qsl', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('lotw', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('eqsl', TRUE)) echo ' checked="checked"'; ?> >
input->post('qrz', TRUE)) echo ' checked="checked"'; ?> >


# " . __("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 ''; } echo ""; foreach ($cq_summary['worked'] as $dxcc) { // Fills the table with the data echo ''; } echo ""; foreach ($cq_summary['confirmed'] as $dxcc) { // Fills the table with the data echo ''; } echo '
' . $band . '" . __("Total") . "
" . __("Total worked") . "' . $dxcc . '
" . __("Total confirmed") . "' . $dxcc . '
'; } else { echo '
' . __("Nothing found!") . '
'; } ?>