Ignore:
Timestamp:
2009-07-14T09:09:40+12:00 (15 years ago)
Author:
oranfry
Message:

checking in a batch of changes to the oran skin. more work yet to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/oran/transform/pages/about.xsl

    r19856 r19988  
    88    exclude-result-prefixes="java util">
    99
    10     <!-- set to the oran layout -->
     10    <!-- use the 'main' layout -->
    1111    <xsl:include href="layouts/main.xsl"/>
    1212
    13     <xsl:template name="title"><gslib:aboutCollectionPageTitle/></xsl:template>
    14     <xsl:template name="linked-title"><a href=""><gslib:aboutCollectionPageTitle/></a></xsl:template>
     13    <!-- set page title -->
     14    <xsl:template name="pageTitle"><gslib:collectionName/></xsl:template>
    1515
    16     <!-- <xsl:template name="linked-title"><a href=""><gslib:aboutCollectionPageTitle/></a></xsl:template> -->
     16    <!-- set page breadcrumbs -->
     17    <xsl:template name="breadcrumbs"><gslib:siteLink/><gslib:rightArrow/></xsl:template>
    1718
     19    <!-- the page content -->
    1820    <xsl:template match="/page">
    1921 
Note: See TracChangeset for help on using the changeset viewer.