-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbatch-detail-in-progress.html
More file actions
255 lines (234 loc) · 8.27 KB
/
batch-detail-in-progress.html
File metadata and controls
255 lines (234 loc) · 8.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
{% extends 'layout.html' %}
{% set pageName = "West Berks mobile screening unit name" %}
{% from "_includes/primary-navigation.html" import primaryNavigation %}
{% block header %}
{{ primaryNavigation("Manage batches", serviceName) }}
{% endblock %}
{% block beforeContent %}
{{ breadcrumb({
items: [
{
href: "#",
text: "Home"
},
{
href: "/batches/",
text: "Manage batches"
}
]
}) }}
{% endblock %}
<!-- For adding page content -->
<!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
{% block content %}
<section>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full nhsuk-u-margin-bottom-6">
<span class="nhsuk-caption-m">HWO-standard-20251212</span>
<div class="app-card-editable">
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-1">
Chichester - Parklands
</h1>
<p class="nhsuk-u-padding-right-5 nhsuk-u-margin-bottom-1"><a href="#">Edit batch name</a></p>
</div>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-one-third">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h2 class="nhsuk-card__heading nhsuk-u-font-size-36 nhsuk-u-margin-bottom-1">
<span role="text">
1352
</span>
</h2>
<a href="#" class="nhsuk-card__link nhsuk-u-font-size-19">total participants</a>
</div>
</div>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<h2 class="nhsuk-heading-m">Participant breakdown</h2>
<ul class="nhsuk-grid-row nhsuk-card-group app-segmented-cards">
<li class="nhsuk-grid-column-one-quarter nhsuk-card-group__item">
{% call card({
clickable: true
}) %}
<div class="swatch hatching--standard" aria-hidden="true"></div>
<div>
<a href="/batches/participant-breakdown/standard" class="nhsuk-card__link">1330 standard</a>
</div>
{% endcall %}
</li>
<li class="nhsuk-grid-column-one-quarter nhsuk-card-group__item">
{% call card({
clickable: true
}) %}
<div class="swatch hatching--special" aria-hidden="true"></div>
<div>
<a href="/batches/participant-breakdown/special-requirements" class="nhsuk-card__link">12 special requirements</a>
</div>
{% endcall %}
</li>
<li class="nhsuk-grid-column-one-quarter nhsuk-card-group__item">
{% call card({
clickable: true
}) %}
<div class="swatch hatching--ceased" aria-hidden="true"></div>
<div>
<a href="#" class="nhsuk-card__link">5 ceased</a>
</div>
{% endcall %}
</li>
<li class="nhsuk-grid-column-one-quarter nhsuk-card-group__item">
{% call card({
clickable: true
}) %}
<div class="swatch hatching--high-risk" aria-hidden="true"></div>
<div>
<a href="#" class="nhsuk-card__link">5 very high risk (VHR)</a>
</div>
{% endcall %}
</li>
</ul>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
{% call details({
summaryHtml: '<h2 class="nhsuk-body-m">Further batch information</h2>'
}) %}
<p>Participants in this batch represent:</p>
<ul class="nhsuk-list">
<li><a href="#">16 postal outcodes</a></li>
<li><a href="#">4 GP practices</a></li>
</ul>
<p>Batch imported 14 December 2025</p>
{% endcall %}
</div>
</div>
<!--
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<h3 class="nhsuk-heading-s">Participant distribution by next test due date</h3>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<div class="app-batch-overview-sparkline">
<svg viewBox="0 0 960 64" width="960" height="64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="display:block;">
<defs>
<clipPath id="clip"><rect width="960" height="64"/></clipPath>
</defs>
<polygon points="0,64 0,26 96,24 192,10 288,28 384,38 480,12 576,30 672,40 768,26 864,24 960,24 960,64" fill="rgba(0,94,184,0.25)" clip-path="url(#clip)"/>
<polyline points="0,26 96,24 192,10 288,28 384,38 480,12 576,30 672,40 768,26 864,24 960,24" fill="none" stroke="#005eb8" stroke-width="3" stroke-linejoin="round" stroke-linecap="round" clip-path="url(#clip)"/>
</svg>
</div>
<div class="app-u-one-left-one-right nhsuk-u-margin-top-3">
<div>
<span class="nhsuk-caption-s">Earliest next test due date:</span>
<h3 class="nhsuk-heading-xs nhsuk-u-font-weight-normal">
28 February 2026
</h3>
</div>
<div>
<span class="nhsuk-caption-s">Latest:</span>
<h3 class="nhsuk-heading-xs nhsuk-u-font-weight-normal">
31 March 2026
</h3>
</div>
</div>
</div>
</div>
-->
</section>
<hr class="nhsuk-u-margin-0 nhsuk-u-margin-bottom-4">
<section>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<h2 class="nhsuk-heading-l">Batch progress</h2>
<div class="app-simple-progress-bar --generic nhsuk-u-padding-2" style="--percentage: 97%;">
{{ tag({
text: "1306 of 1352 dealt with",
classes: "nhsuk-tag--blue"
}) }}
</div>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full nhsuk-u-margin-bottom-2">
<h2 class="nhsuk-heading-s nhsuk-u-margin-top-4 nhsuk-u-margin-bottom-2">Appointed</h2>
<a href="/batches/participant-breakdown/standard" class="nhsuk-u-font-size-19">Standard</a>
</div>
</div>
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-3">
<div class="nhsuk-grid-column-two-thirds">
<div class="app-simple-progress-bar --standard nhsuk-u-padding-2" style="--percentage: 100%;">
{{ tag({
text: "1330 of 1330 appointed",
classes: "nhsuk-tag--green"
}) }}
</div>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full nhsuk-u-margin-bottom-2">
<a href="/batches/participant-breakdown/standard" class="nhsuk-u-font-size-19">Special requirements</a>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
<div class="app-simple-progress-bar --special nhsuk-u-padding-2" style="--percentage: 50%;">
{{ tag({
text: "6 of 12 appointed",
classes: "nhsuk-tag--orange"
}) }}
</div>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full nhsuk-u-margin-bottom-2">
<h2 class="nhsuk-heading-s nhsuk-u-margin-top-4 nhsuk-u-margin-bottom-2">Reconciled</h2>
<a href="#" class="nhsuk-u-font-size-19">Ceased</a>
</div>
</div>
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-3">
<div class="nhsuk-grid-column-two-thirds">
<div class="app-simple-progress-bar --ceased nhsuk-u-padding-2" style="--percentage: 0%;">
{{ tag({
text: "0 of 5 reconciled",
classes: "nhsuk-tag--grey"
}) }}
</div>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full nhsuk-u-margin-bottom-2">
<a href="#" class="nhsuk-u-font-size-19">Very high risk (VHR)</a>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
<div class="app-simple-progress-bar --vhr nhsuk-u-padding-2" style="--percentage: 0%;">
{{ tag({
text: "0 of 5 reconciled",
classes: "nhsuk-tag--red"
}) }}
</div>
</div>
</div>
</section>
<hr class="nhsuk-u-margin-0 nhsuk-u-margin-top-6 nhsuk-u-margin-bottom-4">
<section>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
{% call details({
summaryHtml: '<h2 class="nhsuk-body-m">Clinics associated with this batch</h2>'
}) %}
<p>No clinics associated with this batch</p>
{% endcall %}
</div>
</div>
</section>
{% endblock %}