Rev 10356 | Rev 13306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10356 | Rev 12477 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if robot isin $session |
1 | !if robot isin $session |
2 | <html><body $wims_htmlbody> |
2 | <html><body $wims_htmlbody> |
3 | This page is not accessible to robots. |
3 | This page is not accessible to robots. |
4 | </body></html> |
4 | </body></html> |
5 | !exit |
5 | !exit |
6 | !endif |
6 | !endif |
7 | 7 | ||
8 | !if $job iswordof taxo subject |
8 | !if $job iswordof taxo subject |
9 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\ |
9 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\ |
10 | <style type="text/css">\ |
10 | <style type="text/css">\ |
Line 37... | Line 37... | ||
37 | </div> |
37 | </div> |
38 | !endif |
38 | !endif |
39 | !read $job.phtml |
39 | !read $job.phtml |
40 | 40 | ||
41 | !if $job!=home and $wims_theme=default |
41 | !if $job!=home and $wims_theme=default |
42 | !!ARIANE |
42 | !!ARIANE |
43 | !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\ |
43 | !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\ |
44 | to $wims_menu_items |
44 | to $wims_menu_items |
45 | !endif |
45 | !endif |
46 | 46 | ||
47 | !if $job=subject |
47 | !if $job=subject |
48 | !set parm_father=!lookup $parm in $treefile |
48 | !set parm_father=!lookup $parm in $treefile |