From c6d5ceaac95ee98df074f6ad04653cf64b21eccb Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 24 Apr 2025 16:10:56 +0000 Subject: [PATCH] Views --- application/views/adif/data/dcl.php | 11 +++++ application/views/dcl_views/import.php | 60 ++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 application/views/adif/data/dcl.php create mode 100644 application/views/dcl_views/import.php diff --git a/application/views/adif/data/dcl.php b/application/views/adif/data/dcl.php new file mode 100644 index 000000000..83076d77c --- /dev/null +++ b/application/views/adif/data/dcl.php @@ -0,0 +1,11 @@ +Wavelog ADIF export +3.1.5 +config->item('app_name')); ?>>config->item('app_name')."\r\n"; ?> +optionslib->get_option('version')); ?>>optionslib->get_option('version')."\r\n"; ?> + + +result() as $qso) { + echo $this->adifhelper->getAdifLine($qso); +} diff --git a/application/views/dcl_views/import.php b/application/views/dcl_views/import.php new file mode 100644 index 000000000..9b28f893c --- /dev/null +++ b/application/views/dcl_views/import.php @@ -0,0 +1,60 @@ +
+ +

-

+ + + + + +
+
+
+ + + load->view('layout/messages'); ?> + + + + +config->item('disable_manual_dcl')) { ?> +
+
+ + +

+

:

+
+
+ +
+
+
+
+
+ + result() as $call) { + $options[$call->callsign] = $call->callsign; + } + ksort($options); + array_unshift($options, __("All")); + echo form_dropdown('callsign', $options, 'All'); + ?> +
+
+
+ +

+
+ + + " /> + + +
+
+ +