Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1170 bpr 1
!read adm/css.phtml
4039 bpr 2
!read adm/class/classname.phtml $wims_classname\
4026 bpr 3
$wims_institutionname
2178 bpr 4
 
23 reyssat 5
!if $cmd=help
6
 !header
7
 !changeto help.phtml
8
!endif
9
 
1054 bpr 10
!header1
11
 
1343 bpr 12
!read adm/title.phtml 1\
4026 bpr 13
$classname\
1769 bpr 14
$name_title
23 reyssat 15
 
16
!if $error!=$empty
10228 bpr 17
 <div class="wims_msg alert">
2178 bpr 18
 !read lang/msg.phtml.$moduclass_lang
5853 bpr 19
 </div>
1769 bpr 20
 !set wims_menu_items=!append line class_home,1,module=home\
1343 bpr 21
 to $wims_menu_items
23 reyssat 22
 !goto end
23
!endif
24
 
25
!read table.phtml
26
 
27
!read form.phtml
28
 
29
:end
10081 bpr 30
!set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\
31
Score1,1,module=adm/class/userscore\
9351 bpr 32
livret,1,module=adm/class/livret\
9359 bpr 33
activity,1,module=adm/class/activity\
9115 bpr 34
 to $wims_menu_items
35
 
23 reyssat 36
!tail
37
 
38
!reset show
39