Lines 83-89
Link Here
|
83 |
[% IF ( invalidShibLogin ) %] |
83 |
[% IF ( invalidShibLogin ) %] |
84 |
<!-- This is what is displayed if shibboleth login has failed to match a koha user --> |
84 |
<!-- This is what is displayed if shibboleth login has failed to match a koha user --> |
85 |
<div class="alert alert-info"> |
85 |
<div class="alert alert-info"> |
86 |
<p>Sorry, your Shibboleth identity does not match a valid library identity.</p> |
86 |
<p id="shib-invalid">Sorry, your Shibboleth identity does not match a valid library identity.</p> |
87 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
87 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
88 |
[% IF ( casAuthentication ) %] |
88 |
[% IF ( casAuthentication ) %] |
89 |
[% IF ( invalidCasLogin ) %] |
89 |
[% IF ( invalidCasLogin ) %] |
Lines 98-113
Link Here
|
98 |
[% END %] |
98 |
[% END %] |
99 |
</div> |
99 |
</div> |
100 |
[% ELSE %] |
100 |
[% ELSE %] |
101 |
<h2>Shibboleth Login</h2> |
101 |
<h2 id="shib-title">Shibboleth Login</h2> |
102 |
<p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account.</a></p> |
102 |
<p><a id="shib-link-text" href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account.</a></p> |
103 |
[% END # /IF invalidShibLogin %] |
103 |
[% END # /IF invalidShibLogin %] |
104 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
104 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
105 |
[% IF ( casAuthentication ) %] |
105 |
[% IF ( casAuthentication ) %] |
106 |
<h2>CAS login</h2> |
106 |
<h2>CAS login</h2> |
107 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.</p> |
107 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.</p> |
108 |
[% ELSE %] |
108 |
[% ELSE %] |
109 |
<h2>Local login</h2> |
109 |
<h2 id="shib-local-title">Local login</h2> |
110 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below.</p> |
110 |
<p id="shib-local-text">If you do not have a Shibboleth account, but you do have a local login, then you may login below.</p> |
111 |
[% END %] |
111 |
[% END %] |
112 |
[% END %] |
112 |
[% END %] |
113 |
[% END # /IF shibbolethAuthentication %] |
113 |
[% END # /IF shibbolethAuthentication %] |
114 |
- |
|
|