Rev 16381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16381 | Rev 16884 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | !endif |
40 | !endif |
41 | $name_link_teacher. |
41 | $name_link_teacher. |
42 | </li> |
42 | </li> |
43 | !endif |
43 | !endif |
44 | <li>$name_link_link |
44 | <li>$name_link_link |
45 | !set script_out=$wims_ref_name?module=adm/class/classes&lang=$modu_lang&type=authparticipant&class=$code&subclass=yes |
- | |
46 | !if $class_auth=cas |
45 | !if $class_auth=cas |
47 |
|
46 | !! FIXME: this link must be the same as in adm/class/classes/participant2.phtml |
- | 47 | !read adm/codeurl $wims_ref_name?module=adm/class/classes&type=authparticipant&class=$code&subclass=yes |
|
48 | <a href="$(link_)$script_out">$(link_)$script_out</a> |
48 | <a href="$(link_)$script_out">$(link_)$script_out</a> |
49 | !else |
49 | !else |
- | 50 | !set script_out=$wims_ref_name?module=adm/class/classes&lang=$modu_lang&type=authparticipant&class=$code&subclass=yes |
|
50 | <a href="$script_out">$script_out</a> |
51 | <a href="$script_out">$script_out</a> |
51 | !endif |
52 | !endif |
52 | $name_link_user |
53 | $name_link_user |
53 | !if $Cltype>=2 |
54 | !if $Cltype>=2 |
54 | $name_link_grpclass. |
55 | $name_link_grpclass. |
Line 63... | Line 64... | ||
63 | </li> |
64 | </li> |
64 | !if $Cltype>=2 |
65 | !if $Cltype>=2 |
65 | <li>$name_link_link |
66 | <li>$name_link_link |
66 | !set script_out=$wims_ref_name?module=adm/class/reguser&lang=$modu_lang&class=$code |
67 | !set script_out=$wims_ref_name?module=adm/class/reguser&lang=$modu_lang&class=$code |
67 | !if $class_auth=cas |
68 | !if $class_auth=cas |
- | 69 | !! FIXME: this link must be the same as in adm/class/classes/participant2.phtml |
|
68 | !read adm/codeurl $wims_ref_name?module=adm/class/reguser |
70 | !read adm/codeurl $wims_ref_name?module=adm/class/reguser&class=$code |
69 | !endif |
71 | !endif |
70 | <a href="$(link_)$script_out">$(link_)$script_out</a> |
72 | <a href="$(link_)$script_out">$(link_)$script_out</a> |
71 | $name_link_regsup |
73 | $name_link_regsup |
72 | !if $password!=$empty |
74 | !if $password!=$empty |
73 | ($name_link_withpwd.). |
75 | ($name_link_withpwd.). |