[Dspace-tech] Remove the navbar

2007-03-26 Thread amandil001
Hallo, if I would like to remove (for example) the navbar in the search results page, how should I send the proper attribute to the jsp file? In the header-default.jsp there is the control if (!navbar.equals(off)). I thought to send this attribute via the SimpleSearchServlet.java, but putting

Re: [Dspace-tech] Remove the navbar

2007-03-26 Thread Claudia Juergen
Hi Mauro, to disable the navbar in any jsp you got to set the navbar attribute in the dspace layout tag to off. Search for dspace:layout in the appropriate jsp and change the existing navbar attribute. If no navbar attribute is given add navbar=off. Then you got to build and deploy the