You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/05/30 01:02:06 UTC

svn commit: rev 20615 - in avalon/trunk/central/system/themes/avalon2/html: . resources resources/images resources/styles

Author: niclas
Date: Sat May 29 16:02:05 2004
New Revision: 20615

Added:
   avalon/trunk/central/system/themes/avalon2/html/resources/images/
   avalon/trunk/central/system/themes/avalon2/html/resources/images/xml.gif
      - copied unchanged from rev 20538, avalon/trunk/central/system/themes/avalon2/html/resources/xml.gif
   avalon/trunk/central/system/themes/avalon2/html/resources/styles/
   avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css
      - copied, changed from rev 20614, avalon/trunk/central/system/themes/avalon2/html/resources/style.css
Removed:
   avalon/trunk/central/system/themes/avalon2/html/resources/style.css
   avalon/trunk/central/system/themes/avalon2/html/resources/xml.gif
Modified:
   avalon/trunk/central/system/themes/avalon2/html/transform.xsl
Log:
Slight change in layout of resources.

Copied: avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css (from rev 20614, avalon/trunk/central/system/themes/avalon2/html/resources/style.css)
==============================================================================
--- avalon/trunk/central/system/themes/avalon2/html/resources/style.css	(original)
+++ avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css	Sat May 29 16:02:05 2004
@@ -39,7 +39,7 @@
     text-align: left;
 }
 
-.panelright,
+.panelright
 {
     vertical-align: bottom;
     text-align: left;

Modified: avalon/trunk/central/system/themes/avalon2/html/transform.xsl
==============================================================================
--- avalon/trunk/central/system/themes/avalon2/html/transform.xsl	(original)
+++ avalon/trunk/central/system/themes/avalon2/html/transform.xsl	Sat May 29 16:02:05 2004
@@ -26,10 +26,12 @@
       <title>
         <xsl:value-of select="properties/title" />
       </title>
+      <!--
       <link rel="stylesheet" href="print.css" type="text/css" media="print"></link>
+      -->
       <xsl:variable name="x" select="document('navigation.xml', / )/project/body//menu/level" />
       <link rel="stylesheet" type="text/css">
-        <xsl:attribute name="href"><xsl:value-of select="$relativepath[position() = last()]" />/style.css</xsl:attribute>
+        <xsl:attribute name="href"><xsl:value-of select="$relativepath[position() = last()]" />styles/style.css</xsl:attribute>
       </link>
     </head>
       <xsl:apply-templates select="body" />
@@ -90,17 +92,17 @@
       
       <div class="content" >
         <xsl:apply-templates />
+      </div>
       
-        <div class="footer" >
-          <span class="copyright"><xsl:value-of select="$copyright" /></span>
-          <div class="views" >
-            <a  id="xmllink" class="viewlink" >
-              <xsl:attribute name="href"><xsl:value-of select="$svn-location" /></xsl:attribute>
-              <img>
-                <xsl:attribute name="src"><xsl:value-of select="$relativepath[position() = last()]" />images/xml.gif</xsl:attribute>
-              </img>
-            </a>
-          </div>
+      <div class="footer" >
+        <span class="copyright"><xsl:value-of select="$copyright" /></span>
+        <div class="views" >
+          <a  id="xmllink" class="viewlink" >
+            <xsl:attribute name="href"><xsl:value-of select="$svn-location" /></xsl:attribute>
+            <img>
+              <xsl:attribute name="src"><xsl:value-of select="$relativepath[position() = last()]" />images/xml.gif</xsl:attribute>
+            </img>
+          </a>
         </div>
       </div>
     </body>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org