Rev 10161 | Rev 14181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10161 | Rev 13171 | ||
---|---|---|---|
Line 2... | Line 2... | ||
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 | !set jquery_defined=yes |
6 | !set jquery_defined=yes |
7 | - | ||
8 | !default wims_theme_icon=$class_theme_icon |
7 | !default wims_theme_icon=$class_theme_icon |
9 | !default wims_theme_icon=wimsedu |
8 | !default wims_theme_icon=wimsedu |
10 | 9 | ||
11 | !if _tool isin $wims_session |
10 | !if _tool isin $wims_session |
12 | <!-- end of Nikaia/header.phtml --> |
11 | <!-- end of Nikaia/header.phtml --> |
13 | !changeto themes/$wims_theme/toolheader.phtml |
12 | !changeto themes/$wims_theme/toolheader.phtml |
14 | !endif |
13 | !endif |
15 | 14 | ||
16 | !if _help isin $wims_session |
15 | !if _help isin $wims_session |
17 | <div id="wimsmhelp"> |
16 | <div id="wimsmhelp"> |
18 | !endif |
17 | !endif |
19 | 18 | ||
20 | !if _exam isin $wims_session |
19 | !if _exam isin $wims_session |
21 | <div id="wimsexam"> |
20 | <div id="wimsexam"> |
22 | !endif |
21 | !endif |
23 | 22 | ||
24 | !if $wims_lightpopup=yes |
23 | !if $wims_lightpopup=yes |
Line 31... | Line 30... | ||
31 | !set module_path= !item 1 of $current_module |
30 | !set module_path= !item 1 of $current_module |
32 | 31 | ||
33 | !read themes/$wims_theme/widgets/topbox.phtml |
32 | !read themes/$wims_theme/widgets/topbox.phtml |
34 | 33 | ||
35 | !if $module!=home or $wims_user!= |
34 | !if $module!=home or $wims_user!= |
36 | <div id="wimsbodybox" |
35 | <div id="wimsbodybox" class="no-js |
37 | !if $wims_subsession!=$empty |
36 | !if $wims_subsession!=$empty |
38 |
|
37 | $wims_subsession |
39 |
|
38 | !endif |
40 | > |
39 | "> |
41 | 40 | ||
42 | <!--Ajout du menu de la zone enseignant--> |
- | |
43 | !if $module isitemof adm/class/regclass,adm/createxo,adm/modtool,adm/quicktool,adm/latex2wims |
41 | !if $module isitemof adm/class/regclass,adm/createxo,adm/modtool,adm/quicktool,adm/latex2wims |
44 | !set wims_zone=zone_prof |
42 | !set wims_zone=zone_prof |
45 | !else |
43 | !else |
46 | !if $module = adm/class/classes and $type != participant |
44 | !if $module = adm/class/classes and $type != participant |
47 | !set wims_zone=zone_prof |
45 | !set wims_zone=zone_prof |
Line 52... | Line 50... | ||
52 | 50 | ||
53 | !read themes/$wims_theme/widgets/menuprof.proc |
51 | !read themes/$wims_theme/widgets/menuprof.proc |
54 | !read themes/$wims_theme/widgets/menuprof.phtml |
52 | !read themes/$wims_theme/widgets/menuprof.phtml |
55 | 53 | ||
56 | <div id="wimspagebox" |
54 | <div id="wimspagebox" |
- | 55 | ||
57 | !! on ajoute pas le menu si la page est ouvert en "mode popup" |
56 | !! on ajoute pas le menu si la page est ouvert en "mode popup" |
58 | !if _ notin $wims_subsession |
57 | !if _ notin $wims_subsession |
59 | class="$wims_zone" |
58 | class="$wims_zone type_$type" |
60 | !endif |
59 | !endif |
61 |
|
60 | > |
- | 61 | ||
62 | !!! ICI, impossible de placer menumodubox : les variables qu'il utilise ne sont pas encore instanciƩes |
62 | !!! ICI, impossible de placer menumodubox : les variables qu'il utilise ne sont pas encore instanciƩes |
63 | !! read themes/_widgets/menumodubox.phtml |
63 | !! read themes/_widgets/menumodubox.phtml |
64 | 64 | ||
65 | !!chat |
65 | !!chat |
66 | !read themes/_widgets/alertchat.phtml |
66 | !read themes/_widgets/alertchat.phtml |