diff --git a/htdocs/public/css/main.css b/htdocs/public/css/main.css index 4254328..d7fa822 100755 --- a/htdocs/public/css/main.css +++ b/htdocs/public/css/main.css @@ -252,6 +252,9 @@ a { .modal-content-header { width: 100%; height: 55px; + border-bottom: 1px solid #e9ecef; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; } .modal-content-body { @@ -556,10 +559,11 @@ input[type=submit]:hover { .horizontal-line { height: 1px; - margin: 0; + margin: 5px 0px 25px 0px; padding: 0; - background-color: lightgrey; + background-color: #e9ecef; clear: both; + margin-top: 3px; } diff --git a/htdocs/public/station/overview.php b/htdocs/public/station/overview.php index f8fca93..bd47579 100644 --- a/htdocs/public/station/overview.php +++ b/htdocs/public/station/overview.php @@ -1,6 +1,6 @@ -getObjectById($_GET['id']); ?> +getObjectById($_GET['id'] ?? null); ?> isExistingObject()) : ?> @@ -57,7 +57,7 @@ Raw packets -
 
+
 
@@ -449,8 +449,6 @@ getRelatedObjectListByStationId($station->id, 15); ?> 1) : ?> -
-
Related stations/objects:
@@ -464,15 +462,13 @@
+
getCloseByObjectListByStationId($station->id, 15); ?> 1) : ?> - -
-
Nearby stations/objects:
@@ -504,16 +500,14 @@
+
- -
1 || count($closeByStations) > 1) : ?>
 
-
-
 
+
 

This is the latest recevied packets stored in our database for station/object name; ?>. If no packets are shown the sender has not sent any packets the latest 24 hours. diff --git a/htdocs/public/station/statistics.php b/htdocs/public/station/statistics.php index 6d86500..ec935e0 100644 --- a/htdocs/public/station/statistics.php +++ b/htdocs/public/station/statistics.php @@ -1,6 +1,6 @@ -getObjectById($_GET['id']); ?> +getObjectById($_GET['id'] ?? null); ?> isExistingObject()) : ?> getSenderPacketPathSatistics($station->id, time() - (60*60*24*$days)); ?> @@ -49,7 +49,7 @@ Raw packets -

 
+
 

The communication statistics that we show here may differ from similar communication statistics on other websites, the reason is probably that this website is not collecting packets from the same APRS servers. Each APRS server performes duplicate filtering, and which packet that is considered to be a duplicate may differ depending on which APRS server you receive your data from. diff --git a/htdocs/public/station/telemetry.php b/htdocs/public/station/telemetry.php index ad3da20..7bd4ef5 100644 --- a/htdocs/public/station/telemetry.php +++ b/htdocs/public/station/telemetry.php @@ -1,6 +1,6 @@ -getObjectById($_GET['id']); ?> +getObjectById($_GET['id'] ?? null); ?> isExistingObject()) : ?> id ?>&imperialUnits=">Raw packets -

 
+
 
0) : ?> diff --git a/htdocs/public/station/weather.php b/htdocs/public/station/weather.php index 3a747ea..d52090c 100644 --- a/htdocs/public/station/weather.php +++ b/htdocs/public/station/weather.php @@ -1,6 +1,6 @@ -getObjectById($_GET['id']); ?> +getObjectById($_GET['id'] ?? null); ?> isExistingObject()) : ?> id ?>&imperialUnits=">Raw packets -
 
+
 
0) : ?>