Rev 5013 | Rev 5019 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5013 | bpr | 1 | |
5015 | bpr | 2 | <td align="center" colspan="2"> |
5013 | bpr | 3 | !if $class_auth iswordof cas |
5015 | bpr | 4 | !set url= $wims_ref_name?module=adm/class/classes&type=authparticipant&class=$code |
5013 | bpr | 5 | !read adm/codeurl $url |
5015 | bpr | 6 | <a class="wims_button" href="$class_cas_auth/login?service=$script_out">$wims_name_Enter</a> |
5013 | bpr | 7 | !endif |
5015 | bpr | 8 | !if $class_auth iswordof php |
9 | <a class="wims_button" href="$class_php_auth?enter=$code">$wims_name_Enter</a> |
||
5013 | bpr | 10 | !endif |
11 | !if $class_auth iswordof ldap |
||
12 | !set wims_ref_class=wims_button |
||
13 | !href module=$module&type=authparticipant&class=$code $wims_name_Enter |
||
14 | !endif |
||
15 | </td> |