= __("Here you can see and upload all QSOs which have not been previously uploaded to QO-100 Dx Club."); ?>
result()) {
$queuedqsos = 0;
foreach ($station_profile->result() as $count) { // Fills the table with the data
$queuedqsos += $count->notcount;
}
if ($queuedqsos > 0) {
?>
= __("You need to set a QO-100 Dx Club API key in your station profile. Only station profiles with an API Key are displayed."); ?>
= __("Warning"); ?> = __("This might take a while as QSO uploads are processed sequentially."); ?>
' . __("Profile name") . '
' . __("Station callsign") . '
' . __("Total QSOs not uploaded") . '
' . __("Total QSOs uploaded") . '
' . __("Actions") . '
';
foreach ($station_profile->result() as $station) { // Fills the table with the data
if ($station->notcount != null) {
echo '
';
echo '
' . $station->station_profile_name . '
';
echo '
' . $station->station_callsign . '
';
echo '
' . $station->notcount . '
';
echo '
' . $station->totcount . '
';
echo '
';
echo '
';
}
}
echo '';
} else {
?>
= __("There are currently no outstanding QSOs that need to be uploaded to the QO-100 Dx Club's API."); ?>
= __("Go ahead and turn on your QO-100 station!"); ?>
= __("None of your Logbooks are configured to export data to the QO-100 Dx Club's API."); ?>
= sprintf(__("To configure this feature, go to your profile page at the %s and %s Create %s an API key."), '' . __("QO-100 Dx Club") . '', "", ""); ?>
= sprintf(__("Then, navigate to your %s and configure your station with the key you have created at the club."), "".__("Station Location").""); ?>
= __("Here you can mark as uploaded your QSOs which have not been previously uploaded to QO-100 Dx Club."); ?>
result()!==[]){
?>
= __("None of your Logbooks are configured to export data to the QO-100 Dx Club's API."); ?>
= sprintf(__("To configure this feature, go to your profile page at the %s and %s Create %s an API key."), '' . __("QO-100 Dx Club") . '', "", ""); ?>
= sprintf(__("Then, navigate to your %s and configure your station with the key you have created at the club."), "".__("Station Location").""); ?>