Subversion Repositories wimsdev

Rev

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