22<!DOCTYPE html>
33<html >
44<head >
5- <meta charset =" utf-8" />
6- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
7- <title >@ViewData ["Title"] - Learning Hub Administration</title >
8- <link rel =" apple-touch-icon" sizes =" 180x180" href =" ~/apple-touch-icon.png" >
9- <link rel =" icon" type =" image/png" sizes =" 32x32" href =" ~/favicon-32x32.png" >
10- <link rel =" icon" type =" image/png" sizes =" 16x16" href =" ~/favicon-16x16.png" >
5+ <meta charset =" utf-8" />
6+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
7+ <title >@ViewData ["Title"] - Learning Hub Administration</title >
8+ <link rel =" apple-touch-icon" sizes =" 180x180" href =" ~/apple-touch-icon.png" >
9+ <link rel =" icon" type =" image/png" sizes =" 32x32" href =" ~/favicon-32x32.png" >
10+ <link rel =" icon" type =" image/png" sizes =" 16x16" href =" ~/favicon-16x16.png" >
1111
12- <environment include =" Development" >
12+ <environment include =" Development" >
1313
14- <link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.css" />
15- <link rel =" stylesheet" type =" text/css" href =" ~/lib/fontawesome-free-6.4.2-web/css/all.css" />
16- </environment >
17- <environment exclude =" Development" >
18- <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
19- asp-fallback-href =" ~/lib/bootstrap/dist/css/bootstrap.min.css"
20- asp-fallback-test-class =" sr-only" asp-fallback-test-property =" position" asp-fallback-test-value =" absolute"
21- crossorigin =" anonymous"
22- integrity =" sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" />
23- <link rel =" stylesheet" type =" text/css" href =" ~/lib/fontawesome-free-6.4.2-web/css/all.min.css" />
24- </environment >
25- <link rel =" stylesheet" type =" text/css" href =" ~/css/site.css" asp-append-version =" true" />
26- <link rel =" stylesheet" type =" text/css" href =" ~/css/nhsuk/common.css" />
27- @RenderSection( "Styles", required: false)
28- @await Html.PartialAsync("_GoogleAnalytics")
29- <partial name =" ~/Views/Shared/_TimezoneInfoScriptPartial.cshtml" />
14+ <link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.css" />
15+ <link rel =" stylesheet" type =" text/css" href =" ~/lib/fontawesome-free-6.4.2-web/css/all.css" />
16+ </environment >
17+ <environment exclude =" Development" >
18+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
19+ asp-fallback-href =" ~/lib/bootstrap/dist/css/bootstrap.min.css"
20+ asp-fallback-test-class =" sr-only" asp-fallback-test-property =" position" asp-fallback-test-value =" absolute"
21+ crossorigin =" anonymous"
22+ integrity =" sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" />
23+ <link rel =" stylesheet" type =" text/css" href =" ~/lib/fontawesome-free-6.4.2-web/css/all.min.css" />
24+ </environment >
25+ <link rel =" stylesheet" type =" text/css" href =" ~/css/site.css" asp-append-version =" true" />
26+ <link rel =" stylesheet" type =" text/css" href =" ~/css/nhsuk/common.css" />
27+ @RenderSection( "Styles", required: false)
28+ @await Html.PartialAsync("_GoogleAnalytics")
29+ <partial name =" ~/Views/Shared/_TimezoneInfoScriptPartial.cshtml" />
3030</head >
3131<body >
32- <header role =" banner" id =" header" >
33- <partial name =" ~/Views/Shared/_NavPartial.cshtml" />
34- </header >
35- <div class =" container-fluid" >
36- <!-- <partial name="_CookieConsentPartial" />-->
37- <main role =" main" id =" maincontent" tabindex =" -1" >
38- @{
39- var mainWidth = IsSectionDefined (" SideMenu" ) ? " col-sm-9 col-lg-9 col-xl-10 pageWithMenu" : " col-sm-12" ;
40- }
41- <div class =" row" >
42- @if (IsSectionDefined (" SideMenu" ))
43- {
44- <div class =" col-sm-3 col-lg-3 col-xl-2 side-menu" >
45- @RenderSection( " SideMenu" , required : false )
46- </div >
47- }
48- <div class =" @mainWidth" >
49- @RenderBody()
50- </div >
51- </div >
52- </main >
53- </div >
54- <footer class =" border-top footer text-muted" >
55- <partial name =" ~/Views/Shared/_FooterPartial.cshtml" />
56- </footer >
32+ <header role =" banner" id =" header" >
33+ <partial name =" ~/Views/Shared/_NavPartial.cshtml" />
34+ </header >
35+ <div class =" container-fluid" >
36+ <!-- <partial name="_CookieConsentPartial" />-->
37+ <main role =" main" id =" maincontent" tabindex =" -1" >
38+ @{
39+ var mainWidth = IsSectionDefined (" SideMenu" ) ? " col-sm-9 col-lg-9 col-xl-10 pageWithMenu" : " col-sm-12" ;
40+ }
41+ <div class =" row" >
42+ @if (IsSectionDefined (" SideMenu" ))
43+ {
44+ <div class =" col-sm-3 col-lg-3 col-xl-2 side-menu" >
45+ @RenderSection( " SideMenu" , required : false )
46+ </div >
47+ }
48+ <div class =" @mainWidth" >
49+ @RenderBody()
50+ </div >
51+ </div >
52+ </main >
53+ </div >
54+ <footer class =" border-top footer text-muted" >
55+ <partial name =" ~/Views/Shared/_FooterPartial.cshtml" />
56+ </footer >
5757
58- <environment include =" Development" >
59- <script src =" ~/lib/jquery/dist/jquery.js" ></script >
60- <script src =" ~/lib/bootstrap/dist/js/bootstrap.bundle.js" ></script >
61- <script src =" ~/lib/ckeditor/ckeditor.js" ></script >
62- </environment >
63- <environment exclude =" Development" >
64- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"
65- asp-fallback-src =" ~/lib/jquery/dist/jquery.min.js"
66- asp-fallback-test =" window.jQuery"
67- crossorigin =" anonymous"
68- integrity =" sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" >
69- </script >
70- <script src =" https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"
71- asp-fallback-src =" ~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
72- asp-fallback-test =" window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
73- crossorigin =" anonymous"
74- integrity =" sha256-E/V4cWE4qvAeO5MOhjtGtqDzPndRO1LBk8lJ/PR7CA4=" >
75- </script >
76- <script src =" ~/lib/ckeditor/ckeditor.js" ></script >
77- @* <script type="text/javascript" src="~/js/site.min.js"></script>*@
78- </environment >
79- @* <script type="text/javascript" src="~/js/bundle/header.js"></script>*@
80- <partial name =" ~/Views/Shared/_ValidationScriptsPartial.cshtml" />
81- @RenderSection( "Scripts", required: false)
58+ <environment include =" Development" >
59+ <script src =" ~/lib/jquery/dist/jquery.js" ></script >
60+ <script src =" ~/lib/bootstrap/dist/js/bootstrap.bundle.js" ></script >
61+ <script src =" ~/lib/ckeditor/ckeditor.js" ></script >
62+ </environment >
63+ <environment exclude =" Development" >
64+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"
65+ asp-fallback-src =" ~/lib/jquery/dist/jquery.min.js"
66+ asp-fallback-test =" window.jQuery"
67+ crossorigin =" anonymous"
68+ integrity =" sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" >
69+ </script >
70+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"
71+ asp-fallback-src =" ~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
72+ asp-fallback-test =" window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
73+ crossorigin =" anonymous"
74+ integrity =" sha256-E/V4cWE4qvAeO5MOhjtGtqDzPndRO1LBk8lJ/PR7CA4=" >
75+ </script >
76+ <script src =" ~/lib/ckeditor/ckeditor.js" ></script >
77+ @* <script type="text/javascript" src="~/js/site.min.js"></script>*@
78+ </environment >
79+ @* <script type="text/javascript" src="~/js/bundle/header.js"></script>*@
80+ <partial name =" ~/Views/Shared/_ValidationScriptsPartial.cshtml" />
81+ @RenderSection( "Scripts", required: false)
8282</body >
8383</html >
84- <!-- Build number: @settings.Value.BuildNumber -->
84+ @await Component.InvokeAsync("Version")
0 commit comments