Rev 10228 | 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 |
14111 | bpr | 6 | !header |
7 | !changeto help.phtml |
||
23 | reyssat | 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 |
||
14111 | bpr | 17 | <div class="wims_msg alert"> |
18 | !read lang/msg.phtml.$moduclass_lang |
||
19 | </div> |
||
20 | !set wims_menu_items=!append line class_home,1,module=home\ |
||
21 | to $wims_menu_items |
||
22 | !goto end |
||
23 | reyssat | 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 |