Subversion Repositories wimsdev

Rev

Rev 10644 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10644 Rev 10645
Line 1... Line 1...
1
<!-- begin of $wims_theme/header.phtml -->
1
<!-- begin of default/header.phtml -->
2
 
2
 
3
!! Header menu bar definition.
3
!! Header menu bar definition.
4
!nocache
4
!nocache
5
!set wims_theme_header=yes
5
!set wims_theme_header=yes
6
 
6
 
Line 32... Line 32...
32
!if $wims_hm_cnt!=0 or ($module_path notitemof home,adm,classes and _exam notin $session and $module_init_parm == $empty)
32
!if $wims_hm_cnt!=0 or ($module_path notitemof home,adm,classes and _exam notin $session and $module_init_parm == $empty)
33
 <div id="wimstopbox">
33
 <div id="wimstopbox">
34
 
34
 
35
  <div class="wimsmenu">
35
  <div class="wimsmenu">
36
    !for i_=1 to $wims_hm_cnt
36
    !for i_=1 to $wims_hm_cnt
37
      <span class="topmenuitem">
37
      <span class="menuitem">
38
        !set 1_=!line $i_ of $wims_hm
38
        !set 1_=!line $i_ of $wims_hm
39
        !read oneitem.phtml $1_
39
        !read oneitem.phtml $1_
40
      </span> <!--topmenuitem-->
40
      </span>
41
    !next i_
41
    !next i_
42
    !distribute items div,span into div0,div1
42
    !distribute items div,span into div0,div1
43
    !read themes/_widgets/permalink.phtml
43
    !read themes/_widgets/permalink.phtml
44
 
44
 
45
    !!## technical parameters
45
    !!## technical parameters
Line 49... Line 49...
49
    !endif
49
    !endif
50
    !if $class_cas_auth!=$empty
50
    !if $class_cas_auth!=$empty
51
      !!## it is better that the cas logout appears too much ...
51
      !!## it is better that the cas logout appears too much ...
52
      !!## can be useless in the case of a supervisor so the next line is commented
52
      !!## can be useless in the case of a supervisor so the next line is commented
53
      !!!!!!and $wims_user!=supervisor and ($wims_realuser=$empty or $wims_realuser!=supervisor)
53
      !!!!!!and $wims_user!=supervisor and ($wims_realuser=$empty or $wims_realuser!=supervisor)
54
      <div class="topmenuitem">
54
      <div class="menuitem">
55
        !read adm/class/logout_cas
55
        !read adm/class/logout_cas
56
      </div><!--topmenuitem-->
56
      </div>
57
    !endif
57
    !endif
58
  </div><!--wimsmenu-->
58
  </div><!--wimsmenu-->
59
</div><!--wimstopbox-->
59
</div><!--wimstopbox-->
60
!endif
60
!endif
61
 
61
 
Line 66... Line 66...
66
    <div id="wimspagebox">
66
    <div id="wimspagebox">
67
!endif
67
!endif
68
 
68
 
69
!read themes/_widgets/alertchat.phtml
69
!read themes/_widgets/alertchat.phtml
70
 
70
 
71
<!-- end of $wims_theme/header.phtml -->
71
<!-- end of default/header.phtml -->