'; echo '
'; echo '

'.lang('statistics_emeinitials').'

'; echo ''.count($timeline_array).''; echo '
'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; foreach ($timeline_array as $line) { $date_as_timestamp = strtotime($line->date); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
#'.$ci->lang->line('gen_hamradio_callsign').''.$ci->lang->line('statistics_first_qso').''.$ci->lang->line('gen_hamradio_gridsquare').''.$ci->lang->line('gen_hamradio_state').''.$ci->lang->line('statistics_times_worked').'
' . $i++ . '' . $line->callsign . '' . date($custom_date_format, $date_as_timestamp) . '' . $line->gridsquare . '' . $line->state . '' . $line->count . '
'; echo '
'; } else { echo ''; }