greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16940

Show
Ignore:
Timestamp:
2008-08-21 13:53:28 (3 months ago)
Author:
kjdon
Message:

for some reason, a coupld of the & in the ccs format need to be & for the resulting xml page to be valid

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • greenstone3/trunk/web/sites/localsite/siteConfig.xml

    r15840 r16940  
    1212        <gsf:template match="documentNode"> 
    1313          <td><a><xsl:attribute name='href'>?a=d&amp;c=<xsl:value-of select='@collection'/>&amp;d=<xsl:value-of select='@nodeID'/><xsl:if test="@nodeType='leaf'">&amp;sib=1</xsl:if>&amp;dt=<xsl:value-of select='@docType'/>&amp;p.a=q&amp;&amp;p.s=TextQuery&amp;p.c=</xsl:attribute><gsf:icon/></a></td> 
    14           <td>[<a href='?a=p&amp;sa=about&amp;c={@collection}'><xsl:value-of select='@collection'/></a>]</td> 
     14          <td>[<a href='?a=p&amp;amp;sa=about&amp;amp;c={@collection}'><xsl:value-of select='@collection'/></a>]</td> 
    1515          <td><gsf:metadata name='Title'/></td> 
    1616        </gsf:template>