From b63ebc02be31b8d181ccaad7254771e56c19bee4 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:10:54 +0200 Subject: [PATCH] [Contest Logging] Started work on adding DOK to exchange --- application/controllers/Contesting.php | 1 + application/views/contesting/index.php | 19 +++++- assets/js/sections/contesting.js | 81 ++++++++++++-------------- 3 files changed, 53 insertions(+), 48 deletions(-) diff --git a/application/controllers/Contesting.php b/application/controllers/Contesting.php index 6beb4edf..0200380a 100644 --- a/application/controllers/Contesting.php +++ b/application/controllers/Contesting.php @@ -22,6 +22,7 @@ class Contesting extends CI_Controller { $this->load->model('contesting_model'); $data['my_gridsquare'] = $this->stations->find_gridsquare(); + $data['my_dok'] = ""; // For now, this is set to blank, but need function to get $data['radios'] = $this->cat->radios(); $data['modes'] = $this->modes->active(); $data['contestnames'] = $this->contesting_model->getActivecontests(); diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php index ddac3236..140d9a04 100644 --- a/application/views/contesting/index.php +++ b/application/views/contesting/index.php @@ -13,6 +13,9 @@