Subversion Repositories wimsdev

Rev

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

  1. !header
  2.  
  3. !if $wims_class=$empty
  4.  <p>
  5.   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.
  8. </p>
  9. <p class="wimscenter">
  10.  !href $ $wims_name_home
  11. </p>
  12. !tail
  13. !exit
  14. !endif
  15.  
  16. <p>
  17.  This module gathers interactive exercises which are created in the class
  18.  <span class="wims_classdesc">$wims_classname</span> of
  19.  <span class="wims_institutiondesc">$wims_institutionname</span>.
  20. </p>
  21.  
  22. !if $wims_user=supervisor
  23. <p>
  24.  !set wims_ref_class=wims_button
  25.  !href module=adm/createxo Create another exercise
  26. </p>
  27. !read oef/intromenu.phtml
  28. !else
  29.  <p>
  30.   Only supervisor can access this exercises list.
  31.  </p>
  32.  <p class="wimscenter">
  33.   !href $ $wims_name_home
  34.  </p>
  35. !endif
  36.  
  37. !tail
  38.