Subversion Repositories wimsdev

Rev

Rev 16479 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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.  
  17.  
  18. !set wims_menu_items=!append line usermanage,1,module=adm/class/usermanage\
  19.  to $wims_menu_items
  20.  
  21. !if $error!=$empty
  22.   <div class="wims_msg alert">
  23.     !read lang/msg.phtml.$moduclass_lang
  24.   </div>
  25. !endif
  26.  
  27. !if $job!=$empty
  28.  !read $job.phtml
  29. !endif
  30.  
  31. !tail
  32.