<!DOCTYPE html>
|
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="layout">
|
|
<head>
|
<title th:text="#{screen.mustchangepass.heading}"></title>
|
<script type="text/javascript" th:src="@{/js/pm.js}"></script>
|
|
</head>
|
<style>
|
|
body #cas{
|
background-color:white!important;
|
}
|
|
</style>
|
<body id="cas" style="background-color:white!important;">
|
<div layout:fragment="content">
|
<div th:replace="fragments/pwdupdateform"/>
|
</div>
|
</body>
|
</html>
|