Author: simonetripodi
Date: Wed Nov 23 08:03:34 2011
New Revision: 1205318

URL: http://svn.apache.org/viewvc?rev=1205318&view=rev
Log:
fixed footers layout  - not the best ATM but at least works

Modified:
    maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml
    maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml
    
maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
    maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml?rev=1205318&r1=1205317&r2=1205318&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml 
(original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml Wed 
Nov 23 08:03:34 2011
@@ -55,7 +55,9 @@
     <menu ref="reports"/>
 
     <footer>
-      <div class="row">
+      <div class="row span16">Apache Maven, Apache @project.name@, Apache, the 
Apache feather logo, and the Apache Maven project logos are trademarks of The 
Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
+      <div class="row span16">
         <div class="span4">
           <address>
             <strong>The Apache Software Foundation</strong><br/>

Modified: maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml?rev=1205318&r1=1205317&r2=1205318&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml 
(original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml Wed Nov 
23 08:03:34 2011
@@ -67,7 +67,9 @@
     <menu ref="reports"/>
 
     <footer>
-      <div class="row">
+      <div class="row span16">Apache Maven, Apache @project.name@, Apache, the 
Apache feather logo, and the Apache Maven project logos are trademarks of The 
Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
+      <div class="row span16">
         <div class="span4">
           <address>
             <strong>The Apache Software Foundation</strong><br/>

Modified: 
maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1205318&r1=1205317&r2=1205318&view=diff
==============================================================================
--- 
maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm 
(original)
+++ 
maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm 
Wed Nov 23 08:03:34 2011
@@ -697,13 +697,12 @@
       #else
       <div class="container">
       #end
-        <div class="row">
-          <div class="span16">Copyright &copy;#copyright()All Rights 
Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version 
)</div>
-        </div>
+        <div class="row span16">Copyright &copy;#copyright()All Rights 
Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version 
)</div>
 
         #if ( $decoration.body.footer )
           #foreach( $item in $decoration.body.footer.getChildren() )
             #set ( $foot = $item.toString().trim() )
+            ## #eval macro not supported yet, that is a silly turnaround to 
allow ASF projects adopt fluido
             $StringUtils.replace( $foot, '@project.name@', ${project.name} )
           #end
         #end

Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1205318&r1=1205317&r2=1205318&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Wed Nov 23 08:03:34 
2011
@@ -19,7 +19,10 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+  name="Apache Maven Fluido-Skin">
+
   <bannerLeft>
     <name>${project.name}</name>
   </bannerLeft>
@@ -50,5 +53,9 @@ under the License.
 
     <menu ref="reports"/>
 
+    <footer>
+      <div class="row span16">Apache Maven, Apache @project.name@, Apache, the 
Apache feather logo, and the Apache Maven project logos are trademarks of The 
Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
+    </footer>
   </body>
 </project>
\ No newline at end of file


Reply via email to