input->post('dateFrom')) echo 'value="' . $this->input->post('dateFrom') . '"'; ?>>
input->post('dateTo')) echo 'value="' . $this->input->post('dateTo') . '"'; ?>>
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('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"'; ?> >
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\""; ?>>

'.__("(Q)SL-Paper-Card").", "; echo __("(L)oTW").", "; echo __("(e)QSL").", "; echo __('QR(Z)-"confirmation"').", "; echo __("(C)lublog").", "; echo __("(W)orked").''; echo ' '; foreach($bands as $band) { if (($posted_band != 'SAT') && ($band == 'SAT')) { continue; } echo ''; } echo ''; foreach ($dxcc_array as $dxcc => $value) { // Fills the table with the data echo ''; foreach ($value as $name => $key) { if (isset($value['Deleted']) && $value['Deleted'] == 1 && $name == "name") { echo ''; } else if ($name == "Deleted") { continue; } else { echo ''; } } echo ''; } echo '
# ' . __("DXCC Name") . ' ' . __("Prefix") . '' . $band . '
'. $i++ .'' . $key . ' '.__("Deleted DXCC").'' . $key . '

' . __("Summary") . '

'; $addsat=''; foreach($bands as $band) { if ($band != 'SAT') { echo ''; } else { $addsat=''; } } echo ''; if (count($bands) > 1) { echo ''; } echo $addsat; echo ' '; $addsat=''; foreach ($dxcc_summary['worked'] as $band => $dxcc) { // Fills the table with the data if ($band != 'SAT') { echo ''; } else { $addsat=''; } } if (count($bands) > 1) { echo ''; } if ($addsat != '' && count($dxcc_summary['worked']) > 1) { echo $addsat; } echo ''; $addsat=''; foreach ($dxcc_summary['confirmed'] as $band => $dxcc) { // Fills the table with the data if ($band != 'SAT') { echo ''; } else { $addsat=''; } } if (count($bands) > 1) { echo ''; } if ($addsat != '' && count($dxcc_summary['confirmed']) > 1) { echo $addsat; } echo '
' . $band . '' . $band . '' . __("Total") . '
' . __("Total worked") . ''; if ($band == 'Total') { echo ''.$dxcc.''; } else { echo $dxcc; } echo '' . $dxcc . '
' . __("Total confirmed") . ''; if ($band == 'Total') { echo ''.$dxcc.''; } else { echo $dxcc; } echo '' . $dxcc . '
'; } else { echo '
' . __("No results found for your search criteria. Please try again.") . '
'; } ?>