Filters
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"'; ?> >
WAS Progress
Total Worked
0; })); ?>
Total Confirmed
0; })); ?>
🏆 WAS Milestone Progress
All Worked
0; })) == 50; echo $all_states_worked ? '✓' : '✗'; ?>
All Confirmed
0; })) == 50; echo $all_states_confirmed ? '✓' : '✗'; ?>


State'; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($was_array as $was => $value) { // Fills the table with the data echo ' '. $was .''; foreach ($value as $name => $key) { echo '' . $key . ''; } echo ''; } echo ''; echo "

Summary

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