Changeset 4288


Ignore:
Timestamp:
2003-05-19T16:01:53+12:00 (21 years ago)
Author:
kjdon
Message:

added in a css rule for span.query_term - used for query term highlighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/document.xsl

    r4269 r4288  
    2828    span.Organization {  display:inline; color : yellow }
    2929    span.Date {  display:inline; color : blue }
     30    span.query_term {display: inline; background-color : yellow }
    3031      </xsl:text>
    3132    </style>
     
    8485
    8586
    86   <xsl:template match="annotation">
    87     <span class="{@type}"><xsl:value-of disable-output-escaping="yes" select="."/></span></xsl:template>
     87  <xsl:template match="annotation"><span class="{@type}"><xsl:value-of disable-output-escaping="yes" select="."/></span></xsl:template>
    8888 
    8989  <xsl:template match="document" mode="table-of-contents">
Note: See TracChangeset for help on using the changeset viewer.