From 641c2913b3cb81801af9c66daf3cefcc06620148 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 27 Nov 2023 13:33:38 +0100 Subject: [PATCH 1/3] fixed other doubles of form-select --- application/views/accumulate/index.php | 4 ++-- application/views/activators/index.php | 6 +++--- application/views/csv/index.php | 2 +- application/views/dxatlas/index.php | 2 +- application/views/kml/index.php | 2 +- application/views/station_profile/create.php | 4 ++-- application/views/station_profile/edit.php | 4 ++-- application/views/timeline/index.php | 6 +++--- application/views/timeplotter/index.php | 6 +++--- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php index a91c5ae3..15136170 100644 --- a/application/views/accumulate/index.php +++ b/application/views/accumulate/index.php @@ -7,7 +7,7 @@
- ' . $band . ''."\n"; @@ -17,7 +17,7 @@
- result() as $mode){ diff --git a/application/views/activators/index.php b/application/views/activators/index.php index 255fbed3..d960ad8d 100644 --- a/application/views/activators/index.php +++ b/application/views/activators/index.php @@ -6,7 +6,7 @@
-
- @@ -29,7 +29,7 @@
-
- result() as $mode){ diff --git a/application/views/dxatlas/index.php b/application/views/dxatlas/index.php index 69847e5a..bfc8bfad 100644 --- a/application/views/dxatlas/index.php +++ b/application/views/dxatlas/index.php @@ -40,7 +40,7 @@
- result() as $mode){ diff --git a/application/views/kml/index.php b/application/views/kml/index.php index be3d8a7a..cc956de7 100644 --- a/application/views/kml/index.php +++ b/application/views/kml/index.php @@ -29,7 +29,7 @@
- result() as $mode){ diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index d08a5ede..bfd9b201 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -69,7 +69,7 @@
- @@ -127,7 +127,7 @@
- diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php index 0b1aa361..31034384 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -96,7 +96,7 @@
- @@ -156,7 +156,7 @@
- diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php index 89e341be..24c545d4 100644 --- a/application/views/timeline/index.php +++ b/application/views/timeline/index.php @@ -6,7 +6,7 @@
-
- result() as $mode){ @@ -40,7 +40,7 @@
- diff --git a/application/views/timeplotter/index.php b/application/views/timeplotter/index.php index 1197bad4..680e441a 100644 --- a/application/views/timeplotter/index.php +++ b/application/views/timeplotter/index.php @@ -6,7 +6,7 @@
- ' . $band . ''."\n"; @@ -16,7 +16,7 @@
- num_rows() > 0) { @@ -36,7 +36,7 @@
- Date: Mon, 27 Nov 2023 13:33:58 +0100 Subject: [PATCH 2/3] first fixes of quick lookup --- application/views/lookup/index.php | 41 ++++++++++++++++------------- application/views/lookup/result.php | 4 +-- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/application/views/lookup/index.php b/application/views/lookup/index.php index 19937838..35cfd4e0 100644 --- a/application/views/lookup/index.php +++ b/application/views/lookup/index.php @@ -1,5 +1,5 @@
- @@ -9,14 +9,25 @@
 
- - + + + + + + - - - @@ -86,10 +89,10 @@ - tag . '>' . $i->tag . ' - ' . $i->name . ''; } ?> @@ -97,6 +100,6 @@
 
-
-
-
+
+
+
\ No newline at end of file diff --git a/application/views/lookup/result.php b/application/views/lookup/result.php index a7492e69..f94e4a46 100644 --- a/application/views/lookup/result.php +++ b/application/views/lookup/result.php @@ -27,10 +27,10 @@ foreach ($result as $mode => $value) { $info = ''; if ($val == 'W') { - $info .= '
' . $linkinfo . '
'; + $info .= '
' . $linkinfo . '
'; } else if ($val == 'C') { - $info .= '
' . $linkinfo . '
'; + $info .= '
' . $linkinfo . '
'; } else { $info .= $val; From 8acf6e751baf1ed920cf44e5dbfd2598fe3f062a Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 27 Nov 2023 14:01:41 +0100 Subject: [PATCH 3/3] marging here and there --- application/views/lookup/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/lookup/index.php b/application/views/lookup/index.php index 35cfd4e0..927172fa 100644 --- a/application/views/lookup/index.php +++ b/application/views/lookup/index.php @@ -1,5 +1,5 @@
- @@ -98,7 +98,7 @@ ?> -
 
+