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/classifier.xsl

    r19856 r19988  
    88    exclude-result-prefixes="java util">
    99   
    10     <xsl:include href=".old/berrytools.xsl"/>
    11 
    12     <!-- make this page use the 'main' layout -->
     10    <!-- use the 'main' layout -->
    1311    <xsl:include href="layouts/main.xsl"/>
    1412
    15     <!-- set page title and subtitle-->
    16     <xsl:template name="title"><gslib:aboutCollectionPageTitle/></xsl:template>
    17     <xsl:template name="linked-title"><a href=""><gslib:aboutCollectionPageTitle/></a></xsl:template>
     13    <!-- set page title -->
     14    <xsl:template name="pageTitle"><gslib:serviceName/></xsl:template>
    1815
    19     <!-- the page content is here -->
     16    <!-- set page breadcrumbs -->
     17    <xsl:template name="breadcrumbs"><gslib:siteLink/><gslib:rightArrow/> <gslib:collectionNameLinked/><gslib:rightArrow/></xsl:template>
     18
     19    <!-- the page content -->
    2020    <xsl:template match="/page/pageResponse">
    2121
     
    4343            the two templates at the bottom of this file
    4444        -->
    45         <ul id="classifierResults">
     45        <ul id="results">
    4646            <xsl:apply-templates select="classifier/*"/>
    4747        </ul>
Note: See TracChangeset for help on using the changeset viewer.