Rev 9115 | Rev 9353 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2177 | bpr | 1 | |
2 | !read lang/names.phtml.$moduclass_lang |
||
4039 | bpr | 3 | !read adm/class/classname.phtml $wims_classname\ |
4018 | bpr | 4 | $wims_institutionname |
2177 | bpr | 5 | |
1170 | bpr | 6 | !read adm/css.phtml |
232 | bpr | 7 | !if $cmd=help |
8 | !header |
||
9 | !changeto help.phtml |
||
10 | !endif |
||
1051 | bpr | 11 | !header1 |
1336 | bpr | 12 | !read adm/title.phtml 1\ |
4018 | bpr | 13 | $classname\ |
1336 | bpr | 14 | $name_title |
232 | bpr | 15 | |
16 | !if $error!=$empty |
||
5894 | bpr | 17 | <div class="wims_alertmsg"> |
9115 | bpr | 18 | !read lang/msg.phtml.$moduclass_lang |
5874 | bpr | 19 | </div> |
20 | <p> |
||
232 | bpr | 21 | !href module=home $name_homeback |
9252 | bpr | 22 | </p> |
1336 | bpr | 23 | !set wims_menu_items=!append line back,1,module=home\ |
24 | to $wims_menu_items |
||
232 | bpr | 25 | !goto end |
26 | !endif |
||
27 | |||
28 | !read activity.phtml |
||
29 | |||
30 | :end |
||
9115 | bpr | 31 | !set wims_menu_items=!append line Score1,1,module=adm/class/userscore\ |
32 | to $wims_menu_items |
||
232 | bpr | 33 | !tail |
34 | |||
35 | !reset show |
||
36 |