Skip to content

Commit c1e516f

Browse files
2 parents 4189106 + 4f09e0f commit c1e516f

File tree

2 files changed

+246
-1
lines changed

2 files changed

+246
-1
lines changed
Lines changed: 245 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
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 role="rowgroup" class="nhsuk-table__head">
24+
<tr role="row">
25+
<th role="columnheader" class="" scope="col">
26+
Name
27+
</th>
28+
<th role="columnheader" class="" scope="col">
29+
Matched
30+
</th>
31+
<th role="columnheader" class="" scope="col">
32+
Age
33+
</th>
34+
<th role="columnheader" class="" scope="col">
35+
In catchment
36+
</th>
37+
<th role="columnheader" class="" scope="col">
38+
39+
</th>
40+
</tr>
41+
</thead>
42+
<tbody class="nhsuk-table__body">
43+
<tr role="row" class="nhsuk-table__row">
44+
<td role="cell" class="nhsuk-table__cell">
45+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Toby Bull
46+
</td>
47+
<td role="cell" class="nhsuk-table__cell">
48+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
49+
</td>
50+
<td role="cell" class="nhsuk-table__cell">
51+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>22
52+
</td>
53+
<td role="cell" class="nhsuk-table__cell">
54+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
55+
</td>
56+
<td role="cell" class="nhsuk-table__cell">
57+
<a href="reg-detail-multi-detail">View details</a>
58+
</td>
59+
</tr>
60+
61+
<tr role="row" class="nhsuk-table__row">
62+
<td role="cell" class="nhsuk-table__cell">
63+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Michael Chambers
64+
</td>
65+
<td role="cell" class="nhsuk-table__cell">
66+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Matched
67+
</td>
68+
<td role="cell" class="nhsuk-table__cell">
69+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>14
70+
</td>
71+
<td role="cell" class="nhsuk-table__cell">
72+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Out of catchment
73+
</td>
74+
<td role="cell" class="nhsuk-table__cell">
75+
<a href="reg-detail-multi-detail-child">View details</a>
76+
</td>
77+
</tr>
78+
<tr role="row" class="nhsuk-table__row">
79+
<td role="cell" class="nhsuk-table__cell">
80+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Gwyn West
81+
</td>
82+
<td role="cell" class="nhsuk-table__cell">
83+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
84+
</td>
85+
<td role="cell" class="nhsuk-table__cell">
86+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>19
87+
</td>
88+
<td role="cell" class="nhsuk-table__cell">
89+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
90+
</td>
91+
<td role="cell" class="nhsuk-table__cell">
92+
<a href="#">View details</a>
93+
</td>
94+
</tr>
95+
96+
<tr role="row" class="nhsuk-table__row">
97+
<td role="cell" class="nhsuk-table__cell">
98+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Jodie Lodge
99+
</td>
100+
<td role="cell" class="nhsuk-table__cell">
101+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
102+
</td>
103+
<td role="cell" class="nhsuk-table__cell">
104+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>21
105+
</td>
106+
<td role="cell" class="nhsuk-table__cell">
107+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
108+
</td>
109+
<td role="cell" class="nhsuk-table__cell">
110+
<a href="#">View details</a>
111+
</td>
112+
</tr>
113+
<tr role="row" class="nhsuk-table__row">
114+
<td role="cell" class="nhsuk-table__cell">
115+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Geofrey Okonkwo
116+
</td>
117+
<td role="cell" class="nhsuk-table__cell">
118+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
119+
</td>
120+
<td role="cell" class="nhsuk-table__cell">
121+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>29
122+
</td>
123+
<td role="cell" class="nhsuk-table__cell">
124+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
125+
</td>
126+
<td role="cell" class="nhsuk-table__cell">
127+
<a href="#">View details</a>
128+
</td>
129+
</tr>
130+
131+
<tr role="row" class="nhsuk-table__row">
132+
<td role="cell" class="nhsuk-table__cell">
133+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Name</span>Gaspar Mico
134+
</td>
135+
<td role="cell" class="nhsuk-table__cell">
136+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Yes
137+
</td>
138+
<td role="cell" class="nhsuk-table__cell">
139+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>69
140+
</td>
141+
<td role="cell" class="nhsuk-table__cell">
142+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
143+
</td>
144+
<td role="cell" class="nhsuk-table__cell">
145+
<a href="#">View details</a>
146+
</td>
147+
</tr>
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>Jessica Francis Weir
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">Age</span>15
157+
</td>
158+
<td role="cell" class="nhsuk-table__cell">
159+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
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>Liz O'Callaghan
169+
</td>
170+
<td role="cell" class="nhsuk-table__cell">
171+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Matched</span>Not matched
172+
</td>
173+
<td role="cell" class="nhsuk-table__cell">
174+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">Age</span>19
175+
</td>
176+
<td role="cell" class="nhsuk-table__cell">
177+
<span class="nhsuk-table-responsive__heading" aria-hidden="true">In catchment</span>Yes
178+
</td>
179+
<td role="cell" class="nhsuk-table__cell">
180+
<a href="#">View details</a>
181+
</td>
182+
</tr>
183+
184+
</tbody>
185+
</table>
186+
187+
<nav class="nhsuk-pagination" role="navigation" aria-label="Pagination">
188+
<ul class="nhsuk-list nhsuk-pagination__list">
189+
<li class="gpreg-pagination-item--previous">
190+
<a class="nhsuk-pagination__link nhsuk-pagination__link--prev" href="reg-table-v2-yes-no">
191+
<span class="nhsuk-pagination__title">Previous</span>
192+
<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">
193+
<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" />
194+
</svg>
195+
</a>
196+
</li>
197+
<li class="gpreg-pagination-item--next">
198+
<a class="nhsuk-pagination__link nhsuk-pagination__link--next" href="#">
199+
<span class="nhsuk-pagination__title">Next</span>
200+
<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">
201+
<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" />
202+
</svg>
203+
</a>
204+
</li>
205+
</ul>
206+
</nav>
207+
208+
<h2 class="nhsuk-heading-l nhsuk-u-padding-top-6">Support</h2>
209+
<p>For service support, <strong>email <a href="">[email protected]</a></strong> or <br><strong>call 03003035035</strong>. Support is available 24 hours a day, 7 days a week.</p>
210+
211+
</div>
212+
</div>
213+
214+
<style>
215+
.gpreg-pagination-item--previous {
216+
float: left;
217+
margin-right: 32px;
218+
padding-left: 32px;
219+
}
220+
221+
.gpreg-icon--arrow-left {
222+
position: absolute;
223+
top: -2px;
224+
left: -38px;
225+
}
226+
227+
.gpreg-pagination-item--next {
228+
float: left;
229+
}
230+
231+
.gpreg-icon--arrow-right {
232+
position: absolute;
233+
top: -2px;
234+
right: -38px;
235+
}
236+
</style>
237+
238+
239+
240+
{% endblock %}
241+
242+
{% block pageScripts %}
243+
244+
245+
{% endblock %}

app/views/reg-portal/reg-table-v2-yes-no.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1 class="nhsuk-heading-xl">View patient details</h1>
195195
</a>
196196
</li>-->
197197
<li class="gpreg-pagination-item--next">
198-
<a class="nhsuk-pagination__link nhsuk-pagination__link--next" href="#">
198+
<a class="nhsuk-pagination__link nhsuk-pagination__link--next" href="reg-table-v2-yes-no-page-2">
199199
<span class="nhsuk-pagination__title">Next</span>
200200
<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">
201201
<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" />

0 commit comments

Comments
 (0)