Changeset 20229 for greenstone3


Ignore:
Timestamp:
2009-08-12T11:40:49+12:00 (15 years ago)
Author:
kjdon
Message:

added fake templates here to make gberg collection work in gs2 interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/transform/library.xsl

    r20023 r20229  
    122122  </xsl:template>
    123123
     124  <!-- the gberg collection has two options for its templates - a gs2 one and a gs3 one. Because calling a template is now a compile time error with tomcat 6, we can't call undefined templates anymore. this was happening in the branch that wasn't used. So, defining templates here that are used by the gs3 version. hopefully this will go away once we are using oran skin and derivatives -->
     125  <xsl:template name="aboutCollectionPageTitle"/>
     126  <xsl:template name="textDirectionAttribute"/>
     127  <xsl:template name="displayErrorsIfAny"/>
     128  <xsl:template name="homeButtonTop"/>
     129  <xsl:template name="helpButtonTop"/>
     130  <xsl:template name="preferencesButtonTop"/>
     131  <xsl:template name="servicesNavigationBar"/>
     132  <xsl:template name="noTextBar"/>
     133  <xsl:template name="collectionDescriptionTextAndServicesLinks"/>
     134  <xsl:template name="poweredByGS3TextBar"/>
    124135
    125136
Note: See TracChangeset for help on using the changeset viewer.