I create this page with:

<xsl:template match="dri:body">
<div id="ds-body">
<xsl:choose>
        <xsl:when test="$request-uri = '' or starts-with($request-uri,
'page/about')">
                <h1>About</h1>
                Lorem ipsum.......
        </xsl:when>
        <xsl:otherwise>
                <xsl:apply-templates />
        </xsl:otherwise>
</xsl:choose>
</div>
</xsl:template>

This was how I created the page, had failed to understand tutorial for
creating page, so I made this way.
Thanks.


2013/7/5 Drover, Matt <mattdro...@mun.ca>

> How did you create the pages? There are a few methods.****
>
> ** **
>
> ** **
>
> *Matthew Drover
> *Programmer Consultant****
>
> Immersive Technology
> Distance Education, Learning and Teaching Support
> *Memorial University of Newfoundland* ****
>
> ** **
>
> ** **
>
> ** **
>
> *From:* Diego Bastos [mailto:apiweb2...@gmail.com]
> *Sent:* Thursday, July 4, 2013 5:51 PM
> *To:* dspace-tech@lists.sourceforge.net
> *Subject:* [Dspace-tech] Change StaticTrail title in breadcrumb****
>
> ** **
>
> Hello all right?****
>
> Created some static pages on my installation of DSpace (XMLUI - Mirage
> Theme), but in the breadcrumb, it displays those pages with the name
> StaticTrail, is there any way to set the name of these pages so that they
> appear in the breadcrumb.****
>
> ** **
>
> I saw that he had a "how to", but he did not detail this part as well, so
> I did not follow these steps.****
>
> This electronic communication is governed by the terms and conditions at
> http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
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

Reply via email to