Rev 10228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10228 | Rev 14111 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/css.phtml |
1 | !read adm/css.phtml |
2 | !read adm/class/classname.phtml $wims_classname\ |
2 | !read adm/class/classname.phtml $wims_classname\ |
3 | $wims_institutionname |
3 | $wims_institutionname |
4 | 4 | ||
5 | !if $cmd=help |
5 | !if $cmd=help |
6 | !header |
6 | !header |
7 | !changeto help.phtml |
7 | !changeto help.phtml |
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | !header1 |
10 | !header1 |
11 | 11 | ||
12 | !read adm/title.phtml 1\ |
12 | !read adm/title.phtml 1\ |
13 | $classname\ |
13 | $classname\ |
14 | $name_title |
14 | $name_title |
15 | 15 | ||
16 | !if $error!=$empty |
16 | !if $error!=$empty |
17 | <div class="wims_msg alert"> |
17 | <div class="wims_msg alert"> |
18 | !read lang/msg.phtml.$moduclass_lang |
18 | !read lang/msg.phtml.$moduclass_lang |
19 | </div> |
19 | </div> |
20 | !set wims_menu_items=!append line class_home,1,module=home\ |
20 | !set wims_menu_items=!append line class_home,1,module=home\ |
21 | to $wims_menu_items |
21 | to $wims_menu_items |
22 | !goto end |
22 | !goto end |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !read table.phtml |
25 | !read table.phtml |
26 | 26 | ||
27 | !read form.phtml |
27 | !read form.phtml |
28 | 28 | ||
29 | :end |
29 | :end |
30 | !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\ |
30 | !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\ |
31 | Score1,1,module=adm/class/userscore\ |
31 | Score1,1,module=adm/class/userscore\ |
32 | livret,1,module=adm/class/livret\ |
32 | livret,1,module=adm/class/livret\ |
33 | activity,1,module=adm/class/activity\ |
33 | activity,1,module=adm/class/activity\ |
34 | to $wims_menu_items |
34 | to $wims_menu_items |
35 | 35 | ||
36 | !tail |
36 | !tail |
37 | 37 | ||
38 | !reset show |
38 | !reset show |
39 | - |