You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by se...@apache.org on 2008/03/02 17:42:49 UTC

svn commit: r632781 - /jakarta/site/xdocs/stylesheets/site.xsl

Author: sebb
Date: Sun Mar  2 08:42:48 2008
New Revision: 632781

URL: http://svn.apache.org/viewvc?rev=632781&view=rev
Log:
Update header to use ApacheCon half-banner iframe instead of fixed (and old) hard-coded link
N.B. Generated html to follow in separate commit

Modified:
    jakarta/site/xdocs/stylesheets/site.xsl

Modified: jakarta/site/xdocs/stylesheets/site.xsl
URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/stylesheets/site.xsl?rev=632781&r1=632780&r2=632781&view=diff
==============================================================================
--- jakarta/site/xdocs/stylesheets/site.xsl (original)
+++ jakarta/site/xdocs/stylesheets/site.xsl Sun Mar  2 08:42:48 2008
@@ -100,13 +100,13 @@
               </a>
             </td>
             <td align="right">
-                <a href="http://www.us.apachecon.com/">
-                  <img>
-                    <xsl:attribute name="alt">ApacheCon US 2007</xsl:attribute>
-                    <xsl:attribute name="border">0</xsl:attribute>
-                    <xsl:attribute name="src">http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png</xsl:attribute>
-                  </img>
-                </a>
+                <iframe src="http://www.apache.org/ads/halfbanner.html">
+                    <xsl:attribute name="height">65</xsl:attribute>
+                    <xsl:attribute name="style">border-width:0; float: right</xsl:attribute> 
+                    <xsl:attribute name="frameborder">0</xsl:attribute> 
+                    <xsl:attribute name="scrolling">no</xsl:attribute> 
+                    <xsl:comment>This comment forces a separate iframe closing tag which seems to be required by browsers</xsl:comment>
+                </iframe>
               <xsl:if test="$site/logo">
                 <xsl:variable name="alt">
                   <xsl:value-of select="$site/logo"/>



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