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 eb0b328..777ac19 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 #}

@@ -201,7 +235,7 @@

Working with this supplier

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

Clinical trial data

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

Clinical trial data

{# Quick Links #}
- +

Related resources

@@ -493,7 +527,7 @@

Information shared by NHS organisations

{# Trust Evaluation 1 - Barts Health NHS Trust (Business case) #} -
+
Procured @@ -757,11 +791,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 #}