Skip to content

Commit 20247a8

Browse files
Removing Ednie
1 parent 5e14cc6 commit 20247a8

File tree

4 files changed

+308
-3
lines changed

4 files changed

+308
-3
lines changed
Lines changed: 305 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
1+
{% extends 'reg-portal/layout.html' %}
2+
3+
{% block pageTitle %}
4+
6 new registrations - GP registrations portal - NHS
5+
{% endblock %}
6+
7+
{% block content %}
8+
9+
<div class="nhsuk-grid-row">
10+
<div class="nhsuk-grid-column-full">
11+
12+
{{ backLink({
13+
text: "Return to dashboard",
14+
href: "dashboard"
15+
}) }}
16+
17+
18+
<h1 class="nhsuk-heading-xl">View patient details</h1>
19+
<p>View details of patient registration requests from the last 90 days.</p>
20+
21+
22+
<table role="table" class="nhsuk-table-responsive">
23+
<thead class="nhsuk-table__head">
24+
<tr role="row">
25+
26+
<th role="columnheader" scope="col" class="govuk-table__header" aria-sort="none">
27+
<button type="button" data-index="0">Name<svg width="22" height="22" focusable="false" aria-hidden="true" role="img" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
28+
<path d="M8.1875 9.5L10.9609 3.95703L13.7344 9.5H8.1875Z" fill="currentColor"></path>
29+
<path d="M13.7344 12.0781L10.9609 17.6211L8.1875 12.0781H13.7344Z" fill="currentColor"></path>
30+
</svg>
31+
</button>
32+
</th>
33+
34+
<th role="columnheader" scope="col" class="govuk-table__header" aria-sort="none">
35+
<button type="button" data-index="1">Matched<svg width="22" height="22" focusable="false" aria-hidden="true" role="img" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
36+
<path d="M8.1875 9.5L10.9609 3.95703L13.7344 9.5H8.1875Z" fill="currentColor"></path>
37+
<path d="M13.7344 12.0781L10.9609 17.6211L8.1875 12.0781H13.7344Z" fill="currentColor"></path>
38+
</svg>
39+
</button>
40+
</th>
41+
42+
<th role="columnheader" scope="col" class="govuk-table__header govuk-table__header--numeric" aria-sort="none">
43+
<button type="button" data-index="3">Catchment<svg width="22" height="22" focusable="false" aria-hidden="true" role="img" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
44+
<path d="M8.1875 9.5L10.9609 3.95703L13.7344 9.5H8.1875Z" fill="currentColor"></path>
45+
<path d="M13.7344 12.0781L10.9609 17.6211L8.1875 12.0781H13.7344Z" fill="currentColor"></path>
46+
</svg>
47+
</button>
48+
</th>
49+
50+
<th role="columnheader" scope="col" class="govuk-table__header govuk-table__header--numeric" aria-sort="none">
51+
<a href="reg-table-v2-yes-no-sorted">
52+
<button type="button" data-index="3">Alerts<svg width="22" height="22" focusable="false" aria-hidden="true" role="img" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
53+
<path d="M8.1875 9.5L10.9609 3.95703L13.7344 9.5H8.1875Z" fill="currentColor"></path>
54+
<path d="M13.7344 12.0781L10.9609 17.6211L8.1875 12.0781H13.7344Z" fill="currentColor"></path>
55+
</svg>
56+
</button>
57+
</a>
58+
</th>
59+
60+
<th role="columnheader" class="" scope="col"></th>
61+
62+
</tr>
63+
</thead>
64+
65+
<style>
66+
.govuk-table__header {
67+
padding: 10px 20px 10px 0;
68+
text-align: left;
69+
vertical-align: top;
70+
}
71+
72+
[aria-sort] button, [aria-sort] button:hover {
73+
align-items: center;
74+
background-color: initial;
75+
border-width: 0;
76+
box-shadow: 0 0 0 0;
77+
color: #005ea5;
78+
cursor: pointer;
79+
display: inline-flex;
80+
font-family: inherit;
81+
font-size: inherit;
82+
font-size: 1em;
83+
font-weight: inherit;
84+
margin: 0;
85+
padding: 0;
86+
position: relative;
87+
text-align: inherit;
88+
}
89+
</style>
90+
91+
<tbody class="nhsuk-table__body">
92+
<tr role="row" class="nhsuk-table__row">
93+
<td role="cell" class="nhsuk-table__cell">
94+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Thom Shirt
95+
</td>
96+
<td role="cell" class="nhsuk-table__cell">
97+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
98+
</td>
99+
<td role="cell" class="nhsuk-table__cell">
100+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
101+
</td>
102+
<td role="cell" class="nhsuk-table__cell" style="color: #4c6272!important;">
103+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>No alerts
104+
</td>
105+
<td role="cell" class="nhsuk-table__cell">
106+
<a href="#">View details</a>
107+
</td>
108+
</tr>
109+
110+
<tr role="row" class="nhsuk-table__row">
111+
<td role="cell" class="nhsuk-table__cell">
112+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Jane Jones
113+
</td>
114+
<td role="cell" class="nhsuk-table__cell">
115+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Not matched
116+
</td>
117+
<td role="cell" class="nhsuk-table__cell">
118+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
119+
</td>
120+
<td role="cell" class="nhsuk-table__cell">
121+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>
122+
<strong class="nhsuk-tag nhsuk-tag--yellow">
123+
3 Alerts
124+
</strong>
125+
</td>
126+
<td role="cell" class="nhsuk-table__cell">
127+
<a href="reg-detail-multi-detail-child">View details</a>
128+
</td>
129+
</tr>
130+
<tr role="row" class="nhsuk-table__row">
131+
<td role="cell" class="nhsuk-table__cell">
132+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Justin Girdler
133+
</td>
134+
<td role="cell" class="nhsuk-table__cell">
135+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
136+
</td>
137+
<td role="cell" class="nhsuk-table__cell">
138+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
139+
</td>
140+
<td role="cell" class="nhsuk-table__cell" style="color: #4c6272!important;">
141+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>No alerts
142+
</td>
143+
<td role="cell" class="nhsuk-table__cell">
144+
<a href="#">View details</a>
145+
</td>
146+
</tr>
147+
148+
<tr role="row" class="nhsuk-table__row">
149+
<td role="cell" class="nhsuk-table__cell">
150+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Victoria Shirt
151+
</td>
152+
<td role="cell" class="nhsuk-table__cell">
153+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
154+
</td>
155+
<td role="cell" class="nhsuk-table__cell">
156+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
157+
</td>
158+
<td role="cell" class="nhsuk-table__cell" style="color: #4c6272!important;">
159+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>No alerts
160+
</td>
161+
<td role="cell" class="nhsuk-table__cell">
162+
<a href="#">View details</a>
163+
</td>
164+
</tr>
165+
166+
<tr role="row" class="nhsuk-table__row">
167+
<td role="cell" class="nhsuk-table__cell">
168+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Philip Wilson
169+
</td>
170+
<td role="cell" class="nhsuk-table__cell">
171+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
172+
</td>
173+
<td role="cell" class="nhsuk-table__cell">
174+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
175+
</td>
176+
<td role="cell" class="nhsuk-table__cell">
177+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>
178+
<strong class="nhsuk-tag nhsuk-tag--yellow">
179+
1 Alert
180+
</strong>
181+
</td>
182+
<td role="cell" class="nhsuk-table__cell">
183+
<a href="#">View details</a>
184+
</td>
185+
</tr>
186+
<tr role="row" class="nhsuk-table__row">
187+
<td role="cell" class="nhsuk-table__cell">
188+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>James Briggs
189+
</td>
190+
<td role="cell" class="nhsuk-table__cell">
191+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
192+
</td>
193+
<td role="cell" class="nhsuk-table__cell">
194+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
195+
</td>
196+
<td role="cell" class="nhsuk-table__cell" style="color: #4c6272!important;">
197+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>No alerts
198+
</td>
199+
<td role="cell" class="nhsuk-table__cell">
200+
<a href="#">View details</a>
201+
</td>
202+
</tr>
203+
204+
<tr role="row" class="nhsuk-table__row">
205+
<td role="cell" class="nhsuk-table__cell">
206+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Philip Muggeridge
207+
</td>
208+
<td role="cell" class="nhsuk-table__cell">
209+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Not matched
210+
</td>
211+
<td role="cell" class="nhsuk-table__cell">
212+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
213+
</td>
214+
<td role="cell" class="nhsuk-table__cell" style="color: #4c6272!important;">
215+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>No alerts
216+
</td>
217+
<td role="cell" class="nhsuk-table__cell">
218+
<a href="#">View details</a>
219+
</td>
220+
</tr>
221+
222+
<tr role="row" class="nhsuk-table__row">
223+
<td role="cell" class="nhsuk-table__cell">
224+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Michael Chambers
225+
</td>
226+
<td role="cell" class="nhsuk-table__cell">
227+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
228+
</td>
229+
<td role="cell" class="nhsuk-table__cell">
230+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Out of catchment
231+
</td>
232+
<td role="cell" class="nhsuk-table__cell" style="color: #4c6272!important;">
233+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Alerts</span>No alerts
234+
</td>
235+
<td role="cell" class="nhsuk-table__cell">
236+
<a href="reg-detail-multi-detail-child">View details</a>
237+
</td>
238+
</tr>
239+
240+
</tbody>
241+
</table>
242+
243+
<nav class="nhsuk-pagination" role="navigation" aria-label="Pagination">
244+
<ul class="nhsuk-list nhsuk-pagination__list">
245+
<!--<li class="gpreg-pagination-item--previous">
246+
<a class="nhsuk-pagination__link nhsuk-pagination__link--prev" href="#">
247+
<span class="nhsuk-pagination__title">Previous<span class="nhsuk-u-visually-hidden"> page</span></span>
248+
<svg class="nhsuk-icon gpreg-icon--arrow-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
249+
<path d="M10.7 6.3c.4.4.4 1 0 1.4L7.4 11H19a1 1 0 0 1 0 2H7.4l3.3 3.3c.4.4.4 1 0 1.4a1 1 0 0 1-1.4 0l-5-5A1 1 0 0 1 4 12c0-.3.1-.5.3-.7l5-5a1 1 0 0 1 1.4 0Z" />
250+
</svg>
251+
</a>
252+
</li>-->
253+
<li class="gpreg-pagination-item--next">
254+
{% if (data['name-approved'] === "Sam Smith") %}
255+
<a class="nhsuk-pagination__link nhsuk-pagination__link--next" href="reg-table-v2-yes-no-page-2-minus-sam">
256+
{% else %}
257+
<a class="nhsuk-pagination__link nhsuk-pagination__link--next" href="reg-table-v2-yes-no-page-2">
258+
{% endif %}
259+
<span class="nhsuk-pagination__title">Next<span class="nhsuk-u-visually-hidden"> page</span></span>
260+
<svg class="nhsuk-icon gpreg-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
261+
<path d="m14.7 6.3 5 5c.2.2.3.4.3.7 0 .3-.1.5-.3.7l-5 5a1 1 0 0 1-1.4-1.4l3.3-3.3H5a1 1 0 0 1 0-2h11.6l-3.3-3.3a1 1 0 1 1 1.4-1.4Z" />
262+
</svg>
263+
</a>
264+
</li>
265+
</ul>
266+
</nav>
267+
268+
<h2 class="nhsuk-heading-l nhsuk-u-padding-top-6">Support</h2>
269+
<p>You can contact us by raising a Service Now ticket in NHS Profile Manager.</p>
270+
271+
</div>
272+
</div>
273+
274+
<style>
275+
.gpreg-pagination-item--previous {
276+
float: left;
277+
margin-right: 32px;
278+
padding-left: 32px;
279+
}
280+
281+
.gpreg-icon--arrow-left {
282+
position: absolute;
283+
top: -2px;
284+
left: -38px;
285+
}
286+
287+
.gpreg-pagination-item--next {
288+
float: left;
289+
}
290+
291+
.gpreg-icon--arrow-right {
292+
position: absolute;
293+
top: -2px;
294+
right: -38px;
295+
}
296+
</style>
297+
298+
299+
300+
{% endblock %}
301+
302+
{% block pageScripts %}
303+
304+
305+
{% endblock %}

app/views/reg-portal/research-10-25/reg-table-v2-yes-no-page-2-minus-sam.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1 class="nhsuk-heading-xl">View patient details</h1>
9595
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Michael Chambers
9696
</td>
9797
<td role="cell" class="nhsuk-table__cell">
98-
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Matched
98+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
9999
</td>
100100
<td role="cell" class="nhsuk-table__cell">
101101
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Out of catchment

app/views/reg-portal/research-10-25/reg-table-v2-yes-no-page-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1 class="nhsuk-heading-xl">View patient details</h1>
112112
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Michael Chambers
113113
</td>
114114
<td role="cell" class="nhsuk-table__cell">
115-
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Matched
115+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
116116
</td>
117117
<td role="cell" class="nhsuk-table__cell">
118118
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Out of catchment

app/views/reg-portal/research-10-25/reject-confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
{{ backLink({
1919
text: "Return to new registrations",
20-
href: "reg-table-v2-yes-no3"
20+
href: "reg-table-v2-yes-no-2"
2121
}) }}
2222

2323
<div class="nhsuk-panel nhsuk-panel--reject">

0 commit comments

Comments
 (0)