- Fixed colour of links in assessment cells.
1 parent 5243802 commit eeb0ec01844a5da41d3c3e6a2c27c7e6688ae1a6
nstanger authored on 1 Jul 2004
Showing 1 changed file
View
14
html_calendar.xsl
<!--
Generate a link.
-->
<xsl:template match="link">
<A>
<xsl:attribute name="HREF">
<xsl:value-of select="@href"/>
</xsl:attribute>
<xsl:apply-templates/>
</A>
</xsl:template>
<A HREF="{@href}"><xsl:apply-templates/></A>
</xsl:template>
<xsl:template match="assessment//link">
<A HREF="{@href}"><FONT color="#00FFFF"><xsl:apply-templates/></FONT></A>
</xsl:template>
<!--
Wrap quotes around a string. If the attribute SINGLE is set to