Rev 12590 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12590 | Rev 13171 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !! add some menu items for the teacher zone |
|
1 | !if $wims_zone=zone_prof and _ notin $wims_subsession |
2 | !if $wims_zone=zone_prof and _ notin $wims_subsession |
- | 3 | !distribute items ul,li into div0,div1 |
|
2 | 4 | ||
3 | !distribute items ul,li into div0,div1 |
- | |
4 | - | ||
5 |
|
5 | !! Sets all links to be displayed in menumodubox |
6 |
|
6 | !set wims_rm_0 = $wims_rm_0\ |
7 | itemsep,0,$wims_name_Classes\ |
7 | itemsep,0,$wims_name_Classes\ |
8 | Searching,1,module=adm/class/classes&type=supervisor\ |
8 | Searching,1,module=adm/class/classes&type=supervisor\ |
9 | Creation,1,module=adm/class/regclass\ |
9 | Creation,1,module=adm/class/regclass\ |
10 | Samples,1,module=adm/class/classes&type=example\ |
10 | Samples,1,module=adm/class/classes&type=example\ |
11 | itemsep,0,$wims_name_Exercices |
11 | itemsep,0,$wims_name_Exercices |
12 | 12 | ||
13 |
|
13 | !read themes/_procs/devtools.proc |
14 | 14 | ||
15 |
|
15 | !set wims_rm_0 = $wims_rm_0\ |
16 | itemsep,0,$wims_name_Aid\ |
16 | itemsep,0,$wims_name_Aid\ |
17 | 17 | ||
18 |
|
18 | !read themes/_procs/documentation.proc |
19 | 19 | ||
20 |
|
20 | !set wims_rm_0 = $wims_rm_0\ |
21 | itemsep,0,$wims_name_Infos\ |
21 | itemsep,0,$wims_name_Infos\ |
22 | browse,1,module=adm/browse&$browse_parm |
22 | browse,1,module=adm/browse&$browse_parm |
23 | 23 | ||
24 |
|
24 | !read themes/_procs/site.proc |
25 | - | ||
26 | !set wims_homeref_n0 = !linecnt $wims_rm_0 |
- | |
27 | !read themes/Nikaia/menuprof.phtml |
- | |
28 | 25 | ||
29 | <!-- |
- | |
30 | <ul class="wimsmenu menu"> |
- | |
31 | <li class="itemsep">Wims books:</li> |
- | |
32 | <li class="menuitem classcreate"> |
- | |
33 | !href module=adm/doc&+cmd=new&+job=creat Creation |
- | |
34 | </li> |
- | |
35 | <li class="menuitem test"> |
- | |
36 |
|
26 | !set wims_homeref_n0 = !linecnt $wims_rm_0 |
37 | </li> |
- | |
38 | </ul> |
- | |
39 | --> |
- | |
40 | !endif |
27 | !endif |