|
Lines 58-71
Link Here
|
| 58 |
[% END %] |
58 |
[% END %] |
| 59 |
|
59 |
|
| 60 |
[% IF ( casAuthentication ) %] |
60 |
[% IF ( casAuthentication ) %] |
| 61 |
<h4>CAS login</h4> |
61 |
<h4 title="Login via Central Authentication Service">CAS login</h4> |
| 62 |
|
62 |
|
| 63 |
[% IF ( invalidCasLogin ) %] |
63 |
[% IF ( invalidCasLogin ) %] |
| 64 |
<!-- This is what is displayed if cas login has failed --> |
64 |
<!-- This is what is displayed if cas login has failed --> |
| 65 |
<p>Sorry, the CAS login failed.</p> |
65 |
<p>Sorry, the CAS login failed.</p> |
| 66 |
[% END %] |
66 |
[% END %] |
| 67 |
|
67 |
|
| 68 |
<p>If you have a <acronym title="Central Authentication Service">CAS</acronym> account, |
68 |
<p>If you have a CAS account, |
| 69 |
[% IF ( casServerUrl ) %] |
69 |
[% IF ( casServerUrl ) %] |
| 70 |
please <a href="[% casServerUrl %]">click here to login</a>.<p> |
70 |
please <a href="[% casServerUrl %]">click here to login</a>.<p> |
| 71 |
[% END %] |
71 |
[% END %] |
| 72 |
- |
|
|