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