Deleted DXCC
input->post('includedeleted')) echo ' checked="checked"'; ?> >
Worked / Confirmed
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"'; ?> >
QSL Type
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"'; ?> >
Continents
input->post('Antarctica') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('Africa') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('Asia') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('Europe') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('NorthAmerica') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('SouthAmerica') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('Oceania') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >


# DXCC Name Prefix'; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($dxcc_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 . ' '.lang('gen_hamradio_deleted_dxcc').''; } else if ($name == "Deleted") { continue; } else { echo '' . $key . ''; } } echo ''; } echo '

Summary

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