|
| 1 | + |
1 | 2 | <!-- Use this page as the index for your project -->
|
2 | 3 |
|
3 | 4 | <!-- ADDING CUSTOM CSS - Add your custom CSS or Sass in /app/assets/sass/main.scss -->
|
|
18 | 19 | <!-- For adding a breadcrumb -->
|
19 | 20 | <!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs -->
|
20 | 21 | {% block beforeContent %}
|
| 22 | + <!--<nav class="nhsuk-breadcrumb clearfix" aria-label="Breadcrumb"> |
| 23 | +
|
| 24 | + <div class="nhsuk-grid-column-one-half"> |
| 25 | + <ol class="nhsuk-breadcrumb__list"> |
| 26 | + <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="ohs-record-manage-case">Home</a></li> |
| 27 | + <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="ohs-record-manage-case">Case management ID 78793</a></li> |
| 28 | + </ol> |
| 29 | + </div> |
| 30 | + |
21 | 31 |
|
| 32 | + </nav>--> |
22 | 33 | {% endblock %}
|
23 | 34 |
|
24 | 35 | <!-- For adding a back link -->
|
|
29 | 40 | <!-- For adding page content -->
|
30 | 41 | <!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
|
31 | 42 | {% block content %}
|
32 |
| -<div class="nhsBSA-sidebar-container"> |
33 |
| - <div class="nhsBSA-sidebar-wrapper"> |
34 |
| - |
35 |
| - <!-- content - start --> |
36 |
| - |
37 |
| - <div class="nhsBSA-sidebar-content"> |
38 |
| - <div class="nhsuk-grid-column-two-thirds ul-padding-left-lrg"> |
39 |
| - |
40 |
| - <h1 class="app-page-heading">Are you sure you want to leave this form?</h1> |
41 |
| - <p>All your data will be lost if you leave without completing this form.</p> |
42 |
| - |
43 |
| - <div class="nhsuk-form-group"> |
44 |
| - |
45 |
| - <fieldset class="nhsuk-fieldset"> |
46 |
| - |
47 |
| - <div class="nhsuk-radios"> |
48 |
| - |
49 |
| - <div class="nhsuk-radios__item"> |
50 |
| - <input class="nhsuk-radios__input" id="example-1" name="example-1" type="radio" value="yes"> |
51 |
| - <label class="nhsuk-label nhsuk-radios__label" for="example-1"> |
52 |
| - Yes, leave without completing |
53 |
| - </label> |
54 |
| - </div> |
55 |
| - |
56 |
| - <div class="nhsuk-radios__item"> |
57 |
| - <input class="nhsuk-radios__input" id="example-2" name="example-1" type="radio" value="no"> |
58 |
| - <label class="nhsuk-label nhsuk-radios__label" for="example-2" > |
59 |
| - No, go back to editing |
60 |
| - </label> |
61 |
| - </div> |
| 43 | + |
| 44 | +<!-- Content - Start --> |
| 45 | +<div class="nhsuk-width-container-fluid clearfix ul-padding-top-lrg"> |
| 46 | + |
| 47 | + <div class="nhsuk-grid-column-two-thirds"> |
| 48 | + <div class="nhsuk-back-link"> |
| 49 | + <a class="nhsuk-back-link__link" href="javascript:history.go(-1)"> |
| 50 | + <svg class="nhsuk-icon nhsuk-icon__chevron-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" height="24" width="24"> |
| 51 | + <path d="M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z"></path> |
| 52 | + </svg> |
| 53 | + Go back</a> |
| 54 | + </div> |
62 | 55 |
|
63 |
| - <a href="sed-create-h001-are-you-sure"> |
64 |
| - <button class="nhsuk-button nhsuk-u-margin-top-6" data-module="nhsuk-button" type="submit"> |
65 |
| - Submit |
66 |
| - </button> |
67 |
| - </a> |
68 |
| - </div> |
69 |
| - </fieldset> |
70 |
| - </div> |
| 56 | + <div class="nhsuk-grid-row nhsuk-u-margin-top-9"> |
| 57 | + <div class="nhsuk-grid-column-full"> |
| 58 | + <h1 class="app-page-heading">Are you sure you want to leave this form?</h1> |
| 59 | + <p>All your data will be lost if you leave without completing this form.</p> |
71 | 60 | </div>
|
72 | 61 | </div>
|
| 62 | + <div class="nhsuk-form-group"> |
| 63 | + |
| 64 | + <fieldset class="nhsuk-fieldset"> |
| 65 | + |
| 66 | + <div class="nhsuk-radios"> |
| 67 | + |
| 68 | + <div class="nhsuk-radios__item"> |
| 69 | + <input class="nhsuk-radios__input" id="example-1" name="example-1" type="radio" value="yes"> |
| 70 | + <label class="nhsuk-label nhsuk-radios__label" for="example-1"> |
| 71 | + Yes, leave without completing |
| 72 | + </label> |
| 73 | + </div> |
| 74 | + |
| 75 | + <div class="nhsuk-radios__item"> |
| 76 | + <input class="nhsuk-radios__input" id="example-2" name="example-1" type="radio" value="no"> |
| 77 | + <label class="nhsuk-label nhsuk-radios__label" for="example-2" > |
| 78 | + No, go back to editing |
| 79 | + </label> |
| 80 | + </div> |
| 81 | + |
| 82 | + <a href="sed-create-h001-are-you-sure"> |
| 83 | + <button class="nhsuk-button nhsuk-u-margin-top-6" data-module="nhsuk-button" type="submit"> |
| 84 | + Submit |
| 85 | + </button> |
| 86 | + </a> |
| 87 | + </div> |
| 88 | + </fieldset> |
| 89 | + </div> |
73 | 90 |
|
74 |
| - <!-- content - end --> |
75 | 91 | </div>
|
76 | 92 | </div>
|
| 93 | + |
| 94 | + |
77 | 95 | {% endblock %}
|
0 commit comments