Thank you very much Alain. It works!
Anyway, it would be very useful understand how the layout is constructed.
This is an intersting piece of code
from dspace\webapps\xmlui\themes\Mirage\lib\xsl\core\page-structure.xsl
"
<!--ds-content is a groups ds-body and the
navigation together and used to put the clearfix on, center, etc.
ds-content-wrapper is necessary for IE6 to
allow it to center the page content-->
<div id="ds-content-wrapper">
<div id="ds-content" class="clearfix">
<!--
Goes over the document tag's children
elements: body, options, meta. The body template
generates the ds-body div that contains all
the content. The options template generates
the ds-options div that contains the
navigation and action options available to the
user. The meta element is ignored since its
contents are not processed directly, but
instead referenced from the different points
in the document. -->
<xsl:apply-templates />
</div>
</div>
"
But I'm still trying to understand how it puts it all together.
Thanks again.
bender
2014-06-10 15:19 GMT-04:00 Alain Tschanz <atsch...@njstatelib.org>:
> Here’s a quick and dirty method to remove the navigation bar. In the
> /dspace/webapps/xmlui/themes/Mirage/lib/xsl/core folder open up the
> navigation.xsl file and look for
>
>
>
> <!-- TODO: figure out why i18n tags break the go button -->
>
> <xsl:template match="dri:options">
>
> <div id="ds-options-wrapper">
>
> <div id="ds-options">
>
>
>
> Comment everything out until
>
>
>
> </div>
>
>
>
> </xsl:template>
>
>
>
> <!-- Add each RSS feed from meta to a list -->
>
>
>
>
>
>
>
> Alain
>
>
>
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette