-
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.
Merge branch 'main' into CCAP-466-Create-providerresponse-registratio…
…n-home-provider-dob-screen
- Loading branch information
Showing
4 changed files
with
79 additions
and
164 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
33 changes: 20 additions & 13 deletions
33
src/main/resources/templates/providerresponse/registration-checks-trainings-intro.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 |
---|---|---|
@@ -1,28 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html th:lang="${#locale.language}" xmlns:th="http://www.thymeleaf.org"> | ||
<head th:replace="~{fragments/head :: head(title='TEMPLATE')}"></head> | ||
<head th:replace="~{fragments/head :: head(title=#{registration-checks-trainings-intro.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/cardHeader :: cardHeader(header=#{placeholder}, subtext=#{placeholder})}"/> | ||
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::formContent})}"> | ||
<th:block th:ref="formContent"> | ||
<div class="form-card__content"> | ||
<!-- Put inputs here --> | ||
</div> | ||
<div class="form-card__footer"> | ||
<th:block th:replace="~{fragments/inputs/submitButton :: submitButton(text=#{general.inputs.continue})}"/> | ||
</div> | ||
</th:block> | ||
</th:block> | ||
<div class="text--centered"> | ||
<th:block th:replace="~{fragments/gcc-icons :: clipboardWithEnvelope}"></th:block> | ||
<p class="text--grey-dark" th:id="registration-provide-care-intro-step" th:text="#{general.step-header('3', '5')}"></p> | ||
<th:block | ||
th:replace="~{fragments/cardHeader :: cardHeader(header=#{registration-checks-trainings-intro.title})}"/> | ||
</div> | ||
<div class="form-card__content"> | ||
<div class="boxed-content"> | ||
<p class="text--centered"><strong th:text="#{registration-provide-care-intro.box.header}"></strong></p> | ||
<ol class="list--numbered"> | ||
<li th:text="#{registration-checks-trainings-intro.1}"></li> | ||
<li th:text="#{registration-checks-trainings-intro.2}"></li> | ||
</ol> | ||
</div> | ||
</div> | ||
<div class="form-card__footer text--centered"> | ||
<th:block th:replace="~{fragments/continueButton :: continue}"/> | ||
</div> | ||
</main> | ||
</div> | ||
</section> | ||
</div> | ||
<th:block th:replace="~{fragments/footer :: footer}"/> | ||
</body> | ||
</html> | ||
</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