diff --git a/application/controllers/Simplefle.php b/application/controllers/Simplefle.php index 3c77ff2f..4e2b3c81 100644 --- a/application/controllers/Simplefle.php +++ b/application/controllers/Simplefle.php @@ -15,6 +15,7 @@ class SimpleFLE extends CI_Controller { $data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select $data['bands'] = $this->bands->get_all_bands(); // Fetching Bands for FLE $data['active_station_profile'] = $this->stations->find_active(); // Prepopulate active Station in Station Location Selector + $data['sat_active'] = array_search("SAT", $this->bands->get_user_bands(), true); $data['page_title'] = "Simple Fast Log Entry"; diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 915eca8a..498ceb22 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -1,50 +1,68 @@
-
-
- -

- -
+
+
+ +

+ +
- session->flashdata('message')) { ?> - -
-

session->flashdata('message'); ?>

-
- + session->flashdata('message')) { ?> + +
+

session->flashdata('message'); ?>

+
+
-
-
+
+
+
+ +
+ + + +
+
+
+ +
+ +
+
- -
- - - -
-
- -
-
-
-
+
+
+
@@ -52,125 +70,97 @@
-
-
- - -
-
+
- - +
- +
-
-
-

Enter the data

- +
+
+
+
+ +
-
- QSO list -
- - - - - - - - - - - - - - - - - -
DateTimeCallsignBandModeRSRROp.SOTA/WFF
+ +
+ Test Satellite
- -
-
- -
-
- -
-
- -
-
- -
-
-
+
-
-
-
- General -
-
-
-
-
-
- QSO -
-
-
- - -
-
-
-
- - -
-
-
-
-
-
-
- Bands -
-
+ + +
-
-
-
+
+

Enter the data

+
+
+ QSO list +
+ + + + + + + + + + + + + + + + + +
DateTimeCallsignBandModeRSRROp.SOTA/WFF
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
\ No newline at end of file