load->view("awards/nav_bar")?>
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 / LoTW
input->post('qsl') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('lotw') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
# State'; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($was_array as $was => $value) { // Fills the table with the data echo ' ' . $i++ . ' '. $was .''; foreach ($value as $key) { echo '' . $key . ''; } echo ''; } echo '

Summary

'; foreach ($was_summary as $was) { // Fills the table with the data echo ''; } echo ''; foreach ($was_summary as $was) { // Fills the table with the data echo ''; } echo ''; foreach ($was_summary as $was) { // Fills the table with the data echo ''; } echo '
' . $was->col_band . '
Total worked' . $was->count . '
Total confirmed' . $was->cfmwas . '
'; } else { echo ''; }