Rev 16484 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!read adm/css.phtml
!if $(module_title_$moduclass_lang)!=$empty
!set module_title=$(module_title_$moduclass_lang)
!endif
!readproc lang/names.phtml.$moduclass_lang
!read adm/class/classname.phtml $wims_classname\
$wims_institutionname
!if $local_js!=$empty
!set wims_html_header=!append line $local_js to $wims_html_header
!endif
!header1
!read adm/title.phtml 1\
$classname\
$module_title
!if $job!=$empty and $job!=oneuser
!set wims_menu_items=!append line usermanage,1,module=adm/class/usermanage\
to $wims_menu_items
!endif
!if $error!=$empty
<div class="wims_msg alert">
!read lang/msg.phtml.$moduclass_lang
</div>
!endif
!if $job!=$empty
!read $job.phtml
!endif
!tail