<!DOCTYPE html>
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout}">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<title th:text="#{cas.login.pagetitle}">CAS Acceptable Use Policy View</title>
</head>
<body class="login">
<main role="main" class="container mt-3 mb-3">
<div layout:fragment="content" class="row">
<div class="col-md" th:if="${delegatedAuthenticationProviderDominant == null}">
<div th:replace="test/fragments/loginform :: loginform">
<a href="test/fragments/loginform.html">Login Form goes here</a>
</div>
</div>
</div>
</main>
</body>
</html>
<!DOCTYPE html><html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"><head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> <title layout:title-pattern="$CONTENT_TITLE - $LAYOUT_TITLE">CAS – Central Authentication Service</title></head><body><div th:replace="test/fragments/header :: header"> <a href="test/fragments/header.html">Header</a> fragment will go here</div><main role="main" class="container mt-3 mb-3"> <div layout:fragment="content" id="content"> CAS content will go here </div></main><div th:replace="test/fragments/footer :: footer"> <a href="test/fragments/footer.html">Footer</a> fragment will go here</div><script th:replace="test/fragments/scripts"/></body></html><!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> <title>Footer Fragment</title></head><body> <footer th:fragment="footer" class="footer" role="contentinfo"> <div>FOOTER</div> </footer></body></html><!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> <title>Header Fragment</title></head><body> <header th:fragment="header" role="banner"> <div>HEADER</div> </header></body></html><!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> <title>Login Form Fragment</title></head><body><main role="main" class="container mt-3 mb-3"> <div class="row"> <div class="col-md"> <div th:fragment="loginform" class="form_container"> LOGIN FORM </div> </div> </div></main></body></html>--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/956f5905-17cc-42b0-a642-0723b9d20c16%40apereo.org.