Author: thorsten
Date: Wed Oct 19 07:03:39 2005
New Revision: 326565

URL: http://svn.apache.org/viewcvs?rev=326565&view=rev
Log:
Renamed @title to @theme in the fv and the html themer stylesheet.

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=326565&r1=326564&r2=326565&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 07:03:39 2005
@@ -97,8 +97,8 @@
               </xsl:otherwise>
             </xsl:choose>
             <xsl:choose>
-              <xsl:when test="@title">
-                <xsl:attribute name="title"><xsl:value-of 
select="@title"/></xsl:attribute>
+              <xsl:when test="@theme">
+                <xsl:attribute name="title"><xsl:value-of 
select="@theme"/></xsl:attribute>
               </xsl:when>
               <xsl:otherwise>
                 <xsl:attribute name="title"><xsl:value-of 
select="@url"/></xsl:attribute>

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=326565&r1=326564&r2=326565&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 07:03:39 2005
@@ -20,12 +20,12 @@
   xmlns:forrest="http://apache.org/forrest/templates/1.0";
   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
   <forrest:view type="html">
-    <forrest:css url="default.css" media="screen" rel="alternate stylesheet" 
title="leather-dev"/>
-    <forrest:css url="leather-dev.css" media="screen" rel="alternate 
stylesheet" title="leather-dev"/>
-    <forrest:css url="pelt.basic.css" media="screen" title="Pelt"/>
-    <forrest:css url="pelt.screen.css" media="screen" title="Pelt"/>
+    <forrest:css url="default.css" media="screen" rel="alternate stylesheet" 
theme="default"/>
+    <forrest:css url="leather-dev.css" media="screen" rel="alternate 
stylesheet" theme="default"/>
+    <forrest:css url="pelt.basic.css" media="screen" theme="Pelt"/>
+    <forrest:css url="pelt.screen.css" media="screen" theme="Pelt"/>
     <forrest:css url="pelt.print.css" media="print"/>
-    <forrest:css url="profile.css" media="screen" title="Pelt"/>
+    <forrest:css url="profile.css" media="screen" theme="Pelt"/>
     <forrest:css >
 /* Extra css */
 #header {