Index: site.dvsl
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
retrieving revision 1.51
diff -u -r1.51 site.dvsl
--- site.dvsl	7 Jun 2002 17:49:03 -0000	1.51
+++ site.dvsl	16 Jun 2002 07:31:05 -0000
@@ -6,7 +6,7 @@
 ##
 #macro (printRow $count)
   #if ($count % 2 > 0)
-    <tr class="a"> 
+    <tr class="a">
   #else
     <tr class="b">
   #end
@@ -19,10 +19,10 @@
 #end
 
 ## Selects the appropriate navigation file to use for the navbar.  The
-## current search priority is: 
-##    
+## current search priority is:
+##
 ##    - navigation.xml in current directory
-##    - navigation.xml in xdocs directory 
+##    - navigation.xml in xdocs directory
 ##    - projext.xml in xdocs directory (deprecated)
 ##    - project.xml in xdocs/stylesheets
 ##
@@ -33,7 +33,7 @@
 
   #elseif ($fileUtil.file("$docSrc/navigation.xml").exists())
     #loadNavigation ("$docSrc/navigation.xml")
-  
+
   #elseif ($fileUtil.file("$docSrc/project.xml").exists())
     #loadNavigation ("$docSrc/project.xml")
 
@@ -110,14 +110,14 @@
                   <img src="$relativePath$src" align="left" alt="$alt" border="0" />
                 #end
                 </a>
-                
+
               #else
 
                 ## Default to the Jakarta logo if one has not been defined.
                 <a href="http://jakarta.apache.org/">
                   <img src="$relativePath/images/jakarta-logo-blue.gif" align="left" alt="The Jakarta Project" border="0"/>
                 </a>
-              
+
               #end
             </td>
             <td>
@@ -145,7 +145,7 @@
       <div id="breadcrumbs">
         <table border="0" cellspacing="0" cellpadding="4" width="100%">
           <tr>
-            <td> 
+            <td>
               #if ($nav.get("body/links/*"))
               $context.applyTemplates( $nav, "body/links" )
               #else
@@ -164,8 +164,8 @@
               #if ($nav)
                 $context.applyTemplates( $nav, "body/menu" )
               #end
-          
-              ## Standard Maven Navigation 
+
+              ## Standard Maven Navigation
               <div><strong>Project Documentation</strong>
                 <div><small><a href="$relativePath/index.html">Front Page</a></small></div>
                 <div>
@@ -235,7 +235,7 @@
       </table>
 
       <div id="footer">
-        <table border="0" cellspacing="0" cellpadding="4">
+        <table border="1" cellspacing="0" cellpadding="4" width="100%">
           <tr>
             <td>
               #if( $pom.organization.name )
@@ -252,6 +252,9 @@
                 &copy; 1999-2002, Apache Software Foundation
               #end
             </td>
+            <td style="text-align: right">Generated by
+              <a href="http://jakarta.apache.org/turbine/maven">Jakarta-Maven</a>
+            </td>
           </tr>
         </table>
       </div>
@@ -349,10 +352,10 @@
 #end
 
 #match( "td" )
-  <td 
+  <td
   #if ($attrib.colspan)
     #set ($colspan = $attrib.colspan)
-    colspan="$!colspan" 
+    colspan="$!colspan"
   #end
   #if ($attrib.rowspan)
     #set ($rowspan = $attrib.rowspan)
@@ -364,10 +367,10 @@
 #end
 
 #match( "th" )
-  <th 
+  <th
   #if ($attrib.colspan)
     #set ($colspan = $attrib.colspan )
-    colspan="$!colspan" 
+    colspan="$!colspan"
   #end
   #if ($attrib.rowspan)
     #set ($rowspan = $attrib.rowspan )
@@ -422,7 +425,7 @@
 
 #match("file")
   <a href="$pom.repository.url.toString().trim()$node.name.value()">
-    $node.name.value()</a> - 
+    $node.name.value()</a> -
   <a href="$pom.repository.url.toString().trim()$node.name.value()?rev=$node.revision.value()&amp;content-type=text/vnd.viewcvs-markup">
     v$node.revision.value()</a> <br/>
 #end
@@ -444,7 +447,7 @@
 #match( "taskEntry" )
   #printRow ($rowcount)
     <td>
-      $node.filename.value() 
+      $node.filename.value()
       $context.applyTemplates("tasks/task")
     </td>
   </tr>

