|
1 | | -@using TELBlazor.Components.TELBlazorPackageVersion @*Can we get this from the assembly? qqqq*@ |
2 | | -@inherits LayoutComponentBase |
3 | | - |
4 | | -<span class="version-display">TELBlazor.Components Version: @TELBlazor.Components.TELBlazorPackageVersion.VersionInfo.Version</span> |
5 | | -<span class="version-display">TELNHSUK VersionL To do qqqq: 00.00.00-beta</span> |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | -<div> |
12 | | - <div id="nhsuk-cookie-banner"> |
13 | | - <div class="nhsuk-cookie-banner" id="cookiebanner"> |
14 | | - <div class="nhsuk-width-container"> |
15 | | - <h2>Cookies on the NHS digital service manual</h2> |
16 | | - <p>We've put some small files called cookies on your device to make our site work.</p> |
17 | | - <p>We'd also like to use analytics cookies. These send anonymous information about how our site is used to a service called Adobe Analytics. We use this information to improve our site.</p> |
18 | | - <p>Let us know if this is OK. We'll use a cookie to save your choice. You can <a id="nhsuk-cookie-banner__link" href="/cookie-policy" tabindex="1">read more about our cookies</a> before you choose.</p> |
19 | | - <ul> |
20 | | - <li><button class="nhsuk-button" id="nhsuk-cookie-banner__link_accept_analytics" href="#" tabindex="2">I'm OK with analytics cookies</button></li> |
21 | | - <li><button class="nhsuk-button" id="nhsuk-cookie-banner__link_accept" href="#" tabindex="3">Do not use analytics cookies</button></li> |
22 | | - </ul> |
23 | | - </div> |
24 | | - </div> |
25 | | - |
26 | | - <div class="nhsuk-success-banner" id="nhsuk-cookie-confirmation-banner" style="display:none;"> |
27 | | - <div class="nhsuk-width-container"> |
28 | | - <p id="nhsuk-success-banner__message">You can change your cookie settings at any time using our <a href="/cookie-policy">cookies page</a>.</p> |
29 | | - </div> |
30 | | - </div> |
31 | | - </div> |
32 | | - <style> |
33 | | -
|
34 | | - </style> |
35 | | -</div> |
36 | | -<script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script> |
37 | | - |
38 | | -<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a> |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
| 1 | +@inherits LayoutComponentBase |
43 | 2 |
|
44 | 3 | <header class="nhsuk-header app-header__container" role="banner"> |
45 | 4 |
|
|
51 | 10 | <path class="nhsuk-logo__text" fill="#fff" d="M3.9 1.5h4.4l2.6 9h.1l1.8-9h3.3l-2.8 13H9l-2.7-9h-.1l-1.8 9H1.1M17.3 1.5h3.6l-1 4.9h4L25 1.5h3.5l-2.7 13h-3.5l1.1-5.6h-4.1l-1.2 5.6h-3.4M37.7 4.4c-.7-.3-1.6-.6-2.9-.6-1.4 0-2.5.2-2.5 1.3 0 1.8 5.1 1.2 5.1 5.1 0 3.6-3.3 4.5-6.4 4.5-1.3 0-2.9-.3-4-.7l.8-2.7c.7.4 2.1.7 3.2.7s2.8-.2 2.8-1.5c0-2.1-5.1-1.3-5.1-5 0-3.4 2.9-4.4 5.8-4.4 1.6 0 3.1.2 4 .6"></path> |
52 | 11 | </svg> |
53 | 12 | <span class="nhsuk-header__service-name"> |
54 | | - Digital service manual |
| 13 | + TELBlazor |
55 | 14 | </span> |
56 | 15 | </a> |
57 | | - </div> <div class="nhsuk-header__content" id="content-header"> |
58 | | - <div class="nhsuk-header__search"> |
59 | | - <div class="nhsuk-header__search-wrap" id="wrap-search"> |
60 | | - <form class="nhsuk-header__search-form" id="search" action="/search/" method="get" role="search"> |
61 | | - <label class="nhsuk-u-visually-hidden" for="search-field">Search the NHS website</label> |
62 | | - <input class="nhsuk-search__input" id="search-field" name="search-field" type="search" placeholder="Search" autocomplete="off"> |
63 | | - <button class="nhsuk-search__submit" type="submit"> |
64 | | - <svg class="nhsuk-icon nhsuk-icon__search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
65 | | - <path d="M19.71 18.29l-4.11-4.1a7 7 0 1 0-1.41 1.41l4.1 4.11a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42zM5 10a5 5 0 1 1 5 5 5 5 0 0 1-5-5z"></path> |
66 | | - </svg> |
67 | | - <span class="nhsuk-u-visually-hidden">Search</span> |
68 | | - </button> |
69 | | - </form> |
70 | | - </div> |
71 | | - </div> |
| 16 | + </div> |
| 17 | + <div class="nhsuk-header__content" id="content-header"> |
| 18 | + |
72 | 19 | </div> |
73 | 20 | </div> |
74 | 21 |
|
75 | 22 | <div class="nhsuk-navigation-container"> |
76 | | - <nav class="nhsuk-navigation" id="header-navigation" role="navigation" aria-label="Primary navigation"> |
77 | | - <ul class="nhsuk-header__navigation-list"> |
78 | | - <li class="nhsuk-header__navigation-item"> |
79 | | - <a class="nhsuk-header__navigation-link" href="/service-standard"> |
80 | | - NHS service standard |
81 | | - </a> |
82 | | - </li> |
83 | | - <li class="nhsuk-header__navigation-item"> |
84 | | - <a class="nhsuk-header__navigation-link" href="/design-system"> |
85 | | - Design system |
86 | | - </a> |
87 | | - </li> |
88 | | - <li class="nhsuk-header__navigation-item"> |
89 | | - <a class="nhsuk-header__navigation-link" href="/content"> |
90 | | - Content guide |
91 | | - </a> |
92 | | - </li> |
93 | | - <li class="nhsuk-mobile-menu-container nhsuk-mobile-menu-container--visible"> |
94 | | - <button class="nhsuk-header__menu-toggle nhsuk-header__navigation-link nhsuk-header__menu-toggle--visible" id="toggle-menu" aria-expanded="false"> |
95 | | - <span class="nhsuk-u-visually-hidden">Browse</span> |
96 | | - More |
97 | | - <svg class="nhsuk-icon nhsuk-icon__chevron-down" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"> |
98 | | - <path d="M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z"></path> |
99 | | - </svg> |
100 | | - </button> |
101 | | - <ul class="nhsuk-header__drop-down nhsuk-header__drop-down--hidden"> |
102 | | - <li class="nhsuk-header__navigation-item"> |
103 | | - <a class="nhsuk-header__navigation-link" href="/accessibility"> |
104 | | - Accessibility |
105 | | - </a> |
106 | | - </li> |
107 | | - <li class="nhsuk-header__navigation-item"> |
108 | | - <a class="nhsuk-header__navigation-link" href="/community-and-contribution"> |
109 | | - Community and contribution |
110 | | - </a> |
111 | | - </li> |
112 | | - <li class="nhsuk-header__navigation-item nhsuk-header__navigation-item--home"> |
113 | | - <a class="nhsuk-header__navigation-link" href="/"> |
114 | | - Home |
115 | | - </a> |
116 | | - </li> |
117 | | - </ul> |
118 | | - </li> |
119 | | - </ul> |
120 | | - </nav> |
121 | 23 | </div> |
122 | 24 | </header> |
123 | 25 |
|
124 | 26 |
|
125 | 27 |
|
126 | 28 | <div class="nhsuk-width-container app-width-container"> |
127 | 29 |
|
128 | | - <nav class="nhsuk-breadcrumb app-breadcrumb" aria-label="Breadcrumb"> |
129 | | - <ol class="nhsuk-breadcrumb__list"> |
130 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="/">Home</a></li> |
131 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="/design-system">Design system</a></li> |
132 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="/design-system/components">Components</a></li> |
133 | | - </ol> |
134 | | - <p class="nhsuk-breadcrumb__back"> |
135 | | - <a class="nhsuk-breadcrumb__backlink" href="/design-system/components"> |
136 | | - <span class="nhsuk-u-visually-hidden">Back to </span> |
137 | | - Components |
138 | | - </a> |
139 | | - </p> |
140 | | - </nav> |
141 | | - |
142 | 30 | <main class="nhsuk-main-wrapper nhsuk-main-wrapper--s app-main-wrapper" id="maincontent" role="main"> |
| 31 | + <TELBlazorPackageVersionInformation/> |
143 | 32 | <div class="nhsuk-grid-row"> |
144 | 33 | <div class="nhsuk-grid-column-full app-component-reading-width"> |
145 | 34 |
|
146 | 35 | <div class="app-pane"> |
147 | 36 |
|
148 | 37 | <div class="app-pane__side-bar"> |
149 | | - |
150 | | - <nav class="app-side-nav"> |
151 | | - <h2 class="app-side-nav__heading">Form elements</h2> |
152 | | - <ul class="nhsuk-list app-side-nav__list"> |
153 | | - <li class="app-side-nav__item"><a class="app-side-nav__link" href="CounterButtonPage">CounterButtonPage</a></li> |
154 | | - <li class="app-side-nav__item"><a class="app-side-nav__link" href="CssSourceCheckerPage">CssSourceCheckerPage</a></li> |
155 | | - <li class="app-side-nav__item"><a class="app-side-nav__link" href="TELButtonPage">TELButtonPage</a></li> |
156 | | - </ul> |
157 | | - |
158 | | - <h2 class="app-side-nav__heading">Content presentation</h2> |
159 | | - <ul class="nhsuk-list app-side-nav__list"> |
160 | | - <li class="app-side-nav__item"><a class="app-side-nav__link" href="/design-system/components/care-cards">Care cards</a></li> |
161 | | - |
162 | | - </ul> |
163 | | - |
164 | | - <h2 class="app-side-nav__heading">Navigation</h2> |
165 | | - <ul class="nhsuk-list app-side-nav__list"> |
166 | | - <li class="app-side-nav__item"><a class="app-side-nav__link" href="/design-system/components/action-link">Action link</a></li> |
167 | | - |
168 | | - </ul> |
169 | | - </nav> |
| 38 | + <ComponentNavMenu/> |
170 | 39 | </div> |
171 | | - |
172 | 40 | <div class="app-pane__main-content"> |
173 | | - QQQQ Component layout here |
174 | | - <TELBlazorPackageVersionInformation /> |
175 | 41 | @Body |
176 | 42 | </div> |
177 | 43 | </div> |
|
186 | 52 | <div class="nhsuk-width-container"> |
187 | 53 | <h2 class="nhsuk-u-visually-hidden">Support links</h2> |
188 | 54 | <ul class="nhsuk-footer__list"> |
189 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/accessibility-statement" disabled>Accessibility statement</a></li> |
190 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/cookie-policy" disabled>Cookie policy</a></li> |
191 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/get-in-touch" disabled>Get in touch</a></li> |
192 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/service-manual-team" disabled>Service manual team</a></li> |
193 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/site-map" disabled>Site map</a></li> |
194 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/terms-and-conditions" disabled>Terms and conditions</a></li> |
195 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/whats-new" disabled>What's new</a></li> |
196 | | - <li class="nhsuk-footer__list-item nhsuk-footer-default__list-item"><a class="nhsuk-footer__list-item-link" href="/your-privacy" disabled>Your privacy</a></li> |
197 | 55 | </ul> |
198 | 56 | <div> |
199 | 57 | <p class="nhsuk-footer__copyright">© NHS England</p> |
|
212 | 70 | </div> |
213 | 71 | </footer> |
214 | 72 |
|
215 | | - |
216 | | - |
217 | | - |
218 | | - |
219 | | - |
220 | | - |
221 | | - |
222 | | -@code { |
223 | | - //qqqq tidy before first commit, and soon after put in a proper layout |
224 | | -} |
225 | | - |
0 commit comments