Subversion Repositories wimsdev

Rev

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

  1. !read adm/css.phtml
  2. !read adm/lang/class_title.phtml.$moduclass_lang $wims_classname\
  3. $wims_institutionname
  4.  
  5. !if $cmd=help
  6.  !header
  7.  !changeto help.phtml
  8. !endif
  9.  
  10. !header1
  11.  
  12. !read adm/title.phtml 1\
  13. $classname\
  14. $name_title
  15.  
  16. !if $error!=$empty
  17.  <p>
  18.  !read lang/msg.phtml.$moduclass_lang
  19.  !set wims_menu_items=!append line class_home,1,module=home\
  20.  to $wims_menu_items
  21.  !goto end
  22. !endif
  23.  
  24. !read table.phtml
  25.  
  26. !read form.phtml
  27.  
  28. :end
  29. !tail
  30.  
  31. !reset show
  32.  
  33.