You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/10/19 15:44:04 UTC

svn commit: r326559 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl org.apache.forrest.plugin.output.themer/resources/views/pelt.fv

Author: thorsten
Date: Wed Oct 19 06:43:53 2005
New Revision: 326559

URL: http://svn.apache.org/viewcvs?rev=326559&view=rev
Log:
activated extra css to be included via the fv.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv

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=326559&r1=326558&r2=326559&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 Wed Oct 19 06:43:53 2005
@@ -111,6 +111,11 @@
             </xsl:if>
         </link>
     </xsl:template>
+    <xsl:template match="forrest:css[not(@url)]">
+        <style type="text/css">
+          <xsl:value-of select="."/>
+        </style>
+    </xsl:template>
     <xsl:template match="forrest:contract" mode="head">
       <xsl:variable name="name" select="@name"/>
       <xsl:if test="/*/forrest:properties/*[@head='true' and @name=$name]">

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv?rev=326559&r1=326558&r2=326559&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv Wed Oct 19 06:43:53 2005
@@ -26,6 +26,13 @@
     <forrest:css url="pelt.screen.css" media="screen" title="Pelt"/>
     <forrest:css url="pelt.print.css" media="print"/>
     <forrest:css url="profile.css" media="screen" title="Pelt"/>
+    <forrest:css >
+/* Extra css */
+#header {
+    background: #ffffff;
+    border-bottom: thick solid #002b3d;
+}
+</forrest:css>
     <forrest:contract name="siteinfo-meta">
       <forrest:properties contract="siteinfo-meta">
         <forrest:property name="siteinfo-meta" nugget="get.build.info">