Lines 53-59
Link Here
|
53 |
<p>Sorry, the CAS login failed.</p> |
53 |
<p>Sorry, the CAS login failed.</p> |
54 |
[% END %] |
54 |
[% END %] |
55 |
|
55 |
|
56 |
<p>If you have a <acronym title="Central Authentication Service">CAS</acronym> account, please <a href="[% casServerUrl %]">click here to login</a>.<p> |
56 |
<p><acronym title="Central Authentication Service">If you have a CAS account</acronym>, |
|
|
57 |
[% IF ( casServerUrl ) %] |
58 |
please <a href="[% casServerUrl %]">click here to login</a>.<p> |
59 |
[% END %] |
60 |
|
61 |
[% IF ( casServersLoop ) %] |
62 |
please choose against which one you would like to authenticate: </p> |
63 |
<ul> |
64 |
[% FOREACH casServersLoo IN casServersLoop %] |
65 |
<li><a href="[% searchdomainloo.value %]">[% searchdomainloo.name %]</a></li> |
66 |
[% END %] |
67 |
[% END %] |
68 |
</ul> |
57 |
|
69 |
|
58 |
<h4>Local Login</h4> |
70 |
<h4>Local Login</h4> |
59 |
<p>If you do not have a CAS account, but a local account, you can still log in : </p> |
71 |
<p>If you do not have a CAS account, but a local account, you can still log in : </p> |
60 |
- |
|
|