Subversion Repositories wimsdev

Rev

Rev 12610 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11761 obado 1
<!-- begin of standard/docheader.phtml -->
6123 bpr 2
 
1108 czzmrn 3
!! document menu
4
!nocache
5
!set wims_theme_docheader=yes
11761 obado 6
!set jquery_defined=yes
7
 
2016 bpr 8
!if $wims_class=$empty or adm/doc notin $module
9
  !set oneitem=oneitem.phtml
10
!else
11
  !set oneitem=./adm/oneitem.phtml
12
!endif
1386 bpr 13
 
3796 bpr 14
!if $job iswordof read print
14181 obado 15
  <div id="wimsdoc"
10321 bpr 16
  !!if $wims_user=supervisor or $wims_developer!=$empty
10251 obado 17
    class="editor_mode"
10321 bpr 18
  !!endif
19
>
2016 bpr 20
!endif
5998 bpr 21
 
14181 obado 22
!if $wims_lightpopup!=yes
23
  <div id="wimstopbox">
24
    !distribute items span into div1
25
    !if $doc!=$helpd
26
      <div class="wimsmenu menu float_left">
27
        !read themes/_widgets/headhome.phtml
28
      </div>
29
    !endif
30
    !read themes/_widgets/docheadermenu.phtml
12610 bpr 31
  </div>
10341 bpr 32
!endif
14181 obado 33
 
3616 bpr 34
!if $wims_lightpopup=yes
35
  <div id="wimslightpopup">
14181 obado 36
!else
37
  !read themes/_widgets/ariane.phtml
3616 bpr 38
!endif
14181 obado 39
 
40
<div id="wimsbodybox">
5998 bpr 41
  <div id="wimspagebox">
5464 guerimand 42
 
10266 obado 43
!read themes/_widgets/docnavigation.phtml
5998 bpr 44
!read themes/_widgets/docsidemenu.phtml
45
!read themes/_widgets/alertchat.phtml
46
 
5467 bpr 47
<!-- end of docheader.phtml -->