|
Lines 92-98
Link Here
|
| 92 |
</div> |
92 |
</div> |
| 93 |
[% ELSE %] |
93 |
[% ELSE %] |
| 94 |
<h3>Shibboleth Login</h3> |
94 |
<h3>Shibboleth Login</h3> |
| 95 |
<p><a href="[% shibbolethLoginUrl | $raw %]">If you have a Shibboleth account, please click here to log in.</a></p> |
95 |
<p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account.</a></p> |
| 96 |
[% END # /IF invalidShibLogin %] |
96 |
[% END # /IF invalidShibLogin %] |
| 97 |
[% IF ( casAuthentication ) %] |
97 |
[% IF ( casAuthentication ) %] |
| 98 |
<h3>CAS login</h3> |
98 |
<h3>CAS login</h3> |
|
Lines 106-112
Link Here
|
| 106 |
[% IF ( casAuthentication ) %] |
106 |
[% IF ( casAuthentication ) %] |
| 107 |
[% IF ( shibbolethAuthentication ) %] |
107 |
[% IF ( shibbolethAuthentication ) %] |
| 108 |
[% IF ( casServerUrl ) %] |
108 |
[% IF ( casServerUrl ) %] |
| 109 |
<p><a href="[% casServerUrl | $raw %]">Please click here to log in.</a><p> |
109 |
<p><a href="[% casServerUrl | $raw %]">Log in.</a><p> |
| 110 |
[% END %] |
110 |
[% END %] |
| 111 |
|
111 |
|
| 112 |
[% IF ( casServersLoop ) %] |
112 |
[% IF ( casServersLoop ) %] |
|
Lines 126-132
Link Here
|
| 126 |
[% END %] |
126 |
[% END %] |
| 127 |
|
127 |
|
| 128 |
[% IF ( casServerUrl ) %] |
128 |
[% IF ( casServerUrl ) %] |
| 129 |
<p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to log in.</a><p> |
129 |
<p><a href="[% casServerUrl | $raw %]">Log in using a CAS account.</a><p> |
| 130 |
[% END %] |
130 |
[% END %] |
| 131 |
|
131 |
|
| 132 |
[% IF ( casServersLoop ) %] |
132 |
[% IF ( casServersLoop ) %] |
| 133 |
- |
|
|