From 248db8d9e17b5b522ae08b83aad109d8bf6717e8 Mon Sep 17 00:00:00 2001 From: David Evans Date: Thu, 12 Mar 2026 13:53:42 +0000 Subject: [PATCH] content and search --- .../current/layouts/layout-search-sticky.html | 174 ++++++++++++ app/views/current/search-results-viz-all.html | 96 ++++--- app/views/current/search-sticky.html | 266 ++++++++++++++++++ app/views/current/search.html | 158 ++++------- 4 files changed, 548 insertions(+), 146 deletions(-) create mode 100755 app/views/current/layouts/layout-search-sticky.html create mode 100755 app/views/current/search-sticky.html diff --git a/app/views/current/layouts/layout-search-sticky.html b/app/views/current/layouts/layout-search-sticky.html new file mode 100755 index 0000000..603b7fb --- /dev/null +++ b/app/views/current/layouts/layout-search-sticky.html @@ -0,0 +1,174 @@ + +{% extends "prototype-kit-template.njk" %} +{% block head %} + + +{% endblock %} + +{% block header %} +{{ header({ + logo: { + href: "/", + ariaLabel: "Search and evaluate medical technologies" + }, + service: { + text: "Search and evaluate medical technologies", + href: "/" + }, + account: { + items: [ + { + text: "Kelvin Simpson (Regional Manager)", + icon: true + }, + { + text: "Log out", + href: "#" + } + ] + }, + navigation: { + items: [ + { + text: "Dashboard", + href: "dashboard" + }, + { + text: "", + href: "#" + }, + { + text: "Search", + href: "search" + } + ] + } +}) }} + + +
+
+
+
+
+

Search

+

Search and evaluate medical technologies

+
+
+
+ + + +
+
+
+
+
+
+
+
+ + + + +{% endblock %} + +{% block footer %} + {% include "includes/footer.html" %} +{% endblock %} + +{% block bodyEnd %} + + + + + + {% block scripts %} + {% include "includes/scripts.html" %} + {% block pageScripts %}{% endblock %} + {% endblock %} +{% endblock %} \ No newline at end of file diff --git a/app/views/current/search-results-viz-all.html b/app/views/current/search-results-viz-all.html index c0603d0..502bd75 100644 --- a/app/views/current/search-results-viz-all.html +++ b/app/views/current/search-results-viz-all.html @@ -134,52 +134,58 @@

Subcategory

Supplier market share

Advanced dressings only · 52 products

-
- + + +
+ + + + + +
+
+
+
+

Smith and Nephew

+

38% · 20 products

+
+
+
+
+
+
+

Mölnlycke Health Care

+

29% · 15 products

+
+
+
+
+
+
+

ConvaTec

+

21% · 11 products

+
+
+
+
+
+
+

Others

+

12% · 6 products

+
+
+
+
-
-
-
-
-

Smith+Nephew

-

38% · 20 products

-
-
-
-
-
-
-

Mölnlycke Health Care

-

29% · 15 products

-
-
-
-
-
-
-

ConvaTec

-

21% · 11 products

-
-
-
-
-
-
-

Others

-

12% · 6 products

-
-
-
-
-
+
diff --git a/app/views/current/search-sticky.html b/app/views/current/search-sticky.html new file mode 100755 index 0000000..83f0e8d --- /dev/null +++ b/app/views/current/search-sticky.html @@ -0,0 +1,266 @@ + + + +{% extends prototypeVersion + '/layouts/layout-search-sticky.html' %} + +{% set pageName = "Search and evaluate medical technologies" %} +{% set serviceHeader = "NHS medtech procurement" %} +{% set serviceDescription = "Search and evaluate medical technologies" %} + +{% block beforeContent %} +{% endblock %} + +{% block content %} + + + + +
+ + +
+

Common searches

+

Recently searched across NHS trusts similar to yours

+ +
+ + +
+

Your activity

+
+
+
+
+

Your recently viewed items

+ +
+
+
+ +
+
+ +
+ +
+ + + + +
+
+ +

Browse by care setting

+

Explore what's available in care settings like yours.

+ + + +
+
+ +
+
+ +

Browse by category

+

Explore what's available and see which products other trusts use.

+ +
    +
  • +
    +
    +

    + Orthopaedic implants +

    +

    Hip, knee, shoulder replacements and trauma fixation devices

    +

    247 products · 89 trust evaluations

    +
    +
    +
  • +
  • +
    +
    +

    + Wound care +

    +

    Dressings, negative pressure therapy and skin substitutes

    +

    183 products · 56 trust evaluations

    +
    +
    +
  • +
  • +
    +
    +

    + Diabetes technology +

    +

    Insulin pumps, continuous glucose monitors and smart pens

    +

    94 products · 112 trust evaluations

    +
    +
    +
  • +
  • +
    +
    +

    + Diagnostic imaging +

    +

    MRI, CT, ultrasound and X-ray equipment

    +

    156 products · 34 trust evaluations

    +
    +
    +
  • +
  • +
    +
    +

    + Surgical instruments +

    +

    Robotic systems, endoscopes and single-use instruments

    +

    312 products · 67 trust evaluations

    +
    +
    +
  • +
  • + +
  • +
+ +
+
+ +
+ + + + +
+
+ +

New to medical technology procurement?

+

Not sure where to start? These resources help you understand what to look for when evaluating medical technologies.

+ +
+
+

+ Value-based procurement explained +

+

+ Move beyond lowest-price decisions and evaluate products on outcomes, safety, integration and sustainability. +

+
+
+ +
+
+

+ What makes good evidence? +

+

+ Learn the difference between NICE guidance, ODEP ratings, clinical trials and trust evaluations — and when each matters for your decision. +

+
+
+ +
+
+

+ Questions to ask other trusts +

+

+ Find out what questions procurement leads and clinical engineers ask their peers about their experience. +

+
+
+ +
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/views/current/search.html b/app/views/current/search.html index b10bdaa..fa6112f 100755 --- a/app/views/current/search.html +++ b/app/views/current/search.html @@ -1,7 +1,7 @@ -{% extends prototypeVersion + '/layouts/layout-search.html' %} +{% extends prototypeVersion + '/layouts/layout-search-sticky.html' %} {% set pageName = "Search and evaluate medical technologies" %} {% set serviceHeader = "NHS medtech procurement" %} @@ -13,95 +13,68 @@ {% block content %} - + +
+ +
+

Common searches

+

Recently searched across NHS trusts similar to yours

+ +
- -

Your activity

-
-
-
-
-

Your recently viewed items

- -
-
-
-
- + +
+

Your activity

+
+
+

Your recently viewed items

+
- -
- - - - - -
-
- - - - -

Common searches

-

- Recently searched across NHS trusts similar to yours -

- -
- +

- - - - - - -
+
- +

Browse by care setting

Explore what's available in care settings like yours.

-
@@ -121,7 +93,6 @@

Primary prescribing

-
@@ -131,7 +102,6 @@

Ambulance

-
@@ -139,36 +109,31 @@

- A & E + A & E

-
  • -

    - - View all care settings - -

    - + + View all care settings +
  • +

    + - - -
    - +

    Browse by category

    Explore what's available and see which products other trusts use.

    @@ -231,15 +196,12 @@

  • @@ -252,12 +214,10 @@

    - -
    - +

    New to medical technology procurement?

    Not sure where to start? These resources help you understand what to look for when evaluating medical technologies.

    @@ -271,7 +231,7 @@

    - +

    @@ -294,11 +254,7 @@

    - - +

    - - - {% endblock %} \ No newline at end of file