Rev 10199 | Rev 12477 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10199 | Rev 10356 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | </h2> |
36 | </h2> |
37 | </div> |
37 | </div> |
38 | !endif |
38 | !endif |
39 | !read $job.phtml |
39 | !read $job.phtml |
40 | 40 | ||
41 | !if $job!=home |
41 | !if $job!=home and $wims_theme=default |
- | 42 | !!ARIANE |
|
42 | !set wims_menu_items=!append line browse |
43 | !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\ |
43 | to $wims_menu_items |
44 | to $wims_menu_items |
44 | !endif |
45 | !endif |
45 | 46 | ||
46 | !if $job=subject |
47 | !if $job=subject |
47 | !set parm_father=!lookup $parm in $treefile |
48 | !set parm_father=!lookup $parm in $treefile |
- | 49 | !if $parm_father!=$empty |
|
48 | !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
50 | !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
49 | to $wims_menu_items |
51 | to $wims_menu_items |
- | 52 | !endif |
|
50 | !endif |
53 | !endif |
51 | 54 | ||
52 | !if $job notwordof light |
55 | !if $job notwordof light |
53 | !tail |
56 | !tail |
54 | !endif |
57 | !endif |