-
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 #237 from DFE-Digital/mvp3-appeals-content-changes
Update remaining appeals screens
- Loading branch information
Showing
9 changed files
with
220 additions
and
56 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
90 changes: 90 additions & 0 deletions
90
app/views/mvp3/_family/account/appeal/add-child/children-added.html
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,90 @@ | ||
{% extends "/layouts/mvp3/layout-dfe.html" %} | ||
{% set pageName="Add your children's details" %} | ||
{%block content %} | ||
|
||
<div class="govuk-width-container"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<div class="govuk-panel govuk-panel--confirmation"> | ||
<h1 class="govuk-panel__title">Appeal sent</h1> | ||
<div class="govuk-panel__body"> | ||
Submitted on<br /><strong>6 July 2024, 13:12</strong> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<hr class="govuk-section-break govuk-section-break--m"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"><table class="govuk-table"> | ||
<caption class="govuk-table__caption govuk-table__caption--m"> | ||
We have sent appeal details for: | ||
</caption> | ||
<thead class="govuk-table__head"> | ||
<tr class="govuk-table__row"> | ||
<th scope="col" class="govuk-table__header app-custom-class">Name</th> | ||
<th scope="col" class="govuk-table__header app-custom-class">School</th> | ||
<th scope="col" class="govuk-table__header app-custom-class"> | ||
Reference | ||
</th> | ||
</tr> | ||
</thead> | ||
<tbody class="govuk-table__body"> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Samual Tesfay</th> | ||
<td class="govuk-table__cell">St Kings Primary School</td> | ||
<td class="govuk-table__cell">44455453</td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Thomas Tesfay</th> | ||
<td class="govuk-table__cell">St Kings Primary School</td> | ||
<td class="govuk-table__cell">44455454</td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<th scope="row" class="govuk-table__header">Rachel Tesfay</th> | ||
<td class="govuk-table__cell">Bramhope Primary School</td> | ||
<td class="govuk-table__cell">44455455</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<hr class="govuk-section-break govuk-section-break--m"> | ||
<table class="govuk-table"> | ||
<caption class="govuk-table__caption govuk-table__caption--m"> | ||
We have sent the following evidence: | ||
</caption> | ||
<thead class="govuk-table__head"> | ||
<tr class="govuk-table__row"> | ||
<th scope="col" class="govuk-table__header app-custom-class">Evidence</th> | ||
|
||
</tr> | ||
</thead> | ||
<tbody class="govuk-table__body"> | ||
<tr class="govuk-table__row"> | ||
<td class="govuk-table__cell"><a href="#">eden_tesfay_ucstatement.pdf</a></td> | ||
</tr> | ||
<tr class="govuk-table__row"> | ||
<td class="govuk-table__cell"><a href="#">edentesfay_bank_statement.doc</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
|
||
|
||
<h2 class="govuk-heading-m">What happens next</h2> | ||
|
||
<p> | ||
Each school will contact you with a decision when your evidence has been reviewed.</p> | ||
<p>This usually takes about 1 week, but if you do not receive an update contact your school administrator.</p> | ||
|
||
<p> | ||
<a href="">What did you think about this service?</a> (takes 30 seconds) | ||
</p> | ||
|
||
{% from "govuk/components/button/macro.njk" import govukButton %} {{ | ||
govukButton({ text: "Finish and leave service", href: '../account/start-now' | ||
}) }} {% endblock %} {% block pageScripts %} | ||
<script type="text/javascript" src="/public/javascripts/moj/all.js"></script> | ||
</div> | ||
{% endblock %} |
57 changes: 37 additions & 20 deletions
57
app/views/mvp3/_family/account/appeal/find-school/confirm-school-multiple.html
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
Oops, something went wrong.