| Lines 76-88
          
      
      
        Link Here | 
        
          | 76 | <p>Sorry, the CAS login failed.</p> | 76 | <p>Sorry, the CAS login failed.</p> | 
        
          | 77 | [% END %] | 77 | [% END %] | 
        
          | 78 |  | 78 |  | 
            
              | 79 | <p>If you have a CAS account, |  |  | 
        
          | 80 | [% IF ( casServerUrl ) %] | 79 | [% IF ( casServerUrl ) %] | 
          
            
              | 81 |     please <a href="[% casServerUrl %]">click here to login</a>.<p> | 80 |     <p><a href="[% casServerUrl %]">If you have a CAS account, please click here to login</a>.<p> | 
        
          | 82 | [% END %] | 81 | [% END %] | 
        
          | 83 |  | 82 |  | 
        
          | 84 | [% IF ( casServersLoop ) %] | 83 | [% IF ( casServersLoop ) %] | 
          
            
              | 85 | please choose against which one you would like to authenticate: </p> | 84 |     <p>If you have a CAS account, please choose against which one you would like to authenticate:</p> | 
        
          | 86 | <ul> | 85 | <ul> | 
        
          | 87 |     [% FOREACH casServer IN casServersLoop %] | 86 |     [% FOREACH casServer IN casServersLoop %] | 
        
          | 88 |         <li><a href="[% casServer.value %]">[% casServer.name %]</a></li> | 87 |         <li><a href="[% casServer.value %]">[% casServer.name %]</a></li> | 
            
              | 89 | -  |  |  |