generated from dwp-ucd/blank-prototype-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
6 changed files
with
184 additions
and
1 deletion.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
app/views/preferences/customer-view/verify/email-verified.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,40 @@ | ||
{% extends "layouts/main.html" %} | ||
|
||
{% block pageTitle %} | ||
Content page template – {{ serviceName }} – GOV.UK Prototype Kit | ||
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
|
||
{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<div class="govuk-notification-banner govuk-notification-banner--success" role="alert" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner"> | ||
<div class="govuk-notification-banner__header"> | ||
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title"> | ||
Success | ||
</h2> | ||
</div> | ||
<div class="govuk-notification-banner__content"> | ||
<h3 class="govuk-notification-banner__heading"> | ||
Email verification complete | ||
</h3> | ||
<p class="govuk-body">You have successfully verified the email example@email.com.</p> | ||
</div> | ||
</div> | ||
|
||
|
||
<h2 class="govuk-heading-m">What happens next</h2> | ||
<p class="govuk-body">We have sent you a confirmation email to example@email.com.</p> | ||
<p class="govuk-body">You can now <a href="#" class="govuk-link">exit this page</a>.</p> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
|
||
{% endblock %} |
40 changes: 40 additions & 0 deletions
40
app/views/preferences/customer-view/verify/mobile-phone-number-verified.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,40 @@ | ||
{% extends "layouts/main.html" %} | ||
|
||
{% block pageTitle %} | ||
Content page template – {{ serviceName }} – GOV.UK Prototype Kit | ||
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
|
||
{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<div class="govuk-notification-banner govuk-notification-banner--success" role="alert" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner"> | ||
<div class="govuk-notification-banner__header"> | ||
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title"> | ||
Success | ||
</h2> | ||
</div> | ||
<div class="govuk-notification-banner__content"> | ||
<h3 class="govuk-notification-banner__heading"> | ||
Phone number verification complete | ||
</h3> | ||
<p class="govuk-body">You have successfully verified the phone number 07123 456 789.</p> | ||
</div> | ||
</div> | ||
|
||
|
||
<h2 class="govuk-heading-m">What happens next</h2> | ||
<p class="govuk-body">We have sent you a confirmation text message to 07123 456 789.</p> | ||
<p class="govuk-body">You can now <a href="#" class="govuk-link">exit this page</a>.</p> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
|
||
{% endblock %} |
46 changes: 46 additions & 0 deletions
46
app/views/preferences/customer-view/verify/verify-your-email.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,46 @@ | ||
{% extends "layouts/main.html" %} | ||
|
||
{% block pageTitle %} | ||
Content page template – {{ serviceName }} – GOV.UK Prototype Kit | ||
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
|
||
{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-l">Verify your email</h1> | ||
<p class="govuk-body">We have sent a 6 digit code to example@email.com. The 6 digit code will expire in 30 minutes.</p> | ||
|
||
<p>Enter it into the box below to verify your email.</p> | ||
|
||
|
||
<div class="govuk-form-group"> | ||
<label class="govuk-label" for="one-quarter"> | ||
6 digit code | ||
</label> | ||
<input class="govuk-input govuk-!-width-one-quarter" id="one-quarter" name="oneQuarter" type="text"> | ||
</div> | ||
|
||
<p><a href="resend-code">Resend email</a></p> | ||
<p><a href="resend-code">I did not get an email</a></p> | ||
|
||
<div class="govuk-!-padding-bottom-2"></div> | ||
|
||
<div class="govuk-button-group"> | ||
<button type="submit" class="govuk-button" data-module="govuk-button"> | ||
Continue | ||
</button> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
|
||
{% endblock %} |
46 changes: 46 additions & 0 deletions
46
app/views/preferences/customer-view/verify/verify-your-mobile-phone-number.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,46 @@ | ||
{% extends "layouts/main.html" %} | ||
|
||
{% block pageTitle %} | ||
Content page template – {{ serviceName }} – GOV.UK Prototype Kit | ||
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
|
||
{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-l">Verify your phone number</h1> | ||
<p class="govuk-body">We have sent a text message with a 6 digit code to 07123456789. The 6 digit code will expire in 30 minutes.</p> | ||
|
||
<p>Enter it into the box below to verify your phone number.</p> | ||
|
||
|
||
<div class="govuk-form-group"> | ||
<label class="govuk-label" for="one-quarter"> | ||
6 digit code | ||
</label> | ||
<input class="govuk-input govuk-!-width-one-quarter" id="one-quarter" name="oneQuarter" type="text"> | ||
</div> | ||
|
||
<p><a href="resend-code">Resend text message</a></p> | ||
<p><a href="resend-code">I did not get a text message</a></p> | ||
|
||
<div class="govuk-!-padding-bottom-2"></div> | ||
|
||
<div class="govuk-button-group"> | ||
<button type="submit" class="govuk-button" data-module="govuk-button"> | ||
Continue | ||
</button> | ||
</div> | ||
|
||
</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
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