You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ra...@apache.org on 2009/01/09 20:07:24 UTC

svn commit: r733117 - /attic/site/xdocs/stylesheets/site.vsl

Author: rahul
Date: Fri Jan  9 11:07:23 2009
New Revision: 733117

URL: http://svn.apache.org/viewvc?rev=733117&view=rev
Log:
Couple of changes:
 * Use absolute URLs for the styles. We don't seem to have copies in the attic site and there seems to be no reason to duplicate them yet.
 * Update copyright year.

Modified:
    attic/site/xdocs/stylesheets/site.vsl

Modified: attic/site/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=733117&r1=733116&r2=733117&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Fri Jan  9 11:07:23 2009
@@ -344,12 +344,12 @@
 #if ($root.getAttributeValue("id") == "closer")
 #set ($is_dynpage = 1)
 #end
-	<link rel="stylesheet" href="$relativePath/style/compressed.css" type="text/css" media="screen, projection"/>
-	<link rel="stylesheet" href="$relativePath/style/style.css" type="text/css" media="screen, projection"/>
+	<link rel="stylesheet" href="http://www.apache.org/style/compressed.css" type="text/css" media="screen, projection"/>
+	<link rel="stylesheet" href="http://www.apache.org/style/style.css" type="text/css" media="screen, projection"/>
 #if ($is_dynpage == 1)
-	<!--[[]if IE]><link rel="stylesheet" href="$relativePath/style/ie.css" type="text/css" media="screen, projection"/><![[]endif]-->
+	<!--[[]if IE]><link rel="stylesheet" href="http://www.apache.org/style/ie.css" type="text/css" media="screen, projection"/><![[]endif]-->
 #else
-	<!--[if IE]><link rel="stylesheet" href="$relativePath/style/ie.css" type="text/css" media="screen, projection"/><![endif]-->
+	<!--[if IE]><link rel="stylesheet" href="http://www.apache.org/style/ie.css" type="text/css" media="screen, projection"/><![endif]-->
 #end
 #set ($atoms = $root.getChild("properties").getChildren("atom"))
 #foreach ( $atom in $atoms )
@@ -440,7 +440,7 @@
     </div>
     <div class="column span-24 footer">
       <hr/>
-        <p>Copyright &#169; 2008 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+        <p>Copyright &#169; 2009 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
       </div>
     </div>
   </div>