input->post('worked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('confirmed') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('notworked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('qsl') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('lotw') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('eqsl')) echo ' checked="checked"'; ?> >
input->post('qrz')) echo ' checked="checked"'; ?> >
input->post('band') != 'SAT' && $this->input->post('band') != 'All') echo "style=\"display: none\""; ?>>
input->post('band') != 'SAT' && $this->input->post('band') != 'All') echo "style=\"display: none\""; ?>>
# " . __("Continent") . ""; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($wac_array as $wac => $value) { // Fills the table with the data echo ' ' . $i++ . ' '. $wac.''; foreach ($value as $key) { echo '' . $key . ''; } echo ''; } echo "

" . __("Summary") . "

"; foreach($bands as $band) { echo ''; } echo ""; foreach ($wac_summary['worked'] as $wac) { // Fills the table with the data echo ''; } echo ""; foreach ($wac_summary['confirmed'] as $wac) { // Fills the table with the data echo ''; } echo '
' . $band . '" . __("Total") . "
" . __("Total worked") . "' . $wac . '
" . __("Total confirmed") . "' . $wac . '
'; } else { echo ''; } ?>