You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2008/03/11 06:59:45 UTC

svn commit: r635809 - /continuum/site/src/site/cwiki/confluence-template.txt

Author: brett
Date: Mon Mar 10 22:59:44 2008
New Revision: 635809

URL: http://svn.apache.org/viewvc?rev=635809&view=rev
Log:
update confluence template

Modified:
    continuum/site/src/site/cwiki/confluence-template.txt

Modified: continuum/site/src/site/cwiki/confluence-template.txt
URL: http://svn.apache.org/viewvc/continuum/site/src/site/cwiki/confluence-template.txt?rev=635809&r1=635808&r2=635809&view=diff
==============================================================================
--- continuum/site/src/site/cwiki/confluence-template.txt (original)
+++ continuum/site/src/site/cwiki/confluence-template.txt Mon Mar 10 22:59:44 2008
@@ -20,11 +20,20 @@
   <head>
     <title>$page.title</title>
 
+<!-- TODO: need some of these styles, not all
     <link type="text/css" rel="stylesheet" href="$stylesheet" />
+-->
     <style type="text/css" media="all">
       @import url("http://maven.apache.org/scm/css/maven-base.css");
       @import url("http://maven.apache.org/scm/css/maven-theme.css");
       @import url("http://maven.apache.org/scm/css/site.css");
+
+#leftColumn {
+  display: none !important
+}
+#bodyColumn {
+  margin-left: 1.5em;
+}
     </style>
     <link rel="stylesheet" href="http://maven.apache.org/scm/css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -62,29 +71,7 @@
                       </div>
             <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
             |
-                <a href="http://maven.apache.org/maven-1.x" class="externalLink">Maven 1.x</a>
-            |
-                <a href="/">Maven 2.x</a>
-
-            |
                 <a href="http://maven.apache.org/continuum" class="externalLink">Continuum</a>
-            |
-                <a href="http://maven.apache.org/scm">SCM</a>
-            |
-                <a href="http://maven.apache.org/wagon" class="externalLink">Wagon</a>
-            |
-                <a href="http://maven.apache.org/jxr" class="externalLink">JXR</a>
-            |
-                <a href="http://maven.apache.org/doxia" class="externalLink">Doxia</a>
-
-            
-  
-
-  
-    
-  
-  
-    
   </div>
       <div class="clear">
         <hr/>
@@ -93,123 +80,6 @@
     <div id="leftColumn">
       <div id="navcolumn">
 <!-- TODO: make it an include so that it can be modified by Maven, or process site.xml files -->           
-  
-
-  
-    
-  
-  
-    
-                   <h5>Quick Links</h5>
-
-            <ul>
-              
-    <li class="none">
-              <strong>Home</strong>
-        </li>
-              
-    <li class="none">
-                    <a href="plugins/index.html">Maven SCM Plugin</a>
-          </li>
-              
-    <li class="none">
-
-                    <a href="projects/apidocs/index.html">Javadoc</a>
-          </li>
-              
-    <li class="none">
-                    <a href="scm-url-format.html">SCM URL Format</a>
-          </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="scms-overview.html">Supported SCMs</a>
-
-                </li>
-              
-                
-              
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="guide/index.html">Guides</a>
-                </li>
-              
-    <li class="none">
-                    <a href="scm-matrix.html" class="externalLink">SCM providers Matrix</a>
-          </li>
-          </ul>
-
-              <h5>Project Documentation</h5>
-            <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-info.html">Project Information</a>
-                </li>
-              
-                
-              
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-reports.html">Project Reports</a>
-
-                </li>
-          </ul>
-                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                       
-  
-
-  
-    
-  
-  
-    
         </div>
     </div>
     <div id="bodyColumn">
@@ -233,7 +103,7 @@
 
     <!-- TODO: year -->
       <div class="xright">&#169;  
-          2001-2007
+          2001-2008
     
           Apache Software Foundation
           
@@ -252,4 +122,3 @@
 
   </body>
 </html>
-