Lines 97-103
Link Here
|
97 |
[% IF ( casAuthentication ) %] |
97 |
[% IF ( casAuthentication ) %] |
98 |
[% IF ( shibbolethAuthentication ) %] |
98 |
[% IF ( shibbolethAuthentication ) %] |
99 |
[% IF ( casServerUrl ) %] |
99 |
[% IF ( casServerUrl ) %] |
100 |
<p><a href="[% casServerUrl | url %]">Please click here to log in.</a><p> |
100 |
<p><a href="[% casServerUrl | $raw %]">Please click here to log in.</a><p> |
101 |
[% END %] |
101 |
[% END %] |
102 |
|
102 |
|
103 |
[% IF ( casServersLoop ) %] |
103 |
[% IF ( casServersLoop ) %] |
Lines 117-123
Link Here
|
117 |
[% END %] |
117 |
[% END %] |
118 |
|
118 |
|
119 |
[% IF ( casServerUrl ) %] |
119 |
[% IF ( casServerUrl ) %] |
120 |
<p><a href="[% casServerUrl | url %]">If you have a CAS account, please click here to log in.</a><p> |
120 |
<p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to log in.</a><p> |
121 |
[% END %] |
121 |
[% END %] |
122 |
|
122 |
|
123 |
[% IF ( casServersLoop ) %] |
123 |
[% IF ( casServersLoop ) %] |
124 |
- |
|
|