Subversion Repositories wimsdev

Rev

Rev 17178 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17178 Rev 18429
Line 11... Line 11...
11
!read themes/_widgets/topback.phtml
11
!read themes/_widgets/topback.phtml
12
!if $slib_geogebra_exists=yes
12
!if $slib_geogebra_exists=yes
13
  !read themes/_widgets/tailgeogebra.phtml
13
  !read themes/_widgets/tailgeogebra.phtml
14
!endif
14
!endif
15
!if $wims_lightpopup=yes
15
!if $wims_lightpopup=yes
16
   !read themes/_widgets/lightpopup.phtml
16
  !read themes/_widgets/lightpopup.phtml
17
   <br class="clearall spacer">
17
   <br class="clearall spacer">
18
   </div> <!-- end of wimsbodybox-->
18
   </div> <!-- end of wimsbodybox-->
19
 </div> <!-- end of wimslightpopup-->
19
 </div> <!-- end of wimslightpopup-->
20
</div> <!-- end of wimsdoc-->
20
</div> <!-- end of wimsdoc-->
21
  !goto end
21
  !goto end
22
!endif
22
!endif
23
 
23
 
24
!if $job=read
24
!if $job=read
25
 !if ($wims_class!=$empty and $wims_user!=supervisor)
25
  !if ($wims_class!=$empty and $wims_user!=supervisor)
26
   <br class="clearall spacer">
26
    <br class="clearall spacer">
-
 
27
    !! modumenubox in class for participant.
-
 
28
    !distribute items div, div into div0, div1
-
 
29
    !read themes/_procs/docmodumenubox.proc
-
 
30
    !read themes/_widgets/menumodubox.phtml
-
 
31
    !reset div0 div1
27
 </div><!-- end of wimsbodybox-->
32
    </div><!-- end of wimsbodybox-->
28
</div><!--end of wimsdoc-->
33
    </div><!--end of wimsdoc-->
29
  !goto end
34
    !goto end
30
 !endif
35
  !endif
31
!endif
36
!endif
32
 
37
 
33
!if help notin $wims_session
38
!if help notin $wims_session
34
 !distribute items div, div into div0, div1
39
  !distribute items div, div into div0, div1
35
 !read themes/_procs/docmodumenubox.proc
40
  !read themes/_procs/docmodumenubox.proc
36
 !read themes/_widgets/menumodubox.phtml
41
  !read themes/_widgets/menumodubox.phtml
37
 !reset div0 div1
42
  !reset div0 div1
38
!endif
43
!endif
39
 
44
 
40
!read themes/_widgets/docmenubox.phtml
45
!!read themes/_widgets/docmenubox.phtml
41
 
46
 
42
</div><!-- end ofwimsbodybox-->
47
</div><!-- end ofwimsbodybox-->
43
 
48
 
44
!read themes/_widgets/doctailbox.phtml
49
!!read themes/_widgets/doctailbox.phtml
45
 
50
 
46
!if $job iswordof read print
51
!if $job iswordof read print
47
 </div><!--end of wimsdoc-->
52
 </div><!--end of wimsdoc-->
48
!endif
53
!endif
49
 
54