Ignore:
Timestamp:
2006-11-14T15:59:25+13:00 (17 years ago)
Author:
shaoqun
Message:

now uses <div> to make changing styles easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/classic/transform/about.xsl

    r8685 r13254  
    2424  <xsl:template match="pageResponse">
    2525    <xsl:variable name="collName" select="/page/pageRequest/paramList/param[@name='c']/@value"/>
    26 <!--    <center>-->
    2726      <xsl:apply-templates select="collection"><xsl:with-param name="collName" select="$collName"/></xsl:apply-templates>
    28     <!--</center>-->
     27
    2928  </xsl:template>
    3029
     
    3837      <xsl:with-param name="collName" select="$collName"/>
    3938    </xsl:call-template>
     39    <div class="document">
    4040    <xsl:if test="/page/pageRequest/paramList/param[@name='ct']/@value = 0">
    4141    <xsl:apply-templates select="serviceList/service[@name='TextQuery']">
     
    4343    <xsl:call-template name="dividerBar"/>
    4444    </xsl:if>
     45    </div>
     46    <div>
    4547    <xsl:if test="displayItem[@name='description']">
    4648    <h3><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.aboutcoll')"/></h3>
     
    4850    </xsl:if>
    4951    <xsl:apply-templates select="." mode="simplehelp"/>
     52    </div> 
    5053  </xsl:template>
    51 
    5254
    5355</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.