Subversion Repositories wimsdev

Rev

Rev 2695 | Rev 3075 | 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
12
 <p>
2695 bpr 13
 !read lang/msg.phtml.$moduclass_lang
23 reyssat 14
 <p>
2134 bpr 15
 !href module=home $wims_name_back2
23 reyssat 16
. <p>
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
3049 bpr 26
 <li><input type=radio name="job" $ch_user value=user> $name_persopasswd<br>
23 reyssat 27
 !if $part!=$empty and $job=part
3049 bpr 28
  <li><input type=radio name="job" $ch_part value=part> $name_partpasswd
2134 bpr 29
  <tt>$part</tt> ($name_warning1).
23 reyssat 30
 !endif
3049 bpr 31
 <li><input type=radio name="job" $ch_class value=class> $name_classpasswd
2134 bpr 32
 ($name_warning1).
23 reyssat 33
 </ul>
34
!else
3049 bpr 35
 <input type=hidden name="job" value=user>
23 reyssat 36
!endif
37
<table>
2134 bpr 38
<tr><td align=right>$name_actualpasswd:
3049 bpr 39
        <td><input type=password size=16 name="old">
40
<tr><td align="right">$name_newpasswd:
41
        <td><input type=password size=42 name="pw1">
42
<tr><td align="right">$name_newpasswd2:
43
        <td><input type=password size=42 name="pw2">
23 reyssat 44
</table>
1523 bpr 45
<input type=submit value="$wims_name_tosave"> <p>
2134 bpr 46
<small>$name_jetable
1776 bpr 47
!href target=wims_mhelp cmd=help $wims_name_detail
23 reyssat 48
</small>
49
</form>
2134 bpr 50
<p>
51
$name_alphanumer
23 reyssat 52
!if $wims_user=supervisor
2134 bpr 53
 ($name_emptypasswd).
23 reyssat 54
!endif
55
 
56
!endif
57
:end
58
!tail
59
 
60
!distribute item $ into job,pw1,pw2,old
61