Index: xdocs/index.xml
===================================================================
--- xdocs/index.xml	(revision 580901)
+++ xdocs/index.xml	(working copy)
@@ -21,7 +21,7 @@
 href="http://www.apache.org/">Apache Software Foundation</a>.</p>
 </section>
 
-<section id="2.2.6">
+<section id="2.2.6" date="2007-09-07">
 <title>Apache 2.2.6 Released</title>
 
 <p>The Apache HTTP Server Project is proud to <a
@@ -45,7 +45,7 @@
 
 </section>
 
-<section id="2.0.61">
+<section id="2.0.61" date="2007-09-07">
 <title>Apache 2.0.61 Released</title>
 
 <p>The Apache HTTP Server Project is proud to 
@@ -68,7 +68,7 @@
 
 </section>
 
-<section id="1.3.39">
+<section id="1.3.39" date="2007-09-07">
 <title>Apache 1.3.39 Released</title>
 
 <p>The Apache Group is pleased to announce the
Index: xdocs/download.xml
===================================================================
--- xdocs/download.xml	(revision 580901)
+++ xdocs/download.xml	(working copy)
@@ -53,7 +53,7 @@
 </section>
 
 
-<section id="apache22"><title>Apache HTTP Server 2.2.6 
+<section id="apache22" date="2007-09-07"><title>Apache HTTP Server 2.2.6 
 is the best available version</title>
 
 <p>The Apache HTTP Server Project is pleased to announce the release of Apache
@@ -117,7 +117,7 @@
 </ul>
 
 </section>
-<section id="apache20"><title>Apache HTTP Server 2.0.61 
+<section id="apache20" date="2007-09-07"><title>Apache HTTP Server 2.0.61 
 is also available</title>
 
 <p>Apache 2.0.61 is the current stable version of the 2.0 series, and
@@ -171,7 +171,7 @@
 
 </section>
 
-<section id="apache13"><title>Apache 1.3.39 is also available</title>
+<section id="apache13" date="2007-09-07"><title>Apache 1.3.39 is also available</title>
 
 <p>Apache 1.3.39 is the current stable version of the 1.3 series, and
 is recommended over any previous 1.3 release.  This release is basically
Index: xdocs/stylesheets/site.vsl
===================================================================
--- xdocs/stylesheets/site.vsl	(revision 580901)
+++ xdocs/stylesheets/site.vsl	(working copy)
@@ -122,14 +122,15 @@
 #set ($heading = "")
 #end
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
+ <tr>
 #if ($level == 1)
- <tr><td bgcolor="$bannerbg">
+ <td bgcolor="$bannerbg">
   <font color="$bannerfg" face="arial,helvetica,sanserif">
 #elseif ($level == 2)
- <tr><td bgcolor="$subbannerbg">
+ <td bgcolor="$subbannerbg">
   <font color="$subbannerfg" face="arial,helvetica,sanserif">
 #else
- <tr><td bgcolor="$bodybg">
+ <td bgcolor="$bodybg">
   <font color="$bodyfg" face="arial,helvetica,sanserif">
 #end
 #if ($section.getAttributeValue("id"))
@@ -138,8 +139,27 @@
    <strong>$heading</strong>
 #end
   </font>
- </td></tr>
+ </td>
+#if ($section.getAttributeValue("date"))
+#if ($level == 1)
+ <td bgcolor="$bannerbg" align="right">
+  <font color="$bannerfg" face="arial,helvetica,sanserif">
+#elseif ($level == 2)
+ <td bgcolor="$subbannerbg" align="right">
+  <font color="$subbannerfg" face="arial,helvetica,sanserif">
+#else
+ <td bgcolor="$bodybg" align="right">
+  <font color="$bodyfg" face="arial,helvetica,sanserif">
+#end
+   <strong>$section.getAttributeValue("date")</strong>
+  </font>
+ </td>
+ </tr>
+ <tr><td colspan="2">
+#else
+ </tr>
  <tr><td>
+#end
   <blockquote>
 ## First, walk the tree and relativise any absolute path URI references
 ##foreach ( $tw in $treeWalk.allElements($section) )
