Rev 16484 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16479 | guerimand | 1 | !read adm/css.phtml |
2 | !if $(module_title_$moduclass_lang)!=$empty |
||
3 | !set module_title=$(module_title_$moduclass_lang) |
||
4 | !endif |
||
5 | !readproc lang/names.phtml.$moduclass_lang |
||
6 | !read adm/class/classname.phtml $wims_classname\ |
||
7 | $wims_institutionname |
||
8 | |||
9 | !if $local_js!=$empty |
||
10 | !set wims_html_header=!append line $local_js to $wims_html_header |
||
11 | !endif |
||
12 | !header1 |
||
13 | !read adm/title.phtml 1\ |
||
14 | $classname\ |
||
15 | $module_title |
||
16 | |||
16512 | guerimand | 17 | !if $job!=$empty and $job!=oneuser |
18 | !set wims_menu_items=!append line usermanage,1,module=adm/class/usermanage\ |
||
16479 | guerimand | 19 | to $wims_menu_items |
16512 | guerimand | 20 | !endif |
16479 | guerimand | 21 | |
22 | !if $error!=$empty |
||
23 | <div class="wims_msg alert"> |
||
24 | !read lang/msg.phtml.$moduclass_lang |
||
25 | </div> |
||
26 | !endif |
||
27 | |||
28 | !if $job!=$empty |
||
29 | !read $job.phtml |
||
30 | !endif |
||
31 | |||
32 | !tail |