[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 request.setAttribute(navbar,
off); doesn't give me the expected result.

Anyone could help me, please?

Thanks,
Mauro

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 dspace.war

Claudia


 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 request.setAttribute(navbar,
 off); doesn't give me the expected result.

 Anyone could help me, please?

 Thanks,
 Mauro

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech