Subversion Repositories wimsdev

Rev

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

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