Subversion Repositories wimsdev

Rev

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

Rev 7671 Rev 10161
Line 1... Line 1...
1
<!-- begin of $wims_theme/header.phtml -->
1
<!-- begin of $wims_theme/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
 
-
 
7
!set jquery_defined=yes
6
!set jquery_defined=yes
8
 
7
 
9
!default wims_theme_icon=$class_theme_icon
8
!default wims_theme_icon=$class_theme_icon
10
!default wims_theme_icon=standard
9
!default wims_theme_icon=wimsedu
11
 
10
 
12
!if _tool isin $wims_session
11
!if _tool isin $wims_session
13
    <!-- end of $wims_theme/header.phtml -->
12
  <!-- end of Nikaia/header.phtml -->
14
    !changeto themes/$wims_theme/toolheader.phtml
13
  !changeto themes/$wims_theme/toolheader.phtml
15
!endif
14
!endif
16
 
15
 
17
!if _help isin $wims_session
16
!if _help isin $wims_session
18
  <div id="wimsmhelp">
17
  <div id="wimsmhelp">
19
!endif
18
!endif
20
 
19
 
21
!if _exam isin $wims_session
20
!if _exam isin $wims_session
22
  <div id="wimsexam">
21
  <div id="wimsexam">
23
!endif
22
!endif
24
 
23
 
25
!if $wims_lightpopup=yes
24
!if $wims_lightpopup=yes
26
  <!--<div id="wimslightpopup">-->
25
  <!--wimslightpopup-->
27
   <link rel="stylesheet" href="html/themes/_css/light.css" type="text/css">
26
  <link rel="stylesheet" href="html/themes/_css/light.css" type="text/css">
28
!endif
27
!endif
29
 
28
 
30
!set wims_theme_version=1
29
!set wims_theme_version=1
31
!set current_module=!replace / by , in $module
30
!set current_module=!replace / by , in $module
32
!set module_path= !item 1 of $current_module
31
!set module_path= !item 1 of $current_module
33
 
-
 
34
 
32
 
35
!read themes/$wims_theme/widgets/topbox.phtml
33
!read themes/$wims_theme/widgets/topbox.phtml
36
 
34
 
37
!if $module!=home or $wims_user!=
35
!if $module!=home or $wims_user!=
38
 <div id="wimsbodybox"
36
  <div id="wimsbodybox"
39
 !if $wims_subsession!=$empty
37
  !if $wims_subsession!=$empty
40
      class="$wims_subsession"
38
    class="$wims_subsession"
41
 !endif
39
  !endif
42
  >
40
  >
43
 
41
 
44
  <!--Ajout du menu de la zone enseignant-->
42
  <!--Ajout du menu de la zone enseignant-->
45
  !if $module isitemof adm/class/regclass,adm/createxo,adm/modtool,adm/quicktool,adm/latex2wims
43
  !if $module isitemof adm/class/regclass,adm/createxo,adm/modtool,adm/quicktool,adm/latex2wims
46
   !set wims_zone=zone_prof
44
    !set wims_zone=zone_prof
47
  !else
45
  !else
48
    !if $module = adm/class/classes and $type != participant
46
    !if $module = adm/class/classes and $type != participant
49
      !set wims_zone=zone_prof
47
      !set wims_zone=zone_prof
50
    !else
48
    !else
51
      !set wims_zone=zone_etu
49
      !set wims_zone=zone_etu
Line 66... Line 64...
66
 
64
 
67
  !!chat
65
  !!chat
68
  !read themes/_widgets/alertchat.phtml
66
  !read themes/_widgets/alertchat.phtml
69
!endif
67
!endif
70
 
68
 
71
<!-- end of $wims_theme/header.phtml -->
69
<!-- END of Nikaia/header -->
-
 
70
!! NEXT ==> default/visitor.phtml ??