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/29 19:24:34 UTC

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

Author: niclas
Date: Sat May 29 10:24:33 2004
New Revision: 20600

Added:
   avalon/trunk/central/system/themes/avalon2/html/resources/asf.png   (contents, props changed)
Modified:
   avalon/trunk/central/system/themes/avalon2/html/resources/style.css
   avalon/trunk/central/system/themes/avalon2/html/transform.xsl
Log:
Stephen noticed the clue necesasry to track down the error that was keep coming.

Added: avalon/trunk/central/system/themes/avalon2/html/resources/asf.png
==============================================================================
Binary file. No diff available.

Modified: 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/style.css	Sat May 29 10:24:33 2004
@@ -1,4 +1,10 @@
 
+#asf
+{
+    vertical-align: bottom;
+    text-align: right;
+}
+
 body
 {
     margin: 0;

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 10:24:33 2004
@@ -46,6 +46,13 @@
             <div class="project">Apache Avalon</div>
             <div class="title"><xsl:value-of select="../properties/title" /></div>
           </td>
+          <td id="asf" >
+            <a href="http://www.apache.org" >
+              <img>
+                <xsl:attribute name="src"><xsl:value-of select="$x[position() = last()]" />resources/asf.png</xsl:attribute>
+              </img>
+            </a>
+          </td>
         </tr>
       </table>
       
@@ -152,13 +159,13 @@
       
       <xsl:otherwise>
         <div class="menu">
-          <xsl:apply-templates select="menu" >
-            <xsl:with-param name="dir" select="concat( $dir, '../')" />
-          </xsl:apply-templates>
           <xsl:if test="count( item ) = 0" >
             <xsl:attribute name="border">none</xsl:attribute>
             <span class="dummy" />
           </xsl:if>
+          <xsl:apply-templates select="menu" >
+            <xsl:with-param name="dir" select="concat( $dir, '../')" />
+          </xsl:apply-templates>
           <xsl:apply-templates select="item" >
             <xsl:with-param name="dir" select="$dir" />
           </xsl:apply-templates>

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