Rev 5843 | 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 | <p> |
|
5 | Deze module hoort bij een virtuele klas<br>. |
6 | Deze module hoort bij een virtuele klas<br>. |
6 | En U staat niet geregistreerd als deelnemer, dus kunt deze module niet opvragen, |
7 | En U staat niet geregistreerd als deelnemer, dus kunt deze module niet opvragen, |
- | 8 | </p> |
|
7 |
|
9 | <p class="wimscenter"> |
8 | !href $ $wims_name_home |
10 | !href $ $wims_name_home |
9 | </p> |
11 | </p> |
- | 12 | !tail |
|
10 | !exit |
13 | !exit |
11 | !endif |
14 | !endif |
- | 15 | <p> |
|
12 | Deze module bevat de interactieve oefeningen voor |
16 | Deze module bevat de interactieve oefeningen voor |
13 | <span class="wims_classdesc">$wims_classname</span> van |
17 | <span class="wims_classdesc">$wims_classname</span> van |
14 | <span class="wims_institutiondesc">$wims_institutionname</span>, en zijn speciaal gemaakt voor deze klas. |
18 | <span class="wims_institutiondesc">$wims_institutionname</span>, en zijn speciaal gemaakt voor deze klas. |
- | 19 | </p> |
|
- | 20 | ||
15 | !if $wims_user=supervisor |
21 | !if $wims_user=supervisor |
- | 22 | <p> |
|
- | 23 | !set wims_ref_class=wims_button |
|
- | 24 | !href module=adm/createxo <span class="icon_button add_exo">nieuwe oefening</span> |
|
- | 25 | </p> |
|
16 | ! |
26 | !read oef/intromenu.phtml |
- | 27 | !else |
|
- | 28 | <p> |
|
- | 29 | Only supervisor can access this exercises list. |
|
- | 30 | </p> |
|
- | 31 | <p class="wimscenter"> |
|
17 |
|
32 | !href $ $wims_name_home |
- | 33 | </p> |
|
18 | !endif |
34 | !endif |
19 | 35 | ||
20 | - | ||
21 | !read oef/intromenu.phtml |
- | |
22 | !tail |
36 | !tail |
23 | - |