Rev 1769 | Rev 2368 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1769 | Rev 2178 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/css.phtml |
1 | !read adm/css.phtml |
- | 2 | !read adm/class/classlang names.phtml |
|
- | 3 | !read lang/names.phtml.$moduclass_lang |
|
- | 4 | ||
2 | !if $cmd=help |
5 | !if $cmd=help |
3 | !header |
6 | !header |
4 | !changeto help.phtml |
7 | !changeto help.phtml |
5 | !endif |
8 | !endif |
6 | 9 | ||
7 | !header1 |
10 | !header1 |
8 | 11 | ||
9 | !read names.phtml |
- | |
- | 12 | ||
10 | 13 | ||
11 | !read adm/title.phtml 1\ |
14 | !read adm/title.phtml 1\ |
12 | $wims_classname - $wims_institutionname\ |
15 | $wims_classname - $wims_institutionname\ |
13 | $name_title |
16 | $name_title |
14 | 17 | ||
15 | !if $error!=$empty |
18 | !if $error!=$empty |
16 | <p> |
19 | <p> |
17 | !read msg. |
20 | !read lang/msg.phtml.$moduclass_lang |
18 | !set wims_menu_items=!append line class_home,1,module=home\ |
21 | !set wims_menu_items=!append line class_home,1,module=home\ |
19 | to $wims_menu_items |
22 | to $wims_menu_items |
20 | !goto end |
23 | !goto end |
21 | !endif |
24 | !endif |
22 | 25 |