Lines 29-35
Link Here
|
29 |
[% IF ( nopermission ) %] |
29 |
[% IF ( nopermission ) %] |
30 |
<!-- This is what is displayed if user doesn't have permission --> |
30 |
<!-- This is what is displayed if user doesn't have permission --> |
31 |
<div class="alert"> |
31 |
<div class="alert"> |
32 |
<h3>Access denied</h3> |
32 |
<h1>Access denied</h1> |
33 |
<p>Sorry, the system doesn't think you have permission to access this page. </p> |
33 |
<p>Sorry, the system doesn't think you have permission to access this page. </p> |
34 |
[% IF SCO_login %] |
34 |
[% IF SCO_login %] |
35 |
<p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Log out and try again with a different user.</a></p> |
35 |
<p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Log out and try again with a different user.</a></p> |
Lines 41-47
Link Here
|
41 |
|
41 |
|
42 |
[% IF ( loginprompt ) %] |
42 |
[% IF ( loginprompt ) %] |
43 |
<!-- login prompt time--> |
43 |
<!-- login prompt time--> |
44 |
<h3>Log in to your account</h3> |
44 |
<h1>Log in to your account</h1> |
45 |
|
45 |
|
46 |
[% IF ( timed_out ) %] |
46 |
[% IF ( timed_out ) %] |
47 |
<!-- This is what is displayed if login has timed out --> |
47 |
<!-- This is what is displayed if login has timed out --> |
Lines 82-95
Link Here
|
82 |
[% END %] |
82 |
[% END %] |
83 |
</div> |
83 |
</div> |
84 |
[% ELSE %] |
84 |
[% ELSE %] |
85 |
<h4>Shibboleth Login</h4> |
85 |
<h2>Shibboleth Login</h2> |
86 |
<p><a href="[% shibbolethLoginUrl | $raw %]">If you have a Shibboleth account, please click here to log in.</a></p> |
86 |
<p><a href="[% shibbolethLoginUrl | $raw %]">If you have a Shibboleth account, please click here to log in.</a></p> |
87 |
[% END %] |
87 |
[% END %] |
88 |
[% IF ( casAuthentication ) %] |
88 |
[% IF ( casAuthentication ) %] |
89 |
<h4>CAS login</h4> |
89 |
<h2>CAS login</h2> |
90 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.</p> |
90 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.</p> |
91 |
[% ELSE %] |
91 |
[% ELSE %] |
92 |
<h4>Local login</h4> |
92 |
<h2>Local login</h2> |
93 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below.</p> |
93 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below.</p> |
94 |
[% END %] |
94 |
[% END %] |
95 |
|
95 |
|
Lines 110-116
Link Here
|
110 |
</ul> |
110 |
</ul> |
111 |
[% END %] |
111 |
[% END %] |
112 |
[% ELSE %] |
112 |
[% ELSE %] |
113 |
<h4>CAS login</h4> |
113 |
<h2>CAS login</h2> |
114 |
|
114 |
|
115 |
[% IF ( invalidCasLogin ) %] |
115 |
[% IF ( invalidCasLogin ) %] |
116 |
<!-- This is what is displayed if cas login has failed --> |
116 |
<!-- This is what is displayed if cas login has failed --> |
Lines 134-140
Link Here
|
134 |
[% IF ( shibbolethAuthentication ) %] |
134 |
[% IF ( shibbolethAuthentication ) %] |
135 |
<p>Nothing</p> |
135 |
<p>Nothing</p> |
136 |
[% ELSE %] |
136 |
[% ELSE %] |
137 |
<h4>Local login</h4> |
137 |
<h2>Local login</h2> |
138 |
<p>If you do not have a CAS account, but do have a local account, you can still log in: </p> |
138 |
<p>If you do not have a CAS account, but do have a local account, you can still log in: </p> |
139 |
[% END %] |
139 |
[% END %] |
140 |
|
140 |
|
Lines 142-148
Link Here
|
142 |
|
142 |
|
143 |
[% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
143 |
[% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
144 |
[% IF ( invalidGoogleOpenIDConnectLogin ) %] |
144 |
[% IF ( invalidGoogleOpenIDConnectLogin ) %] |
145 |
<h4>Google login</h4> |
145 |
<h2>Google login</h2> |
146 |
<p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin | html %]</span></p> |
146 |
<p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin | html %]</span></p> |
147 |
<p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p> |
147 |
<p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p> |
148 |
<p>If you want to, you can try to <a href="/cgi-bin/koha/svc/auth/googleopenidconnect?reauthenticate=select_account">log in using a different account</a> |
148 |
<p>If you want to, you can try to <a href="/cgi-bin/koha/svc/auth/googleopenidconnect?reauthenticate=select_account">log in using a different account</a> |
Lines 179-187
Link Here
|
179 |
[% IF Koha.Preference('OpacLoginInstructions') %] |
179 |
[% IF Koha.Preference('OpacLoginInstructions') %] |
180 |
[% Koha.Preference('OpacLoginInstructions') | $raw %] |
180 |
[% Koha.Preference('OpacLoginInstructions') | $raw %] |
181 |
[% ELSE %] |
181 |
[% ELSE %] |
182 |
<h5>Don't have a password yet?</h5> |
182 |
<h2>Don't have a password yet?</h2> |
183 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
183 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
184 |
<h5>Don't have a library card?</h5> |
184 |
<h2>Don't have a library card?</h2> |
185 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
185 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
186 |
[% END # / IF Koha.Preference('OpacLoginInstructions') %] |
186 |
[% END # / IF Koha.Preference('OpacLoginInstructions') %] |
187 |
|
187 |
|
Lines 192-198
Link Here
|
192 |
[% END # / IF loginprompt %] |
192 |
[% END # / IF loginprompt %] |
193 |
|
193 |
|
194 |
[% ELSE %] |
194 |
[% ELSE %] |
195 |
<h4>Logging on to the catalog has not been enabled by the library.</h4> |
195 |
<h1>Logging on to the catalog has not been enabled by the library.</h1> |
196 |
<ul> |
196 |
<ul> |
197 |
<li>To report this error, you can email the Koha Administrator.<a href="mailto:[% admin | uri %]">Email</a></li> |
197 |
<li>To report this error, you can email the Koha Administrator.<a href="mailto:[% admin | uri %]">Email</a></li> |
198 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
198 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
199 |
- |
|
|