Subversion Repositories wimsdev

Rev

Rev 10228 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read adm/css.phtml
  2. !read adm/class/classname.phtml $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.   <div class="wims_msg alert">
  18.   !read lang/msg.phtml.$moduclass_lang
  19.   </div>
  20.   !set wims_menu_items=!append line class_home,1,module=home\
  21.     to $wims_menu_items
  22.   !goto end
  23. !endif
  24.  
  25. !read table.phtml
  26.  
  27. !read form.phtml
  28.  
  29. :end
  30. !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\
  31. Score1,1,module=adm/class/userscore\
  32. livret,1,module=adm/class/livret\
  33. activity,1,module=adm/class/activity\
  34.  to $wims_menu_items
  35.  
  36. !tail
  37.  
  38. !reset show
  39.