Rev 5071 | Rev 5894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5071 | Rev 5437 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | <font color="grey">$name_register</font> |
14 | <font color="grey">$name_register</font> |
15 | !endif |
15 | !endif |
16 | !endif |
16 | !endif |
17 | !endif |
17 | !endif |
18 | !if $class_auth iswordof php |
18 | !if $class_auth iswordof php |
- | 19 | !if $userdef=$empty or $code=$superclass |
|
19 | <a class="wims_button" href="$host_auth?enter=$code">$wims_name_Enter</a> |
20 | <a class="wims_button" href="$host_auth?enter=$code">$wims_name_Enter</a> |
- | 21 | !else |
|
- | 22 | !! to fix "direct" access to other classes |
|
- | 23 | !set u__=!defof user_external_auth in $userdef |
|
- | 24 | !set wims_ref_class=wims_button |
|
- | 25 | !href module=adm/class/reguser&class=$code&+auth_user=$u__ $name_register |
|
- | 26 | !endif |
|
20 | !endif |
27 | !endif |
21 | !if $class_auth iswordof ldap |
28 | !if $class_auth iswordof ldap |
22 | !set wims_ref_class=wims_button |
29 | !set wims_ref_class=wims_button |
23 | !href module=$module&type=authparticipant&class=$code$tmp_parm $wims_name_Enter |
30 | !href module=$module&type=authparticipant&class=$code$tmp_parm $wims_name_Enter |
24 | !endif |
31 | !endif |