Rev 3909 | Rev 4039 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2191 | bpr | 1 | !read adm/class/class.lang names.phtml |
2 | |||
1170 | bpr | 3 | !read adm/css.phtml |
1051 | bpr | 4 | !header1 |
5 | |||
4024 | bpr | 6 | !read adm/lang/class_title.phtml.$moduclass_lang $wims_classname\ |
7 | $wims_institutionname |
||
23 | reyssat | 8 | |
1343 | bpr | 9 | !read adm/title.phtml 1\ |
4024 | bpr | 10 | $classname\ |
2134 | bpr | 11 | $module_title |
23 | reyssat | 12 | |
13 | !if $error!=$empty |
||
3075 | bpr | 14 | <p></p> |
2695 | bpr | 15 | !read lang/msg.phtml.$moduclass_lang |
3075 | bpr | 16 | <p></p> |
2134 | bpr | 17 | !href module=home $wims_name_back2 |
3075 | bpr | 18 | . <p></p> |
23 | reyssat | 19 | !goto end |
20 | !endif |
||
21 | |||
22 | !form reply |
||
23 | |||
24 | !if $wims_user=supervisor |
||
2134 | bpr | 25 | $name_passwdtype: <ul> |
23 | reyssat | 26 | !default job=user |
27 | !set ch_$job=checked |
||
3909 | bpr | 28 | <li><input type="radio" name="job" $ch_user value="user"> $name_persopasswd |
3075 | bpr | 29 | </li> |
23 | reyssat | 30 | !if $part!=$empty and $job=part |
3909 | bpr | 31 | <li><input type="radio" name="job" $ch_part value="part"> $name_partpasswd |
3075 | bpr | 32 | <tt>$part</tt> ($name_warning1).</li> |
23 | reyssat | 33 | !endif |
3909 | bpr | 34 | <li><input type="radio" name="job" $ch_class value="class"> $name_classpasswd |
2134 | bpr | 35 | ($name_warning1). |
3075 | bpr | 36 | </li> |
23 | reyssat | 37 | </ul> |
38 | !else |
||
3909 | bpr | 39 | <input type="hidden" name="job" value="user"> |
23 | reyssat | 40 | !endif |
41 | <table> |
||
3909 | bpr | 42 | <tr><td align="right">$name_actualpasswd</td> |
43 | <td><input type="password" size="16" name="old"></td></tr> |
||
3075 | bpr | 44 | <tr><td align="right">$name_newpasswd</td> |
3909 | bpr | 45 | <td><input type="password" size="42" name="pw1"></td></tr> |
3075 | bpr | 46 | <tr><td align="right">$name_newpasswd2</td> |
3909 | bpr | 47 | <td><input type="password" size="42" name="pw2"></td></tr> |
23 | reyssat | 48 | </table> |
3909 | bpr | 49 | <input type="submit" value="$wims_name_tosave"> <p></p> |
2134 | bpr | 50 | <small>$name_jetable |
3075 | bpr | 51 | !set wims_ref_class=wims_button_help |
52 | !href target=wims_mhelp cmd=help $wims_name_help |
||
23 | reyssat | 53 | </small> |
54 | </form> |
||
2134 | bpr | 55 | <p> |
56 | $name_alphanumer |
||
23 | reyssat | 57 | !if $wims_user=supervisor |
2134 | bpr | 58 | ($name_emptypasswd). |
23 | reyssat | 59 | !endif |
3075 | bpr | 60 | </p> |
23 | reyssat | 61 | !endif |
62 | :end |
||
63 | !tail |
||
64 | |||
65 | !distribute item $ into job,pw1,pw2,old |
||
66 |