Lines 335-341
Link Here
|
335 |
<div id="loginModal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="modalLoginLabel" aria-hidden="true"> |
335 |
<div id="loginModal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="modalLoginLabel" aria-hidden="true"> |
336 |
<div class="modal-header"> |
336 |
<div class="modal-header"> |
337 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
337 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
338 |
<h3 id="modalLoginLabel">Log in to your account</h3> |
338 |
<h2 id="modalLoginLabel">Log in to your account</h2> |
339 |
</div> |
339 |
</div> |
340 |
<form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="modalAuth"> |
340 |
<form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="modalAuth"> |
341 |
<input type="hidden" name="has-search-query" id="has-search-query" value="" /> |
341 |
<input type="hidden" name="has-search-query" id="has-search-query" value="" /> |
Lines 347-355
Link Here
|
347 |
<p>Sorry, your Shibboleth identity does not match a valid library identity. If you have a local login, you may use that below.</p> |
347 |
<p>Sorry, your Shibboleth identity does not match a valid library identity. If you have a local login, you may use that below.</p> |
348 |
</div> |
348 |
</div> |
349 |
[% ELSE %] |
349 |
[% ELSE %] |
350 |
<h4>Shibboleth login</h4> |
350 |
<h3>Shibboleth login</h3> |
351 |
<p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here to login</a>.</p> |
351 |
<p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here to login</a>.</p> |
352 |
<h4>Local Login</h4> |
352 |
<h3>Local Login</h3> |
353 |
[% END %] |
353 |
[% END %] |
354 |
[% END %] |
354 |
[% END %] |
355 |
<input type="hidden" name="koha_login_context" value="opac" /> |
355 |
<input type="hidden" name="koha_login_context" value="opac" /> |
356 |
- |
|
|