|
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 |
<h1>Access denied</h1> |
32 |
<h2>Access denied</h2> |
| 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 |
<h1>Log in to your account</h1> |
44 |
<h2>Log in to your account</h2> |
| 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 |
<h2>Shibboleth Login</h2> |
85 |
<h3>Shibboleth Login</h3> |
| 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 |
<h2>CAS login</h2> |
89 |
<h3>CAS login</h3> |
| 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 |
<h2>Local login</h2> |
92 |
<h3>Local login</h3> |
| 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 |
<h2>CAS login</h2> |
113 |
<h3>CAS login</h3> |
| 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 |
<h2>Local login</h2> |
137 |
<h3>Local login</h3> |
| 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 |
<h2>Google login</h2> |
145 |
<h3>Google login</h3> |
| 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 |
<h2>Don't have a password yet?</h2> |
182 |
<h3>Don't have a password yet?</h3> |
| 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 |
<h2>Don't have a library card?</h2> |
184 |
<h3>Don't have a library card?</h3> |
| 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 |
<h1>Logging on to the catalog has not been enabled by the library.</h1> |
195 |
<h2>Logging on to the catalog has not been enabled by the library.</h2> |
| 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 |
- |
|
|