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"'; ?> >


# " . lang('gen_hamradio_cq_zone') . ""; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($cq_array as $cq => $value) { // Fills the table with the data echo ' ' . $i++ . ' '. $cq .''; foreach ($value as $key) { echo '' . $key . ''; } echo ''; } echo "

" . lang('awards_summary') . "

"; foreach($bands as $band) { echo ''; } echo ""; foreach ($cq_summary['worked'] as $dxcc) { // Fills the table with the data echo ''; } echo ""; foreach ($cq_summary['confirmed'] as $dxcc) { // Fills the table with the data echo ''; } echo '
' . $band . '" . lang('awards_total') . "
" . lang('awards_total_worked') . "' . $dxcc . '
" . lang('awards_total_confirmed') . "' . $dxcc . '
'; } else { echo ''; } ?>