Subversion Repositories wimsdev

Rev

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

  1. !set proc=oef
  2. !header
  3.  
  4. !if $wims_class=$empty
  5.  <p>This module is an internal module of a virtual class. As you are not
  6.  connected as a member of this class, you don't have the right to access
  7. it. Sorry.</p>
  8. <p class="wimscenter">
  9.  !href $ $wims_name_home
  10. </p>
  11. !tail
  12. !exit
  13. !endif
  14.  
  15. <p>This module gathers interactive exercises for <span class="wims_classdesc">$wims_classname</span>
  16. of <span class="wims_institutiondesc">$wims_institutionname</span>, which are created in the class.</p>
  17.  
  18. !if $wims_user=supervisor
  19. <p>
  20.  !set wims_ref_class=wims_button
  21.  !href module=adm/createxo Create another exercise
  22. </p>
  23. !read oef/intromenu.phtml
  24. !else
  25.  <p>
  26.   Only supervisor can access this exercises list.
  27.  </p>
  28.  <p class="wimscenter">
  29.   !href $ $wims_name_home
  30.  </p>
  31. !endif
  32.  
  33. !tail
  34.