Skip to content

Commit 2b24f7d

Browse files
committed
Render static site [skip ci]
1 parent 9817489 commit 2b24f7d

File tree

13 files changed

+1118
-26
lines changed

13 files changed

+1118
-26
lines changed

docs/codelist/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3 class="govuk-heading-m govuk-header__product-name">Planning permission speci
175175
<div class="govuk-grid-row">
176176
<div class="govuk-grid-column-two-thirds">
177177
<h1 class="govuk-heading-xl">Codelists</h1>
178-
<p class="govuk-body">Showing 47 codelists.</p>
178+
<p class="govuk-body">Showing 49 codelists.</p>
179179

180180
<ul class="govuk-list govuk-list--bullet">
181181

@@ -388,6 +388,12 @@ <h1 class="govuk-heading-xl">Codelists</h1>
388388
</div>
389389
</li>
390390

391+
<li>
392+
<a class="govuk-link" href="/planning-application-data-specification/codelist/schedule-day">Schedule day</a>
393+
<div class="govuk-hint">Days and special day categories used to describe when a schedule entry applies.
394+
</div>
395+
</li>
396+
391397
<li>
392398
<a class="govuk-link" href="/planning-application-data-specification/codelist/site-constraint">Site constraint</a>
393399
<div class="govuk-hint">Site constraints that may apply to a development site, such as conservation areas, national parks, or other protected areas.
@@ -400,6 +406,12 @@ <h1 class="govuk-heading-xl">Codelists</h1>
400406
</div>
401407
</li>
402408

