Rev 5734 | Rev 5953 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !form reply |
||
5734 | bpr | 3 | <input type="hidden" name="job" value="$job"/> |
23 | reyssat | 4 | $table_header |
5125 | bpr | 5 | !if $auth_method notitemof $auth_method_list |
5138 | bpr | 6 | !if $login=$empty |
5125 | bpr | 7 | <caption>$name_addteacher</caption> |
8 | !else |
||
5138 | bpr | 9 | <caption>$wims_name_modteacher <tt>$login</tt></caption> |
5125 | bpr | 10 | !endif |
5138 | bpr | 11 | $table_tr<td align="right">$wims_name_Login</td><td> |
5125 | bpr | 12 | !if $login=$empty |
5734 | bpr | 13 | <input size="30" name="login" value=""/> |
5125 | bpr | 14 | !else |
15 | <tt>$login</tt> |
||
16 | !endif |
||
17 | </td></tr> |
||
18 | $table_tr<td align="right"> |
||
19 | $wims_name_Password</td> |
||
5734 | bpr | 20 | <td><input type="password" size="30" name="pass" value=""/></td></tr> |
5125 | bpr | 21 | $table_tr<td align="right"> |
22 | $wims_name_repeat_pass</td> |
||
5734 | bpr | 23 | <td><input type="password" size="30" name="pass2" value=""/></td></tr> |
5128 | bpr | 24 | $table_tr<td align="right"> |
25 | $wims_name_firstname</td> |
||
5734 | bpr | 26 | <td><input size="30" name="firstname" value="$firstname"/></td></tr> |
5128 | bpr | 27 | $table_tr<td align="right"> |
28 | $wims_name_lastname</td> |
||
5734 | bpr | 29 | <td><input size="30" name="lastname" value="$lastname"/></td></tr> |
5128 | bpr | 30 | $table_tr<td align="right"> |
31 | $wims_name_email</td> |
||
5734 | bpr | 32 | <td><input size="30" name="email" value="$email"/></td></tr> |
5125 | bpr | 33 | !else external |
34 | !if $login=$empty |
||
5136 | bpr | 35 | <caption>$name_addteacher</caption> |
5125 | bpr | 36 | !else |
5136 | bpr | 37 | !set user_external_auth=!getdef user_external_auth in wimshome/log/classes/$wims_class/.users/$login |
38 | <caption>$wims_name_modteacher</caption> |
||
5125 | bpr | 39 | !endif |
5138 | bpr | 40 | !if $login!=$empty |
5136 | bpr | 41 | $table_tr<td align="right">$wims_name_Login ($name_internal)</td><td> |
42 | <tt>$login</tt> |
||
5138 | bpr | 43 | </td></tr> |
5125 | bpr | 44 | !endif |
5136 | bpr | 45 | $table_tr<td align="right">$wims_name_Login ($name_external)</td><td> |
5734 | bpr | 46 | <input size="30" name="user_auth" value="$user_external_auth"/> |
5136 | bpr | 47 | <span class="wims_warning"><span class="wims_small_remark"> |
48 | $name_login_external |
||
49 | !if $idp_method isitemof $idp_method_list |
||
50 | ($name_idp_external)</span> |
||
51 | !endif |
||
52 | .</span> |
||
5125 | bpr | 53 | </td></tr> |
23 | reyssat | 54 | !endif |
5125 | bpr | 55 | |
5643 | bpr | 56 | !if $idp_method notitemof $idp_method_list and $auth_method isitemof $auth_method_list |
5125 | bpr | 57 | $table_tr<td align="right"> |
58 | $wims_name_firstname</td> |
||
5734 | bpr | 59 | <td><input size="30" name="firstname" value="$firstname"/></td></tr> |
5125 | bpr | 60 | $table_tr<td align="right"> |
61 | $wims_name_lastname</td> |
||
5734 | bpr | 62 | <td><input size="30" name="lastname" value="$lastname"/></td></tr> |
5125 | bpr | 63 | $table_tr<td align="right"> |
64 | $wims_name_email</td> |
||
5734 | bpr | 65 | <td><input size="30" name="email" value="$email"/></td></tr> |
23 | reyssat | 66 | !endif |
5136 | bpr | 67 | !if $user_participate!=$empty |
68 | $table_tr<td align="right">$name_inscript</th><td><tt>$user_participate</tt></td></tr> |
||
69 | !endif |
||
70 | !set user_supervisable=!getdef user_supervisable in wimshome/log/classes/$wims_class/.users/$login |
||
71 | !if $user_supervisable=yes |
||
72 | !default user_supervise=!getdef user_supervise in wimshome/log/classes/$wims_class/.users/$login |
||
73 | $table_tr<td align="right">$name_gestion</th><td> |
||
5734 | bpr | 74 | <input size="60" name="up_supervise" id="up_supervise" value="$user_supervise"/> |
5643 | bpr | 75 | <tt>$wims_class/1/101, ... </tt></td></tr> |
5136 | bpr | 76 | !endif |
3955 | bpr | 77 | $table_tr<td align="center" colspan="2"> |
5734 | bpr | 78 | <input type="submit" name="confirm" value="$wims_name_tosave"/> |
23 | reyssat | 79 | |
5734 | bpr | 80 | <input type="submit" name="cancel" value="$wims_name_giveup"/></td></tr> |
23 | reyssat | 81 | $table_end |
82 | |||
5926 | bpr | 83 | !formend |
84 |