-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from uktrade/ORPD-31-document-details-page
ORPD-31 - document details page
- Loading branch information
Showing
7 changed files
with
204 additions
and
91 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,55 @@ | ||
# Generated by Django 4.2.15 on 2024-10-11 11:13 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
initial = True | ||
|
||
dependencies = [] | ||
|
||
operations = [ | ||
migrations.CreateModel( | ||
name="PublicGatewayCache", | ||
fields=[ | ||
( | ||
"id", | ||
models.CharField( | ||
max_length=2048, primary_key=True, serialize=False | ||
), | ||
), | ||
("title", models.CharField(max_length=2048)), | ||
("identifier", models.CharField(max_length=2048)), | ||
("publisher", models.CharField(max_length=2048)), | ||
("language", models.CharField(max_length=2048)), | ||
("format", models.CharField(max_length=2048)), | ||
("description", models.TextField()), | ||
("date_issued", models.CharField(max_length=2048)), | ||
("date_modified", models.DateTimeField()), | ||
("date_valid", models.DateTimeField()), | ||
("audience", models.CharField(max_length=2048)), | ||
("coverage", models.CharField(max_length=2048)), | ||
("subject", models.CharField(max_length=2048)), | ||
("type", models.CharField(max_length=2048)), | ||
("license", models.CharField(max_length=2048)), | ||
("regulatory_topics", models.CharField(max_length=2048)), | ||
("status", models.CharField(max_length=2048)), | ||
("date_uploaded_to_orp", models.CharField(max_length=2048)), | ||
("has_format", models.CharField(max_length=2048)), | ||
("is_format_of", models.CharField(max_length=2048)), | ||
("has_version", models.CharField(max_length=2048)), | ||
("is_version_of", models.CharField(max_length=2048)), | ||
("references", models.CharField(max_length=2048)), | ||
("is_referenced_by", models.CharField(max_length=2048)), | ||
("has_part", models.CharField(max_length=2048)), | ||
("is_part_of", models.CharField(max_length=2048)), | ||
("is_replaced_by", models.CharField(max_length=2048)), | ||
("replaces", models.CharField(max_length=2048)), | ||
("related_legislation", models.CharField(max_length=2048)), | ||
("search_terms", models.CharField(max_length=2048)), | ||
("document_types", models.CharField(max_length=2048)), | ||
("created_at", models.DateTimeField(auto_now_add=True)), | ||
], | ||
), | ||
] |
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,98 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block head_title %}{{service_name}}{% endblock %} | ||
{% block service_name %}{{service_name}}{% endblock %} | ||
|
||
{% block body_content %} | ||
<div class="govuk-width-container"> | ||
<nav class="govuk-breadcrumbs" aria-label="Breadcrumb"> | ||
<ol class="govuk-breadcrumbs__list"> | ||
<li class="govuk-breadcrumbs__list-item"> | ||
<a class="govuk-breadcrumbs__link" href="#">Search results</a> | ||
</li> | ||
<li class="govuk-breadcrumbs__list-item"> | ||
<a class="govuk-breadcrumbs__link" href="#">SR2015 No 39: use of waste in a deposit for recovery operations</a> | ||
</li> | ||
</ol> | ||
</nav> | ||
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main"> | ||
<div class="govuk-grid-row govuk-!-margin-bottom-4"> | ||
<div class="govuk-grid-column-three-quarters"> | ||
<h1 class="govuk-heading-xl">SR2015 No 39: use of waste in a deposit for recovery operations</h1> | ||
</div> | ||
</div> | ||
<div class="govuk-grid-row govuk-body"> | ||
<div class="govuk-grid-column-three-quarters"> | ||
<p class="govuk-body"> | ||
These standard rules allow you to store and use waste in a deposit for recovery activities involving | ||
construction, reclamation, restoration or improvement of land other than by mobile plant. | ||
</p> | ||
<p class="govuk-body"> | ||
These standard rules are for the recovery of waste only and do not apply to any activities involving disposal. | ||
</p> | ||
<h2 class="govuk-heading-m">Document details</h2> | ||
<dl class="govuk-summary-list"> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Link to document on publisher’s website | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
<a class="govuk-link" href="#">SR2015 No 39: use of waste in a deposit for recovery operations</a> | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Document type | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
Guidance | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Date published | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
2 February 2016 | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Last updated | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
3 April 2019 | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Published by | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
Environment Agency | ||
</dd> | ||
</div> | ||
</dl> | ||
<h2 class="govuk-heading-m">Related content on legislation.gov.uk</h2> | ||
<p class="govuk-body"> | ||
<a class="govuk-link" href="#">Wildlife and Countryside Act 1981</a> | ||
</p> | ||
<p class="govuk-body"> | ||
<a class="govuk-link" href="#">Countryside and Rights of Way Act 2000</a> | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Regulatory topics</h2> | ||
<ul class="govuk-list orp-topics-list"> | ||
<li class="govuk-body-s orp-secondary-text-colour"> | ||
Waste | ||
</li> | ||
<li class="govuk-body-s orp-secondary-text-colour"> | ||
Recycling | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
{% endblock %} |
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
Oops, something went wrong.