input->post('includedeleted')) echo ' checked="checked"'; ?> >
*/ ?>
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"'; ?> >
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\""; ?>>
# ' . __("WAE Name") . ' ' . __("Prefix") . ''; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($wae_array as $dxcc => $value) { // Fills the table with the data echo ' '. $i++ .''; foreach ($value as $name => $key) { if (isset($value['Deleted']) && $value['Deleted'] == 1 && $name == "name") { echo '' . $key . ' '.__("Deleted DXCC").''; } else if ($name == "Deleted") { continue; } else { echo '' . $key . ''; } } echo ''; } echo '

' . __("Summary") . '

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