Rev 5894 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5894 | Rev 13057 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 |
|
2 | <td> |
3 |
|
3 | !if $(class_authidp[1;]) iswordof cas |
4 |
|
4 | !set url = $wims_ref_name?module=adm/class/classes&type=authsupervisor&class=$code |
5 |
|
5 | !read adm/codeurl $url |
6 |
|
6 | <a class="wims_button" href="$class_cas_auth/login?service=$script_out">$wims_name_Enter</a> |
7 |
|
7 | !endif |
8 |
|
8 | !if $(class_authidp[1;]) iswordof php |
9 |
|
9 | <a class="wims_button" href="$class_php_auth?enter=$code&authtype=teacher">$wims_name_Enter</a> |
10 |
|
10 | !endif |
11 |
|
11 | !if $(class_authidp[1;]) iswordof ldap |
12 |
|
12 | !set wims_ref_class=wims_button |
13 |
|
13 | !if $type=supervisor |
14 |
|
14 | !set authtype_=teacher |
15 |
|
15 | !endif |
16 |
|
16 | !href module=$module&type=authparticipant&class=$code&authtype_=$authtype_ $wims_name_Enter |
17 |
|
17 | !endif |
18 |
|
18 | </td> |