|
Lines 399-411
Link Here
|
| 399 |
[% IF ( invalidShibLogin ) %] |
399 |
[% IF ( invalidShibLogin ) %] |
| 400 |
<!-- This is what is displayed if shibboleth login has failed to match a koha user --> |
400 |
<!-- This is what is displayed if shibboleth login has failed to match a koha user --> |
| 401 |
<div class="alert alert-info"> |
401 |
<div class="alert alert-info"> |
| 402 |
<p>Sorry, your Shibboleth identity does not match a valid library identity. If you have a local login, you may use that below.</p> |
402 |
<p>Sorry, your <span class="shibboleth_login_name">Shibboleth</span> identity does not match a valid library identity. If you have a local login, you may use that below.</p> |
| 403 |
</div> |
403 |
</div> |
| 404 |
[% ELSE %] |
404 |
[% ELSE %] |
| 405 |
<h3>Sign in using:</h3> |
405 |
<h3>Sign in using:</h3> |
| 406 |
<a href="[% shibbolethLoginUrl | $raw %]"> |
406 |
<div id="shibboleth_login_button"> |
| 407 |
<div id="external_login_button"><i id="external_login_icon" class="fa fa-user-circle-o" aria-hidden="true"></i><span id="external_login_name"> Shibboleth</span></div> |
407 |
<a href="[% shibbolethLoginUrl | $raw %]"> |
| 408 |
</a> |
408 |
<i id="shibboleth_login_icon" class="fa fa-user-circle-o" aria-hidden="true"></i><span class="shibboleth_login_name">Shibboleth</span> |
|
|
409 |
</a> |
| 410 |
</div> |
| 409 |
[% END %] |
411 |
[% END %] |
| 410 |
</div> |
412 |
</div> |
| 411 |
[% END %] |
413 |
[% END %] |
| 412 |
- |
|
|