Rev 5128 | Rev 5138 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5128 | Rev 5136 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | $table_tr<td align="right"> |
30 | $table_tr<td align="right"> |
31 | $wims_name_email</td> |
31 | $wims_name_email</td> |
32 | <td><input size="30" name="email" value="$email"></td></tr> |
32 | <td><input size="30" name="email" value="$email"></td></tr> |
33 | !else external |
33 | !else external |
34 | !if $login=$empty |
34 | !if $login=$empty |
35 | <caption>$name_addteacher</caption> |
35 | <caption>$name_addteacher</caption> |
36 | !else |
36 | !else |
- | 37 | !set user_external_auth=!getdef user_external_auth in wimshome/log/classes/$wims_class/.users/$login |
|
37 | < |
38 | <caption>$wims_name_modteacher</caption> |
38 | !endif |
39 | !endif |
39 | $table_tr<td align="right">$wims_name_Login ( |
40 | $table_tr<td align="right">$wims_name_Login ($name_internal)</td><td> |
40 | !if $login=$empty |
41 | !if $login=$empty |
41 | <input size=" |
42 | <input size="30" name="login" value="$login"> |
42 | !else |
43 | !else |
43 | <tt>$login</tt> |
44 | <tt>$login</tt> |
44 | !endif |
45 | !endif |
- | 46 | </td></tr> |
|
- | 47 | $table_tr<td align="right">$wims_name_Login ($name_external)</td><td> |
|
- | 48 | <input size="30" name="user_auth" value="$user_external_auth"> |
|
- | 49 | <span class="wims_warning"><span class="wims_small_remark"> |
|
- | 50 | $name_login_external |
|
- | 51 | !if $idp_method isitemof $idp_method_list |
|
- | 52 | ($name_idp_external)</span> |
|
- | 53 | !endif |
|
- | 54 | .</span> |
|
45 | </td></tr> |
55 | </td></tr> |
46 | !endif |
56 | !endif |
47 | 57 | ||
48 | !if $idp_method notitemof $idp_method_list |
58 | !if $idp_method notitemof $idp_method_list |
49 | $table_tr<td align="right"> |
59 | $table_tr<td align="right"> |
Line 54... | Line 64... | ||
54 | <td><input size="30" name="lastname" value="$lastname"></td></tr> |
64 | <td><input size="30" name="lastname" value="$lastname"></td></tr> |
55 | $table_tr<td align="right"> |
65 | $table_tr<td align="right"> |
56 | $wims_name_email</td> |
66 | $wims_name_email</td> |
57 | <td><input size="30" name="email" value="$email"></td></tr> |
67 | <td><input size="30" name="email" value="$email"></td></tr> |
58 | !endif |
68 | !endif |
- | 69 | !if $user_participate!=$empty |
|
- | 70 | $table_tr<td align="right">$name_inscript</th><td><tt>$user_participate</tt></td></tr> |
|
- | 71 | !endif |
|
- | 72 | !set user_supervisable=!getdef user_supervisable in wimshome/log/classes/$wims_class/.users/$login |
|
- | 73 | !if $user_supervisable=yes |
|
- | 74 | !default user_supervise=!getdef user_supervise in wimshome/log/classes/$wims_class/.users/$login |
|
- | 75 | $table_tr<td align="right">$name_gestion</th><td> |
|
- | 76 | <input size="60" name="up_supervise" id="up_supervise" value="$user_supervise"> |
|
- | 77 | </tt></td></tr> |
|
- | 78 | !endif |
|
59 | $table_tr<td align="center" colspan="2"> |
79 | $table_tr<td align="center" colspan="2"> |
60 | <input type="submit" name="confirm" value="$wims_name_tosave"> |
80 | <input type="submit" name="confirm" value="$wims_name_tosave"> |
61 | |
81 | |
62 | <input type="submit" name="cancel" value="$wims_name_giveup"></td></tr> |
82 | <input type="submit" name="cancel" value="$wims_name_giveup"></td></tr> |
63 | $table_end |
83 | $table_end |