input->post('worked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('confirmed') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('notworked')) 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('clublog')) echo ' checked="checked"'; ?> >


' . __("Number") . ' ' . __("City") . ''; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($jcc_array as $jcc => $value) { // Fills the table with the data echo ''; foreach ($value as $name => $key) { echo '' . $key . ''; } echo ''; } echo '

' . __("Summary") . '

'; $sat = 0; if (in_array('SAT', $bands)) { $sat = 1; } echo ''; if (count($bands) > 1) { echo ''; foreach($bands as $band) { if ($band != 'SAT') { echo ''; } } echo ''; if ($sat == 1) { echo ''; } } else { echo ''; } echo ''; echo ''; if (count($bands) > 2) { $len_worked = count($jcc_summary['worked']); $j = 0; foreach ($jcc_summary['worked'] as $jcc) { // Fills the table with the data if ($j == $len_worked - 1 - $sat) { echo ''; } else { echo ''; } $j++; } } else { echo ''; } echo ''; echo ''; if (count($bands) > 2) { $len_confirmed = count($jcc_summary['confirmed']); $j = 0; foreach ($jcc_summary['confirmed'] as $jcc) { // Fills the table with the data if ($j == $len_confirmed - 1 - $sat) { echo ''; } else { echo ''; } $j++; } } else { echo ''; } echo '
' . $band . '' . __("Total") . '' . __("SAT") . ''.$bands[0].'
' . __("Total worked") . '' . $jcc . '' . $jcc . '' . $jcc_summary['worked']['Total'] . '
' . __("Total confirmed") . '' . $jcc . '' . $jcc . '' . $jcc_summary['confirmed']['Total'] . '
'; } else { echo ''; } ?>