Author: thorsten
Date: Sat Oct 29 09:27:12 2005
New Revision: 329435
URL: http://svn.apache.org/viewcvs?rev=329435&view=rev
Log:
enhanced forrest:css matching. Removed init() event onload. FIXME: that has to
be matched by the dispatcher/contracts.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl?rev=329435&r1=329434&r2=329435&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
Sat Oct 29 09:27:12 2005
@@ -76,7 +76,7 @@
</xsl:if>
<alias:call-template name="getHead"/>
</head>
- <body onload="init()">
+ <body>
<alias:call-template name="getBody"/>
</body>
</html>
@@ -87,6 +87,7 @@
<xsl:apply-templates select="*[local-name()!='css']"/>
</xsl:template>
<xsl:template match="forrest:[EMAIL PROTECTED] and count(. |
key('css-includes', @url)[1]) = 1]">
+ <xsl:copy-of select="@rel"/>
<link type="text/css">
<xsl:choose>
<xsl:when test="@rel">