-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af87872
commit 0cc792b
Showing
7 changed files
with
867 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,275 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="govuk-template "> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Quality Criteria | Planning Data</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> | ||
<meta name="theme-color" content="#0b0c0c"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
|
||
<link rel="shortcut icon" sizes="48x48" href="https://digital-land.github.io/images/favicon.ico" type="image/x-icon"> | ||
<link rel="shortcut icon" sizes="32x32" href="https://digital-land.github.io/images/favicon-32x32.png" type="image/png"> | ||
<link rel="shortcut icon" sizes="16x16" href="https://digital-land.github.io/images/favicon-16x16.png" type="image/png"> | ||
<link rel="apple-touch-icon" href="https://digital-land.github.io/images/apple-touch-icon.png"> | ||
|
||
|
||
|
||
<meta name="digital-land:template" content="dlf-base.html"> | ||
|
||
<link href="https://digital-land.github.io/stylesheets/dl-frontend.css" rel="stylesheet" /> | ||
|
||
|
||
|
||
<meta property="og:image" content="https://digital-land.github.io/images/govuk-opengraph-image.png"> | ||
</head> | ||
<body class="govuk-template__body "> | ||
<script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script> | ||
|
||
|
||
|
||
<a href="#main-content" class="govuk-skip-link">Skip to main content</a> | ||
|
||
|
||
|
||
<!-- Cookie banner partial version 1.0.1 --> | ||
<div id="global-cookie-message" class="govuk-clearfix global-cookie-message" data-module="cookie-banner" role="region" aria-label="cookie banner" data-nosnippet=""> | ||
|
||
<div id="cookie-banner" class="govuk-width-container"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<div class="cookie-banner__message govuk-!-margin-top-6"> | ||
<h2 class="govuk-heading-m">Tell us whether you accept cookies</h2> | ||
<p class="govuk-body">We use <a class="govuk-link" href="/cookies">cookies to collect information</a> about how you use the Digital Land website to make the website work as well as possible.</p> | ||
</div> | ||
<div class="cooke-banner__buttons govuk-grid-row"> | ||
<div class="govuk-grid-column-one-half"> | ||
<button class="govuk-button" onclick="acceptCookies();showCookieConfirmation();">Accept all cookies</button> | ||
</div> | ||
<div class="govuk-grid-column-one-half"> | ||
<a class="govuk-button" href="/cookies">Set cookie preferences</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="cookie-confirmation" class="govuk-width-container govuk-!-padding-top-6" tabindex="-1" style="display: none;"> | ||
<p class="cookie-banner__confirmation-message govuk-body">You’ve accepted all cookies. You can <a class="govuk-link" href="/cookies">change your cookie settings</a> at any time.</p> | ||
<button class="cookie-banner__hide-button govuk-button govuk-button--secondary" onclick="document.getElementById('cookie-confirmation').style.display='none';">Hide</button> | ||
</div> | ||
|
||
</div> | ||
<header id="global-header" class="govuk-header" data-module="govuk-header" role="banner"> | ||
<div class="govuk-header__container govuk-width-container"> | ||
<div class="header-proposition"> | ||
<div class="govuk-header__content"> | ||
<a href="/" class="govuk-header__link govuk-header__link--service-name">Planning and housing data in England</a> | ||
<nav class="govuk-header__navigation" aria-label="Menu"> | ||
<button type="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" aria-label="Show or hide menu" hidden>Menu</button> | ||
<ul id="navigation" class="govuk-header__navigation-list"> | ||
<li class="govuk-header__navigation-item"> | ||
<a class="govuk-header__link" href="https://design.planning.data.gov.uk">Design data</a> | ||
</li> | ||
<li class="govuk-header__navigation-item"> | ||
<a class="govuk-header__link" href="https://www.planning.data.gov.uk/guidance/">Provide data</a> | ||
</li> | ||
<li class="govuk-header__navigation-item"> | ||
<a class="govuk-header__link" href="https://www.planning.data.gov.uk">Use data</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
<div class="govuk-width-container "> | ||
|
||
|
||
<div class="govuk-breadcrumbs "> | ||
<ol class="govuk-breadcrumbs__list"> | ||
|
||
|
||
<li class="govuk-breadcrumbs__list-item"> | ||
<a class="govuk-breadcrumbs__link" href="../../">Specification</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="govuk-breadcrumbs__list-item"> | ||
<a class="govuk-breadcrumbs__link" href="../">Field</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="govuk-breadcrumbs__list-item" aria-current="page">Quality Criteria</li> | ||
|
||
|
||
</ol> | ||
</div> | ||
|
||
|
||
<main class="govuk-main-wrapper " id="main-content" role="main"> | ||
|
||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-full"> | ||
<span class="govuk-caption-xl">Field</span> | ||
<h1 class="govuk-heading-xl">Quality Criteria</h1> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-full"> | ||
<p class="govuk-body govuk-body govuk-!-margin-bottom-9">Used for issue types to defines the specific criteria used to evaluate or measure quality</p> | ||
|
||
<table class="govuk-table"> | ||
<tbody class="govuk-table__body"> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Name</th> | ||
<td class="govuk-table__cell">Quality Criteria</td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Field</th> | ||
<td class="govuk-table__cell">quality_criteria</td> | ||
</tr> | ||
|
||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Datatype</th> | ||
<td class="govuk-table__cell"><a href="../../datatype/string">string</a></td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Cardinality</th> | ||
<td class="govuk-table__cell">1</td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Parent field</th> | ||
<td class="govuk-table__cell"><a href="../text">text</a></td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Typology</th> | ||
<td class="govuk-table__cell"><a href="../../typology/value">value</a></td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
</main> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="govuk-footer " role="contentinfo" | ||
> | ||
<div class="govuk-width-container "> | ||
|
||
<div class="govuk-footer__meta"> | ||
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow"> | ||
|
||
<h2 class="govuk-visually-hidden">Support links</h2> | ||
<ul class="govuk-footer__inline-list"> | ||
|
||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="/cookies"> | ||
Cookies | ||
</a> | ||
</li> | ||
|
||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="/accessibility-statement"> | ||
Accessibility statement | ||
</a> | ||
</li> | ||
|
||
<li class="govuk-footer__inline-list-item"> | ||
<a class="govuk-footer__link" href="/design-system"> | ||
Design system | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
|
||
<div class="govuk-footer__meta-custom"> | ||
The <a class="govuk-footer__link" href="https://github.com/digital-land/specification/">software</a> and <a class="govuk-footer__link" href="https://github.com/digital-land/specification/">data</a> used to build these pages is <a class="govuk-footer__link" href="https://github.com/digital-land/specification/blob/master/LICENSE">open source</a>. | ||
</div> | ||
|
||
|
||
<svg | ||
role="presentation" | ||
focusable="false" | ||
class="govuk-footer__licence-logo" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 483.2 195.7" | ||
height="17" | ||
width="41" | ||
> | ||
<path | ||
fill="currentColor" | ||
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" | ||
/> | ||
</svg> | ||
<span class="govuk-footer__licence-description"> | ||
All content is available under the | ||
<a | ||
class="govuk-footer__link" | ||
href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" | ||
rel="license" | ||
>Open Government Licence v3.0</a>, except where otherwise stated | ||
</span> | ||
</div> | ||
<div class="govuk-footer__meta-item"> | ||
<a | ||
class="govuk-footer__link govuk-footer__copyright-logo" | ||
href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/" | ||
>© Crown copyright</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="https://digital-land.github.io/javascripts/dl-cookies.js"></script> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> | ||
<!-- end google analytics --> | ||
|
||
|
||
<script src="https://digital-land.github.io/javascripts/govuk/govuk-frontend.min.js"></script> | ||
<script> | ||
// initiate all GOVUK components | ||
window.GOVUKFrontend.initAll(); | ||
</script> | ||
|
||
|
||
|
||
<script src="https://digital-land.github.io/javascripts/dl-frontend.js"></script> | ||
<script> | ||
// adds any necessary polyfills | ||
window.DLFrontend.polyfill(); | ||
</script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.