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