Subversion Repositories wimsdev

Rev

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 2... Line 2...
2
 
2
 
3
!if $wims_class=$empty
3
!if $wims_class=$empty
-
 
4
 <p>
4
 This module is an internal module of a virtual class. As you are not
5
  This module is an internal module of a virtual class. As you are not
5
 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
6
 it. Sorry.
7
  it. Sorry.
-
 
8
 </p>
7
  <p class="wimscenter">
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
12
 
15
 
-
 
16
<p>
13
This module gathers interactive exercises which are created in the class
17
  This module gathers interactive exercises which are created in the class
14
<span class="wims_classdesc">$wims_classname</span> of
18
  <span class="wims_classdesc">$wims_classname</span> of
15
<span class="wims_institutiondesc">$wims_institutionname</span>.
19
  <span class="wims_institutiondesc">$wims_institutionname</span>.
-
 
20
</p>
-
 
21
 
16
!if $wims_user=supervisor
22
!if $wims_user=supervisor
-
 
23
 <p>
-
 
24
  !set wims_ref_class=wims_button
-
 
25
  !href module=adm/createxo <span class="icon_button add_exo">Create another exercise</span>
-
 
26
 </p>
17
 !href module=adm/createxo Click here
27
 !read oef/intromenu.phtml
-
 
28
!else
-
 
29
  <p>
-
 
30
   Only supervisor can access this exercises list.
-
 
31
  </p>
-
 
32
  <p class="wimscenter">
18
 to create another exercise.
33
   !href $ $wims_name_home
-
 
34
  </p>
19
!endif
35
!endif
20
 
36
 
21
!read oef/intromenu.phtml
-
 
22
!tail
37
!tail
23
 
-