diff --git a/application/controllers/awards.php b/application/controllers/awards.php index 4f765b76..3ae33a37 100644 --- a/application/controllers/awards.php +++ b/application/controllers/awards.php @@ -60,7 +60,7 @@ class Awards extends CI_Controller { // Render Page $data['page_title'] = "Log View - DXCC"; - $data['filter'] = $a["Country"] . " and " . $a["Band"]; + $data['filter'] = str_replace("(and)", ", ", $q);//implode(", ", array_keys($a)); $this->load->view('layout/header', $data); $this->load->view('awards/dxcc/details'); $this->load->view('layout/footer'); diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php index f5c26711..27b667c3 100644 --- a/application/views/awards/cq/index.php +++ b/application/views/awards/cq/index.php @@ -5,53 +5,53 @@

CQ Zones worked:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " usemap="#CQ" border="0"> @@ -70,4 +70,10 @@ $('.zone_'+el).data('maphilight', {'alwaysOn':true}).trigger('alwaysOn.maphilight'); } + + Maps from JF9EXF site. +

Notes:

+ diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php index b9371f54..4b4b2c38 100644 --- a/application/views/awards/dxcc/index.php +++ b/application/views/awards/dxcc/index.php @@ -51,6 +51,7 @@ top: 40px; display: none; background-color: white; + border: 1px solid black; }