Subversion Repositories wimsdev

Rev

Rev 5894 | Rev 5956 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2368 bpr 1
 
1170 bpr 2
!read adm/css.phtml
1051 bpr 3
!header1
4
 
2184 bpr 5
!read lang/names.phtml.$moduclass_lang
4039 bpr 6
!read adm/class/classname.phtml $wims_classname\
4018 bpr 7
$wims_institutionname
23 reyssat 8
 
1348 bpr 9
!read adm/title.phtml 1\
4018 bpr 10
$classname\
1705 bpr 11
$name_manual_title
23 reyssat 12
 
13
!if $error!=$empty
5894 bpr 14
 <div class="wims_alertmsg">
2184 bpr 15
 !read lang/msg.phtml.$moduclass_lang
5874 bpr 16
 </div>
23 reyssat 17
 <p>
1705 bpr 18
 !href module=home $wims_name_class_home
5874 bpr 19
. </p>
23 reyssat 20
 !goto end
21
!endif
22
 
23
!form reply
5745 bpr 24
<input type="hidden" name="method" value="percent"/>
1705 bpr 25
$name_explanation
5734 bpr 26
<input size="4" name="per" value="$percent"/>%
27
(<small><input type="submit" name="reg" value="$wims_name_change"/></small>)
1705 bpr 28
.
23 reyssat 29
!if $method!=list
923 bpr 30
<p>
1705 bpr 31
 !href cmd=reply&method=list $wims_name_back4
23 reyssat 32
.
1390 bpr 33
!set wims_menu_items=!append line back4,1,cmd=reply&method=list\
34
to $wims_menu_items
23 reyssat 35
!endif
36
 
5926 bpr 37
!formend
38
 
23 reyssat 39
!read $method.phtml
40
 
5874 bpr 41
 
42
!if $method=user and $wims_user=supervisor
23 reyssat 43
<p>
1705 bpr 44
 !href module=adm/class/userlist&job=getuser&getuser=$un $wims_name_otherscore ($username)
923 bpr 45
.
5874 bpr 46
</p>
1390 bpr 47
!endif
923 bpr 48
 
1390 bpr 49
!set wims_menu_items=!append line otherscore,1,module=adm/class/userlist\
50
to $wims_menu_items
23 reyssat 51
 
52
:end
53
!tail
54
 
55
!reset reg
56