Subversion Repositories wimsdev

Rev

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

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