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('clublog')) echo ' checked="checked"'; ?> >
' . __("Code") . ' ' . __("Province") . ''; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($wapc_array as $wapc => $value) { // Fills the table with the data echo ''; foreach ($value as $name => $key) { echo '' . $key . ''; } echo ''; } echo '

' . __("Summary") . '

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