From 7173dd856d7f8f3fb5c9dd1d151d4e48cdfd4348 Mon Sep 17 00:00:00 2001 From: David Evans Date: Mon, 9 Feb 2026 14:02:03 +0000 Subject: [PATCH] Add anchor links and evidence section to product pages - product-page: Add anchor IDs to sections for contents list navigation - product-page: Add evidence and documentation section above contact card - product-detail: Change all cards to single column in two-thirds width grid Co-Authored-By: Claude Opus 4.5 --- app/views/current/product-detail.html | 100 +++++++++++++++++------ app/views/current/product-page.html | 111 ++++++++++++++++++++++++-- 2 files changed, 179 insertions(+), 32 deletions(-) diff --git a/app/views/current/product-detail.html b/app/views/current/product-detail.html index 2eaad8a..51b81a6 100644 --- a/app/views/current/product-detail.html +++ b/app/views/current/product-detail.html @@ -76,7 +76,12 @@

{ href: "#evidence", text: "Evidence and documents" + }, + { + href: "#contact", + text: "Evaluation contact" } + ] }) }} @@ -190,10 +195,37 @@

-
+
+ + - {# Quick Links #} +
+ +

+ Related resources +

+ + + +
+ +
@@ -202,17 +234,15 @@

{# NHS TRUST TRIALS - CHARTS FIRST #} {# ============================================ #}
-
- +
+
- +

NHS trust trials at a glance

18 NHS trusts have trialled this product. Click any section for details.

-
- {# Outcome chart #} -
+

Trial outcomes

@@ -248,8 +278,8 @@

Trial outcomes

{# Regional chart #} -
-
+
+

By NHS region

@@ -303,7 +333,7 @@

By NHS region

{# Trust type chart #} -
+

Willing to discuss

@@ -336,7 +366,6 @@

Willing to discuss

-
@@ -345,8 +374,8 @@

Willing to discuss

{# DETAILED TRIAL LIST #} {# ============================================ #}
-
- +
+

Individual trust trials

Click on any trust to see their full trial report and contact details.

@@ -359,10 +388,9 @@

Individual trust trials

{# Trial cards - new format #} -
- + {# Trust 1 - Manchester #} -
+
@@ -424,7 +452,7 @@

Contact for peer discussion<

{# Trust 2 - Guy's and St Thomas' #} -
+
@@ -486,7 +514,7 @@

Contact for peer discussion<

{# Trust 3 - Birmingham #} -
+
@@ -548,7 +576,7 @@

Contact for peer discussion<

{# Trust 4 - Leeds (Under review) #} -
+
@@ -601,12 +629,6 @@

Contact for peer discussion<

- - - - -
-

Show all 18 trust trials →

@@ -659,4 +681,30 @@

Evidence and documentation

+ + {# Contact Information Card #} +
+
+ {% from "card/macro.njk" import card %} + +{% set cardDescriptionHtml %} +
    +
  • you disagree with with something on this page
  • +
  • you have a query about something on this page
  • +
  • you would like to amend something on this page
  • + +
+

In all instances, contact the team on 0330 2234 776 or email: enquiries@dhsc.gov.uk

+{% endset %} + +
+{{ card({ + type: "non-urgent", + heading: "You can contact us if:", + descriptionHtml: cardDescriptionHtml +}) }} +
+
+
+ {% endblock %} \ No newline at end of file diff --git a/app/views/current/product-page.html b/app/views/current/product-page.html index c055639..e128353 100644 --- a/app/views/current/product-page.html +++ b/app/views/current/product-page.html @@ -44,7 +44,41 @@

Clinical trial available

- {# Supplier Information #} + + {{ contentsList({ + items: [ + { + href: "#trials", + text: "Trust trials" + + }, + { + href: "#costs", + text: "Cost breakdown" + }, + { + href: "#contacts", + text: "Trust contacts" + } + , + { + href: "#tech-spec", + text: "Technical specifications" + } + , + { + href: "#evidence", + text: "Evidence and documents" + }, + { + href: "#contact", + text: "Evaluation contact" + } + + ] +}) }} + + {# Supplier Information Card #}

@@ -204,7 +238,7 @@

Working with this supplier

{# Technical Specifications - Collapsed by default #} -
+
View technical specifications @@ -373,7 +407,7 @@

Clinical trial data

{# Cost Analysis - Collapsed by default #} -
+
View cost analysis @@ -453,7 +487,7 @@

Clinical trial data

{# Quick Links #}
- +

Related resources

@@ -485,7 +519,7 @@

{# Trust Evaluations Section - ENHANCED #}
-

Evaluations from NHS trusts

+

Evaluations from NHS trusts

This product has been evaluated by 12 NHS trusts. These evaluations range from full clinical trials to pilot studies to quick desk reviews. Contact details are provided below for trusts who have agreed to share their experience.

@@ -496,7 +530,7 @@

Evaluations from NHS trusts

{# Trust Evaluation 1 - Barts Health NHS Trust (Business case) #} -
+
Procured @@ -760,11 +794,76 @@

Contact for peer discussion

Kerris is happy to discuss staff training and supplier experience

+
+{# ============================================ #} +{# EVIDENCE AND DOCUMENTATION #} +{# ============================================ #} +
+
+ +
+ +

Evidence and documentation

+ + + +
+
+ +{# Contact Information Card #} +
+
+ {% from "card/macro.njk" import card %} + +{% set cardDescriptionHtml %} +
    +
  • you disagree with with something on this page
  • +
  • you have a query about something on this page
  • +
  • you would like to amend something on this page
  • + +
+

In all instances, contact the team on 0330 2234 776 or email: enquiries@dhsc.gov.uk

+{% endset %} + +
+{{ card({ + type: "non-urgent", + heading: "You can contact us if:", + descriptionHtml: cardDescriptionHtml +}) }} +
+
+
{# Back to Search #}