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

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

Author: rinku
Date: Tue Mar 11 13:04:02 2008
New Revision: 636085

URL: http://svn.apache.org/viewvc?rev=636085&view=rev
Log:
o  removed banner
o  reformatted HTML

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=636085&r1=636084&r2=636085&view=diff
==============================================================================
--- continuum/site/src/site/cwiki/confluence-template.txt (original)
+++ continuum/site/src/site/cwiki/confluence-template.txt Tue Mar 11 13:04:02 2008
@@ -27,60 +27,39 @@
       @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;
-}
+      #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" />
-      </head>
+  </head>
   <body class="composite">
     <div id="banner">
-                  <a href="/" id="bannerLeft">
-
-    
-                                    <img src="http://maven.apache.org/maven2/images/apache-maven-project-2.png" alt="" />
-    
-            </a>
-                          <span id="bannerRight">
-    
-                                    <img src="http://maven.apache.org/maven2/images/maven-logo-2.gif" alt="" />
-    
-            </span>
-            <div class="clear">
-        <hr/>
-      </div>
+    <!-- TODO: Add a Banner for Continuum site -->                 
     </div>
-
-    <div id="breadcrumbs">
-          
-  
-
-  
-    
-  
-  
+    <div id="breadcrumbs">        
     
-<!-- TODO: make it an include so that it can be modified by Maven, or process site.xml files -->           
-            <div class="xleft">
-            $autoexport.breadcrumbs($page)
-                      </div>
-            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+    <!-- TODO: make it an include so that it can be modified by Maven, or process site.xml files -->           
+      <div class="xleft">
+        $autoexport.breadcrumbs($page)
+      </div>
+      <div class="xright">            
+        <a href="http://www.apache.org/" class="externalLink">Apache</a>
             |
-                <a href="http://maven.apache.org/continuum" class="externalLink">Continuum</a>
-  </div>
+        <a href="http://maven.apache.org/continuum" class="externalLink">Continuum</a>
+      </div>
       <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="leftColumn">
       <div id="navcolumn">
-<!-- TODO: make it an include so that it can be modified by Maven, or process site.xml files -->           
-        </div>
+      <!-- TODO: make it an include so that it can be modified by Maven, or process site.xml files -->           
+      </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
@@ -92,7 +71,6 @@
       </div>
     </div>
     <div class="clear">
-
       <hr/>
     </div>
     <div id="footer">
@@ -101,24 +79,16 @@
         (<a href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit page</a>)
       </div>
 
-    <!-- TODO: year -->
+      <!-- TODO: year -->
       <div class="xright">&#169;  
           2001-2008
     
-          Apache Software Foundation
-          
-  
-
+          Apache Software Foundation          
   
-    
-  
-  
-    
-  </div>
-      <div class="clear">
+    </div>
+    <div class="clear">
         <hr/>
       </div>
     </div>
-
   </body>
 </html>