-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
61 additions
and
17 deletions.
There are no files selected for viewing
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
36 changes: 36 additions & 0 deletions
36
src/main/resources/templates/mdBenefitsFlow/ohepReminder.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,36 @@ | ||
<!DOCTYPE html> | ||
<html th:lang="${#locale.language}" xmlns:th="http://www.thymeleaf.org"> | ||
<head th:replace="~{fragments/head :: head(title=#{ohep-reminder.title})}"></head> | ||
<body> | ||
<div class="page-wrapper"> | ||
<div th:replace="~{fragments/toolbar :: toolbar}"></div> | ||
<section class="slab"> | ||
<div class="grid"> | ||
<div th:replace="~{fragments/goBack :: goBackLink}"></div> | ||
<main id="content" role="main" class="form-card spacing-above-35"> | ||
<th:block th:replace="~{fragments/icons :: householdEnergyAssistance}"></th:block> | ||
<p class="grey-text" th:text="#{ohep-notice.icon-tag-line}"></p> | ||
<th:block | ||
th:replace="~{fragments/cardHeader :: cardHeader(header=#{ohep-reminder.header})}"/> | ||
<div class="form-card__content"> | ||
<p th:text="#{ohep-reminder.content1}"></p> | ||
<p th:text="#{ohep-reminder.content2}"></p> | ||
<th:block th:replace="~{fragments/honeycrisp/accordion :: accordion( | ||
buttonLabel=#{ohep-notice.ohep}, | ||
content=~{::accordionContent})}"> | ||
<th:block th:ref="accordionContent"> | ||
<p th:text="#{ohep-reminder.accordion1}"></p> | ||
<p th:text="#{ohep-reminder.accordion2}"></p> | ||
</th:block> | ||
</th:block> | ||
</div> | ||
<div class="form-card__footer"> | ||
<th:block th:replace="~{fragments/continueButton :: continue(text=#{general.ok})}"/> | ||
</div> | ||
</main> | ||
</div> | ||
</section> | ||
</div> | ||
<th:block th:replace="~{fragments/footer :: footer}"/> | ||
</body> | ||
</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