Subversion Repositories wimsdev

Rev

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

  1. !read adm/css.phtml
  2.  
  3. !if $cmd=help
  4.  !header
  5.  !changeto help.phtml
  6. !endif
  7.  
  8. !header1
  9.  
  10.  
  11.  
  12. !read adm/title.phtml 1\
  13. $wims_classname - $wims_institutionname\
  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.