= __("Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when you're operating in multiple locations but they are part of the same DXCC or VUCC Circle.")?>
= __("Create Station Logbook")?>| = __("ID")?> | = __("Name")?> | = __("Status")?> | = __("Edit Linked locations"); ?> | = __("Delete")?> | = __("Visitor site"); ?> | = __("Public Search")?> |
|---|---|---|---|---|---|---|
| logbook_id;?> | logbook_name;?> | session->userdata('active_station_logbook') != $row->logbook_id) { ?> " . __("Active Logbook") . ""; }?> | session->userdata('active_station_logbook') != $row->logbook_id) { ?> | public_slug != '') { ?> public_slug; ?>" class="btn btn-outline-primary btn-sm">logbook_name;?>"> | public_search == 1) { echo "" . __("Enabled") . "";?> " . __("Disabled") . ""; ?> |
= __("Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station."); ?>
= __("Similar to logbooks, a station profile keeps a set of QSOs together."); ?>
= __("Only one station may be active at a time. In the table below this is shown with the -Active Station- badge."); ?>
= __("The 'Linked' column shows if the station location is linked with the Active Logbook selected above."); ?>
= __("Create a Station Location"); ?> = __("Show a location list"); ?>
| = __("ID"); ?> | = __("Profile Name"); ?> | = __("Station Callsign"); ?> | = __("Country"); ?> | = __("Gridsquare"); ?> | = __("Last QSO"); ?> | = __("Linked"); ?> | = __("Edit"); ?> | = __("Copy"); ?> | user_options_model->get_options('header_menu', array('option_name'=>'locations_quickswitch'))->row()->option_value ?? 'false'); if ($quickswitch_enabled == 'true') { ?>= __("Favorite"); ?> | = __("Empty Log"); ?> | = __("Delete"); ?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
station_id;?> |
station_profile_name;?> |
station_callsign);?> | station_country == '' ? __("Please select one") : $row->station_country; if ($row->dxcc_end != NULL) { echo ' '.__("Deleted DXCC").''; } ?> | station_gridsquare;?> |
station_active != 1) { ?>
station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm('= sprintf(__("Are you sure you want to make the station profile %s the active station?"), $row->station_profile_name); ?>');">= __("Set Active"); ?>
= __("Active Station"); ?>
ID: station_id;?> qso_total;?> = __("QSO"); ?> |
station_id; ?>" title== __("Edit"); ?> class="btn btn-outline-primary btn-sm"> | station_id; ?>" title== __("Copy"); ?> class="btn btn-outline-primary btn-sm"> | user_options_model->get_options('station_location', array('option_name'=>'is_favorite', 'option_key'=>$row->station_id))->row()->option_value ?? 'false'); if ($locationFavorite == 'true') { $favStarClasses = 'class="fas fa-star" style="color: #ffc82b;"'; } else { $favStarClasses = 'class="far fa-star" style="color: #a58118;"'; } ?> station_id; ?>" title="= __("mark/unmark as favorite"); ?>" > | station_id; ?>" class="btn btn-danger btn-sm" title== __("Empty Log"); ?> onclick="return confirm('');"> | station_active != 1) { $cnfmsg = sprintf(__("Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."), $row->station_profile_name); ?> station_id; ?>" class="btn btn-danger btn-sm" title== __("Delete"); ?> onclick="return confirm('= $cnfmsg ?>');"> |