409+
<li>
410+
<a class="govuk-link" href="/planning-application-data-specification/codelist/specification-profile">Specification profile</a>
411+
<div class="govuk-hint">Profiles used to define context-specific variations in how parts of the specification are applied.
412+
</div>
413+
</li>
414+
403415
<li>
404416
<a class="govuk-link" href="/planning-application-data-specification/codelist/surface-water-disposal-type">Surface water disposal type</a>
405417
<div class="govuk-hint">Types of systems or methods used to dispose of surface water from a development site, such as sustainable drainage, soakaway, or main sewer.
Lines changed: 337 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,337 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en" class="govuk-template govuk-template--rebranded">
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Codelist schedule-day</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
8+
<meta name="theme-color" content="#1d70b8">
9+
10+
11+
<link rel="shortcut icon" sizes="48x48" href="/planning-application-data-specification/static/images/favicon.ico" type="image/x-icon">
12+
<link rel="shortcut icon" sizes="32x32" href="/planning-application-data-specification/static/images/favicon-32x32.png" type="image/png">
13+
<link rel="shortcut icon" sizes="16x16" href="/planning-application-data-specification/static/images/favicon-16x16.png" type="image/png">
14+
<link rel="apple-touch-icon" href="/planning-application-data-specification/static/images/apple-touch-icon.png">
15+
16+
17+
18+
<meta name="digital-land:template" content="digital-land-frontend/base.jinja">
19+
20+
21+
<!-- Load the Design System CSS from design.planning -->
22+
<link rel="stylesheet" href="https://design.planning.data.gov.uk/static/stylesheets/application.css">
23+
<link rel="stylesheet" href="https://design.planning.data.gov.uk/static/stylesheets/vendor/accessible-autocomplete.css">
24+
<link rel="stylesheet" href="https://design.planning.data.gov.uk/static/stylesheets/vendor/moj-frontend.min.css">
25+
<link rel="stylesheet" href="https://digital-land.github.io/stylesheets/dl-frontend.css">
26+
<!-- Local styles for this viewer -->
27+
<link rel="stylesheet" href="/planning-application-data-specification/static/stylesheets/application.css">
28+
29+
30+
</head>
31+
<body class="govuk-template__body">
32+
<script>document.body.className += ' js-enabled' + ('noModule' in HTMLScriptElement.prototype ? ' govuk-frontend-supported' : '');</script>
33+
34+
35+
36+
37+
<a href="#main-content" class="govuk-skip-link" data-module="govuk-skip-link">Skip to main content</a>
38+
39+
40+
41+
42+
<div class="govuk-width-container">
43+
<div class="govuk-row">
44+
<div class="govuk-column-full govuk-!-padding-top-6 govuk-!-padding-bottom-6">
45+
<h3 class="govuk-heading-m govuk-header__product-name">Planning permission specifications</h3>
46+
</div>
47+
</div>
48+
</div>
49+
50+
51+
52+
53+
<div class="govuk-service-navigation"
54+
data-module="govuk-service-navigation">
55+
<div class="govuk-width-container">
56+
57+
<div class="govuk-service-navigation__container">
58+
59+
60+
61+
62+
63+
64+
65+
<nav aria-label="Menu" class="govuk-service-navigation__wrapper">
66+
67+
<button type="button" class="govuk-service-navigation__toggle govuk-js-service-navigation-toggle" aria-controls="navigation" hidden>
68+
Menu
69+
</button>
70+
71+
72+
<ul class="govuk-service-navigation__list" id="navigation" >
73+
74+
75+
76+
77+
78+
<li class="govuk-service-navigation__item">
79+
80+
<a class="govuk-service-navigation__link" href="/planning-application-data-specification/submission">
81+
82+
Submissions
83+
</a>
84+
85+
</li>
86+
87+
88+
89+
90+
<li class="govuk-service-navigation__item govuk-service-navigation__item--active">
91+
92+
<a class="govuk-service-navigation__link" href="/planning-application-data-specification/decision-stage" aria-current="page">
93+
94+
95+
<strong class="govuk-service-navigation__active-fallback">Decisions</strong>
96+
97+
</a>
98+
99+
</li>
100+
101+
102+
103+
104+
<li class="govuk-service-navigation__item">
105+
106+
<a class="govuk-service-navigation__link" href="/planning-application-data-specification/shared-elements">
107+
108+
Shared
109+
</a>
110+
111+
</li>
112+
113+
114+
</ul>
115+
</nav>
116+
117+
</div>
118+
119+
</div>
120+
</div>
121+
122+
123+
124+
125+
126+
127+
<div class="govuk-width-container">
128+
129+
130+
131+
132+
133+
134+
<div class="govuk-phase-banner">
135+
<p class="govuk-phase-banner__content">
136+
<strong class="govuk-tag govuk-phase-banner__content__tag">
137+
POC
138+
</strong>
139+
<span class="govuk-phase-banner__text">
140+
This is a proof of concept viewer for the planning permission specifications - your
141+
<a
142+
class="govuk-link"
143+
href="https://github.com/digital-land/planning-application-data-specification/issues/new"
144+
target="_blank"
145+
rel="noopener noreferrer"
146+
>feedback</a>
147+
will help us to improve it.
148+
</span>
149+
</p>
150+
</div>
151+
152+
153+
154+
155+
<nav class="govuk-breadcrumbs" aria-label="Breadcrumb">
156+
<ol class="govuk-breadcrumbs__list">
157+
158+
159+
<li class="govuk-breadcrumbs__list-item">
160+
<a class="govuk-breadcrumbs__link" href="/planning-application-data-specification/">Home</a>
161+
</li>
162+
163+
164+
165+
<li class="govuk-breadcrumbs__list-item">
166+
<a class="govuk-breadcrumbs__link" href="/planning-application-data-specification/codelist">Codelists</a>
167+
</li>
168+
169+
170+
171+
<li class="govuk-breadcrumbs__list-item" aria-current="page">Schedule day</li>
172+
173+
174+
</ol>
175+
</nav>
176+
177+
178+
179+
<main class="govuk-main-wrapper" id="main-content">
180+
181+
<div class="govuk-grid-row">
182+
<div class="govuk-grid-column-two-thirds">
183+
<span class="govuk-caption-xl">schedule-day</span>
184+
<h1 class="govuk-heading-xl">Schedule day</h1>
185+
<p class="govuk-body-l">Days and special day categories used to describe when a schedule entry applies.
186+
</p>
187+
188+
<dl class="govuk-summary-list">
189+
190+
<div class="govuk-summary-list__row">
191+
<dt class="govuk-summary-list__key">Fields</dt>
192+
<dd class="govuk-summary-list__value">
193+
<ul class="govuk-list govuk-list--bullet govuk-!-margin-bottom-0">
194+
195+
<li>reference</li>
196+
197+
<li>name</li>
198+
199+
<li>description</li>
200+
201+
</ul>
202+
</dd>
203+
</div>
204+
205+
206+
<div class="govuk-summary-list__row">
207+
<dt class="govuk-summary-list__key">Source</dt>
208+
<dd class="govuk-summary-list__value">
209+
<a class="govuk-link" href="data/codelist/schedule-day.csv">data/codelist/schedule-day.csv</a>
210+
</dd>
211+
</div>
212+
213+
</dl>
214+
</div>
215+
</div>
216+
217+
</main>
218+
</div>
219+
220+
221+
222+
223+
224+
225+
226+
227+
228+
229+
230+
231+
<footer class="govuk-footer">
232+
<div class="govuk-width-container">
233+
234+
235+
<div class="govuk-footer__meta">
236+
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
237+
238+
<h2 class="govuk-visually-hidden">Support links</h2>
239+
240+
<ul class="govuk-footer__inline-list">
241+
242+
<li class="govuk-footer__inline-list-item">
243+
<a class="govuk-footer__link" href="/cookies">
244+
Cookies
245+
</a>
246+
</li>
247+
248+
<li class="govuk-footer__inline-list-item">
249+
<a class="govuk-footer__link" href="/accessibility-statement">
250+
Accessibility statement
251+
</a>
252+
</li>
253+
254+
</ul>
255+
256+
257+
<div class="govuk-footer__meta-custom">
258+
The <a class="govuk-footer__link" href="https://github.com/digital-land/digital-land/">software</a> and <a class="govuk-footer__link" href="https://github.com/digital-land/digital-land/">data</a> used to build these pages is <a class="govuk-footer__link" href="https://github.com/digital-land/digital-land/blob/master/LICENSE">open source</a>.
259+
</div>
260+
261+
262+
<svg
263+
aria-hidden="true"
264+
focusable="false"
265+
class="govuk-footer__licence-logo"
266+
xmlns="http://www.w3.org/2000/svg"
267+
viewBox="0 0 483.2 195.7"
268+
height="17"
269+
width="41"
270+
>
271+
<path
272+
fill="currentColor"
273+
d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
274+
/>
275+
</svg>
276+
<span class="govuk-footer__licence-description">
277+
278+
All content is available under the
279+
<a
280+
class="govuk-footer__link"
281+
href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
282+
rel="license"
283+
>Open Government Licence v3.0</a>, except where otherwise stated
284+
285+
</span>
286+
</div>
287+
<div class="govuk-footer__meta-item">
288+
<a
289+
class="govuk-footer__link govuk-footer__copyright-logo"
290+
href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/"
291+
>
292+
293+
© Crown copyright
294+
295+
</a>
296+
</div>
297+
</div>
298+
</div>
299+
</footer>
300+
301+
302+
303+
304+
305+
306+
307+
308+
309+
<script src="/planning-application-data-specification/static/javascripts/digital-land-cookies.js"></script>
310+
<script async src='https://www.google-analytics.com/analytics.js'></script>
311+
312+
313+
314+
315+
316+
317+
<script src="https://design.planning.data.gov.uk/static/javascripts/govuk/govuk-frontend.js"></script>
318+
<script>
319+
// initiate all GOVUK components
320+
window.GOVUKFrontend.initAll();
321+
</script>
322+
323+
324+
325+
<script src="https://design.planning.data.gov.uk/static/javascripts/digital-land-frontend.js"></script>
326+
<script>
327+
window.DLFrontend.initAll();
328+
</script>
329+
330+
331+
332+
333+
334+
335+
336+
</body>
337+
</html>

0 commit comments

Comments
 (0)