Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LearningHub.Nhs.WebUI/Views/Home/Accessibility.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<a href="~/documents/Learning Hub accessibility statement v2.0 July 2023.pdf" target="_blank">Download as PDF</a>
</section>
</article>
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 3, 17), NextReviewDate = new DateTime(2026, 8, 16) })
</div>
</div>
</div>
Expand Down
43 changes: 21 additions & 22 deletions LearningHub.Nhs.WebUI/Views/Home/NhsSites.cshtml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
@{
ViewData["Title"] = "NHS sites";
}
@section styles{
@section styles {
<link rel="stylesheet" type="text/css" href="~/css/nhsuk/pages/staticpages.css" asp-append-version="true" />
}
<div class="nhsuk-width-container app-width-container">
<div class="nhsuk-main-wrapper ">
<div class="nhsuk-main-wrapper ">

<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full ">
<h1>
@ViewData["Title"]
</h1>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full ">
<h1>
@ViewData["Title"]
</h1>
</div>
</div>


<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<section>
<p><a href="https://www.hee.nhs.uk" target="_blank">Health Education England</a></p>
<p><a href="https://www.nhsinform.scot" target="_blank">NHS Scotland</a></p>
<p><a href="http://online.hscni.net" target="_blank">NHS Northern Ireland</a></p>
<p><a href="https://111.wales.nhs.uk" target="_blank">NHS 111 Wales</a></p>
<p><a href="https://www.gov.uk/government/organisations/department-of-health-and-social-care" target="_blank">Department of Health and Social Care</a></p>
<p><a href="https://www.england.nhs.uk" target="_blank">NHS England and NHS Improvement</a></p>
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = DateTimeOffset.Now, NextReviewDate = DateTimeOffset.Now.AddYears(3) })
</section>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<section>
<p><a href="https://www.nhsinform.scot" target="_blank">NHS Scotland</a></p>
<p><a href="http://online.hscni.net" target="_blank">NHS Northern Ireland</a></p>
<p><a href="https://111.wales.nhs.uk" target="_blank">NHS 111 Wales</a></p>
<p><a href="https://www.gov.uk/government/organisations/department-of-health-and-social-care" target="_blank">Department of Health and Social Care</a></p>
<p><a href="https://www.england.nhs.uk" target="_blank">NHS England</a></p>
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = DateTimeOffset.Now, NextReviewDate = DateTimeOffset.Now.AddYears(3) })
</section>
</div>
</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
</ol>
</section>
</article>
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 6, 01) })
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 8, 16) })
</div>

</div>
2 changes: 1 addition & 1 deletion LearningHub.Nhs.WebUI/Views/Policies/ContentPolicy.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
We ask that where practicable, all content should aim to meet accessibility standards as described in our Accessibility Statement and as set out in the AA standard Web Content Accessibility Guidelines v2.0.
</p>
</section>
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2023, 5, 26) })
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2026, 8, 16) })
</article>
</div>
</div>
2 changes: 1 addition & 1 deletion LearningHub.Nhs.WebUI/Views/Policies/CookiePolicy.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<section>
<div>
@await Html.PartialAsync("_CookiePolicyConfirmation", new CookieConsentViewModel {UserConsent = cookieBannerCookieValue, Layout = Layout})
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2023, 5, 26) })
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2026, 8, 16) })
</div>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion LearningHub.Nhs.WebUI/Views/Policies/PrivacyPolicy.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
</p>
</section>
</article>
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 6, 01) })
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 8, 16) })
</div>

</div>
3 changes: 2 additions & 1 deletion LearningHub.Nhs.WebUI/Views/Policies/TermsConditions.cshtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@model LearningHub.Nhs.WebUI.Models.Policies.TermsAndConditionsViewModel
@{
ViewData["Title"] = "Terms and Conditions";
var nextDate = new DateTime(2026, 8, 16);
}
@section styles{
<link rel="stylesheet" type="text/css" href="~/css/nhsuk/pages/Policies.css" asp-append-version="true" />
Expand All @@ -14,7 +15,7 @@
<section>
<div id="terms-and-conditions-content">
@Html.Raw(Model.TermsAndConditions)
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = Model.CreatedDate, NextReviewDate = Model.CreatedDate.AddYears(3) })
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = Model.CreatedDate, NextReviewDate = nextDate })
</div>
</section>
</article>
Expand Down