Subversion Repositories wimsdev

Rev

Rev 5044 | Rev 5071 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5028 bpr 1
 
2
   <td align="center" colspan="2">
5069 bpr 3
    !if $(class_authidp[1;]) iswordof cas
5028 bpr 4
     !set url = $wims_ref_name?module=adm/class/classes&type=authsupervisor&class=$code
5
     !read adm/codeurl $url
6
     <a class="wims_button" href="$class_cas_auth/login?service=$script_out">$wims_name_Enter</a>
7
    !endif
5069 bpr 8
    !if $(class_authidp[1;]) iswordof php
5028 bpr 9
      <a class="wims_button" href="$class_php_auth?enter=$code">$wims_name_Enter</a>
5033 bpr 10
    !endif
5069 bpr 11
    !if $$(class_authidp[1;]) iswordof ldap
5028 bpr 12
     !set wims_ref_class=wims_button
5044 bpr 13
     !href module=$module&type=authparticipant&class=$code $wims_name_Enter
5033 bpr 14
    !endif
5028 bpr 15
   </td>