Rev 5843 | Rev 7835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5843 | Rev 6650 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !if $wims_class=$empty |
4 | !if $wims_class=$empty |
5 | This module is an internal module of a virtual class. As you are not |
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 |
6 | connected as a member of this class, you don't have the right to access |
7 | it. Sorry. |
7 | it. Sorry.</p> |
8 | |
8 | <p class="wimscenter"> |
9 | !href $ $wims_name_home |
9 | !href $ $wims_name_home |
10 | </p> |
10 | </p> |
- | 11 | !tail |
|
11 | !exit |
12 | !exit |
12 | !endif |
13 | !endif |
13 | 14 | ||
14 | This module gathers interactive exercises for <span class="wims_classdesc">$wims_classname</span> |
15 | <p>This module gathers interactive exercises for <span class="wims_classdesc">$wims_classname</span> |
15 | of <span class="wims_institutiondesc">$wims_institutionname</span>, which are created in the class. |
16 | of <span class="wims_institutiondesc">$wims_institutionname</span>, which are created in the class.</p> |
- | 17 | ||
16 | !if $wims_user=supervisor |
18 | !if $wims_user=supervisor |
- | 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> |
|
17 | |
23 | !read oef/intromenu.phtml |
- | 24 | !else |
|
- | 25 | <p> |
|
- | 26 | Only supervisor can access this exercises list. |
|
- | 27 | </p> |
|
- | 28 | <p class="wimscenter"> |
|
18 | |
29 | !href $ $wims_name_home |
- | 30 | </p> |
|
19 | !endif |
31 | !endif |
20 | 32 | ||
21 | - | ||
22 | !read oef/intromenu.phtml |
- | |
23 | !tail |
33 | !tail |
24 | - |