Rev 5843 | Rev 7835 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
24 | reyssat | 1 | !set proc=oef |
2 | !header |
||
3 | |||
4 | !if $wims_class=$empty |
||
6650 | obado | 5 | <p>This module is an internal module of a virtual class. As you are not |
24 | reyssat | 6 | connected as a member of this class, you don't have the right to access |
6650 | obado | 7 | it. Sorry.</p> |
8 | <p class="wimscenter"> |
||
9 | !href $ $wims_name_home |
||
5843 | bpr | 10 | </p> |
6650 | obado | 11 | !tail |
24 | reyssat | 12 | !exit |
13 | !endif |
||
14 | |||
6650 | obado | 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 | |||
24 | reyssat | 18 | !if $wims_user=supervisor |
6650 | obado | 19 | <p> |
20 | !set wims_ref_class=wims_button |
||
21 | !href module=adm/createxo <span class="icon_button add_exo">Create another exercise</span> |
||
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> |
||
24 | reyssat | 31 | !endif |
32 | |||
33 | !tail |