Title: [waffle-scm] [174] trunk/distribution/src/site/templates/skin.html: a little work on matching the layout of the former apt site for css etc
Revision
174
Author
paul
Date
2007-06-20 11:54:13 -0500 (Wed, 20 Jun 2007)

Log Message

a little work on matching the layout of the former apt site for css etc

Modified Paths

Diff

Modified: trunk/distribution/src/site/templates/skin.html (173 => 174)

--- trunk/distribution/src/site/templates/skin.html	2007-06-20 16:23:17 UTC (rev 173)
+++ trunk/distribution/src/site/templates/skin.html	2007-06-20 16:54:13 UTC (rev 174)
@@ -32,33 +32,72 @@
   <body class="composite">
 
    <div id="banner">
-   		<a href="" id="logo" src="" alt="Waffle"/></a>
+   		<a href="" id="bannerLeft" src="" alt="Waffle"/></a>
+	  <div class="clear">
+	    <hr/>
+	  </div>
    </div>
-
-  <div id="center" class="Content2Column">  <!-- Content3Column for index -->
-      <div id="content">
-          ${body}
-
-      </div>
-  </div>
-
-  <div class="SidePanel" id="left">
-      <#list sitemap.sections as section>
-          <div class="MenuGroup">
-              <h1>${section.name}</h1>
+  <div id="leftColumn">
+      <div id="navcolumn">
+          <#list sitemap.sections as section>
+              <h5>${section.name}</h5>
               <ul>
                   <#list section.pages as otherPage>
                       <#if otherPage = page>
-                          <li class="currentLink">${otherPage.title}</li>
+                          <li class="none"> <strong>${otherPage.title}</strong> </li>
                       <#else>
-                          <li><a href=""
+                          <li class="none"> <a href="" </li>
                       </#if>
                   </#list>
               </ul>
-          </div>
-      </#list>
+          </#list>
+		    <h5>Project Documentation</h5>
+		    <ul>
+		      <li class="collapsed"> <a href="" Information</a> </li>
+		    </ul>
+		    <a href="" title="Hosted at Codehaus" id="poweredBy"> <img alt="Hosted at Codehaus" src="" /> </a> <a href="" title="Build with Maven 2" id="poweredBy"> <img alt="Build with Maven 2" src="" /> </a> <a href="" title="The best Java IDE" id="poweredBy"> <img alt="The best Java IDE" src="" /> </a>
+		    <script type="text/_javascript_"><!--
+		    google_ad_client = "pub-8973208330688044";
+		    google_ad_width = 125;
+		    google_ad_height = 125;
+		    google_ad_format = "125x125_as_rimg";
+		    google_cpa_choice = "CAAQ0f2XhAIaCA6IC4oIlz0_KK2293M";
+		    google_ad_channel = "";
+		    //--></script>
+		    <script type="text/_javascript_" src=""
+		        //
+		    </script>
+		    <br/>
+		    <script type="text/_javascript_"><!--
+		    google_ad_client = "pub-8973208330688044";
+		    google_ad_width = 120;
+		    google_ad_height = 240;
+		    google_ad_format = "120x240_as";
+		    google_ad_type = "text_image";
+		    google_ad_channel ="";
+		    //--></script>
+		    <script type="text/_javascript_" src=""
+		        //
+		    </script>
+      </div>
   </div>
 
+  <div id="center" class="Content2Column">  <!-- Content3Column for index -->
+      <div id="content">
+          ${body}
+
+      </div>
+  </div>
+  <div class="clear">
+    <hr/>
+  </div>
+  <div id="footer">
+    <div class="xright">&#169;  
+      2007 </div>
+    <div class="clear">
+      <hr/>
+    </div>
+  </div>
   <script src="" type="text/_javascript_">
   
 	</script>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to