Rev 9351 | 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 |
||
5894 | bpr | 17 | <div class="wims_alertmsg"> |
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 |
||
9115 | bpr | 30 | !set wims_menu_items=!append line Score1,1,module=adm/class/userscore\ |
9351 | bpr | 31 | livret,1,module=adm/class/livret\ |
9359 | bpr | 32 | activity,1,module=adm/class/activity\ |
9115 | bpr | 33 | to $wims_menu_items |
34 | |||
23 | reyssat | 35 | !tail |
36 | |||
37 | !reset show |
||
38 |