Rev 10081 | Rev 10228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10081 | Rev 10085 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | $wims_institutionname |
4 | $wims_institutionname |
5 | - | ||
- | 5 | !set module_title_lang=!module title_$lang |
|
- | 6 | !default module_title_lang=$module_title |
|
6 | !read adm/css.phtml |
7 | !read adm/css.phtml |
7 | !if $cmd=help |
8 | !if $cmd=help |
8 | !header |
9 | !header |
9 | !changeto help.phtml |
10 | !changeto help.phtml |
10 | !endif |
11 | !endif |
Line 16... | Line 17... | ||
16 | </style>\ |
17 | </style>\ |
17 | to $wims_html_header |
18 | to $wims_html_header |
18 | !header1 |
19 | !header1 |
19 | !read adm/title.phtml 1\ |
20 | !read adm/title.phtml 1\ |
20 | $classname\ |
21 | $classname\ |
21 |
|
22 | $(module_title_lang) |
22 | !default job=activity |
23 | !default job=activity |
23 | !if $error!=$empty |
24 | !if $error!=$empty |
24 | <div class="wims_alertmsg"> |
25 | <div class="wims_alertmsg"> |
25 | !read lang/msg.phtml.$moduclass_lang |
26 | !read lang/msg.phtml.$moduclass_lang |
26 | </div> |
27 | </div> |
Line 39... | Line 40... | ||
39 | !distribute items scores,livret1 into sc,li |
40 | !distribute items scores,livret1 into sc,li |
40 | !else |
41 | !else |
41 | !distribute items Score1,livret into sc,li |
42 | !distribute items Score1,livret into sc,li |
42 | !endif |
43 | !endif |
43 | 44 | ||
44 | !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\ |
45 | !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation $user\ |
45 | $sc,1,module=adm/class/userscore$parmuser1\ |
46 | $sc,1,module=adm/class/userscore$parmuser1\ |
46 | $li,1,module=adm/class/livret$parmuser2\ |
47 | $li,1,module=adm/class/livret$parmuser2\ |
47 | back2,1,\ |
- | |
48 | to $wims_menu_items |
48 | to $wims_menu_items |
49 | !tail |
49 | !tail |
50 | 50 | ||
51 | !reset show |
51 | !reset show |