|
| 1 | +<!DOCTYPE html> |
| 2 | +<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layoutosf}"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 7 | + |
| 8 | + <title th:text="#{screen.institutionssofailed.title}"></title> |
| 9 | + <link href="../../static/css/cas.css" rel="stylesheet" th:remove="tag" /> |
| 10 | +</head> |
| 11 | + |
| 12 | +<body class="mdc-typography"> |
| 13 | + <div layout:fragment="content" class="d-flex justify-content-center"> |
| 14 | + |
| 15 | + <div class="d-flex justify-content-center flex-md-row flex-column mdc-card mdc-card-content w-lg-30"> |
| 16 | + <section class="login-error-card"> |
| 17 | + <section> |
| 18 | + <div th:replace="fragments/osfbannerui :: osfBannerUI"> |
| 19 | + <a href="fragments/osfbannerui.html"></a> |
| 20 | + </div> |
| 21 | + </section> |
| 22 | + <section class="text-without-mdi text-center text-bold text-large margin-large-vertical title-danger"> |
| 23 | + <span th:utext="#{screen.authnerror.tips}"></span> |
| 24 | + </section> |
| 25 | + <hr class="my-4" /> |
| 26 | + <section class="card-message"> |
| 27 | + <h1 th:utext="#{screen.institutionssofailed.heading}"></h1> |
| 28 | + <p th:utext="#{screen.institutionssoselectivelogindenied.message}"></p> |
| 29 | + </section> |
| 30 | + <section class="form-button"> |
| 31 | + <a class="mdc-button mdc-button--raised button-osf-blue" th:href="@{/logout(service=${osfUrl.logout})}"> |
| 32 | + <span class="mdc-button__label" th:utext="#{screen.authnerror.button.backtoosf}"></span> |
| 33 | + </a> |
| 34 | + </section> |
| 35 | + <hr class="my-4" /> |
| 36 | + <section class="text-with-mdi" th:with="loginUrl=@{${@casServerLoginUrl}(casRedirectSource=cas)}"> |
| 37 | + <span><a th:href="@{/logout(service=${loginUrl})}" th:utext="#{screen.error.page.loginagain}"></a></span> |
| 38 | + </section> |
| 39 | + </section> |
| 40 | + </div> |
| 41 | + |
| 42 | + <script type="text/javascript"> |
| 43 | + disableSignUpButton(); |
| 44 | + </script> |
| 45 | + |
| 46 | + </div> |
| 47 | +</body> |
| 48 | + |
| 49 | +</html> |
0 commit comments