Subversion Repositories wimsdev

Rev

Rev 10321 | Rev 13840 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1182 bpr 1
!set wims_theme_doctail=yes
2016 bpr 2
!if $wims_class=$empty and $wims_developer=$empty
3
  !set oneitem=oneitem.phtml
4
!else
5
  !set oneitem=./adm/oneitem.phtml
6
!endif
6737 bpr 7
<br class="clearall" />
5998 bpr 8
<!--begin of doctail.phtml-->
9
 </div><!--end of wimsbody-->
1182 bpr 10
</div><!--end of wimspagebox-->
9777 bpr 11
!read themes/_widgets/topback.phtml
9834 bpr 12
!if $slib_geogebra_exists=yes
13
  !read themes/_widgets/tailgeogebra.phtml
14
!endif
3616 bpr 15
!if $wims_lightpopup=yes
12610 bpr 16
  !read themes/_widgets/lightpopup.phtml
6123 bpr 17
   <br class="clearall spacer" />
5997 bpr 18
   </div> <!-- end of wimsbodybox-->
12610 bpr 19
  </div> <!-- end of wimslightpopup-->
20
  </div> <!-- end of wimsdoc-->
3616 bpr 21
  !exit
22
!endif
23
 
1182 bpr 24
!if $job=read
12610 bpr 25
  !if ($wims_class!=$empty and $wims_user!=supervisor)
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
32
    </div><!-- end of wimsbodybox-->
33
    </div><!--end of wimsdoc-->
34
    !exit
35
  !endif
1182 bpr 36
!endif
37
 
5997 bpr 38
!if help notin $wims_session
12610 bpr 39
  !distribute items div, div into div0, div1
40
  !read themes/_procs/docmodumenubox.proc
41
  !read themes/_widgets/menumodubox.phtml
42
  !reset div0 div1
1182 bpr 43
!endif
44
 
10204 bpr 45
!!read themes/_widgets/docmenubox.phtml
5709 bpr 46
 
6123 bpr 47
 <br class="clearall spacer" />
5709 bpr 48
 
10321 bpr 49
</div><!-- end of wimsbodybox-->
5997 bpr 50
 
10204 bpr 51
!!read themes/_widgets/doctailbox.phtml
5997 bpr 52
 
3796 bpr 53
!if $job iswordof read print
12610 bpr 54
  </div><!--end of wimsdoc-->
2016 bpr 55
!endif
1182 bpr 56
<!-- end of doctail.phtml-->