Author: mck
Date: Sun Mar 30 21:40:11 2014
New Revision: 1583206

URL: http://svn.apache.org/r1583206
Log:
new website look&feel
 see http://article.gmane.org/gmane.comp.apache.tiles.devel/599

Modified:
    tiles/request/branches/TREQ_1_0_X/assembly/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-api/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-freemarker/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-jsp/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-mustache/src/site/site.xml
    
tiles/request/branches/TREQ_1_0_X/tiles-request-portlet-wildcard/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-portlet/src/site/site.xml
    
tiles/request/branches/TREQ_1_0_X/tiles-request-servlet-wildcard/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-servlet/src/site/site.xml
    tiles/request/branches/TREQ_1_0_X/tiles-request-velocity/src/site/site.xml

Modified: tiles/request/branches/TREQ_1_0_X/assembly/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/assembly/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/assembly/src/site/site.xml (original)
+++ tiles/request/branches/TREQ_1_0_X/assembly/src/site/site.xml Sun Mar 30 
21:40:11 2014
@@ -21,20 +21,53 @@
  * under the License.
  */
 -->
-<project name="Apache Tiles - Assembly">
+<project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
+    <bannerLeft>
+        <name>Apache Tiles&#8482;</name>
+        <src>http://tiles.apache.org/images/logo.png</src>
+        <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
     <body>
 
         <menu name="Apache Tiles&#8482;">
             <item
-                   name="Home"
+                   name="Tiles Home"
                    href="../../index.html"/>
             <item
-                   name="Parent module"
+                   name="Request Microframework"
                    href="../index.html"/>
         </menu>
 
-        ${modules}
-        ${reports}
+        <menu ref="modules" />
+        <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: tiles/request/branches/TREQ_1_0_X/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/src/site/site.xml (original)
+++ tiles/request/branches/TREQ_1_0_X/src/site/site.xml Sun Mar 30 21:40:11 2014
@@ -22,31 +22,48 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
 
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
-                   name="Tiles Home"
-                   href="../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
+            <item
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
             <item
-                   name="Tiles Request Microframework"
-                   href="./index.html"/>
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
             <item
                    name="Download"
                    href="http://tiles.apache.org/download.html"/>
@@ -60,17 +77,23 @@
         <menu name="Developers">
             <item
                     name="Building"
-                    href="/dev/building.html"/>
+                    href="dev/building.html"/>
             <item
                     name="Snapshots"
-                    href="/dev/snapshots.html"/>
+                    href="dev/snapshots.html"/>
             <item
                     name="Release Process"
-                    href="/dev/release.html"/>
+                    href="dev/release.html"/>
         </menu>
 
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: tiles/request/branches/TREQ_1_0_X/tiles-request-api/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-api/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/tiles-request-api/src/site/site.xml 
(original)
+++ tiles/request/branches/TREQ_1_0_X/tiles-request-api/src/site/site.xml Sun 
Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-freemarker/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-freemarker/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- 
tiles/request/branches/TREQ_1_0_X/tiles-request-freemarker/src/site/site.xml 
(original)
+++ 
tiles/request/branches/TREQ_1_0_X/tiles-request-freemarker/src/site/site.xml 
Sun Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: tiles/request/branches/TREQ_1_0_X/tiles-request-jsp/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-jsp/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/tiles-request-jsp/src/site/site.xml 
(original)
+++ tiles/request/branches/TREQ_1_0_X/tiles-request-jsp/src/site/site.xml Sun 
Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-mustache/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-mustache/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/tiles-request-mustache/src/site/site.xml 
(original)
+++ tiles/request/branches/TREQ_1_0_X/tiles-request-mustache/src/site/site.xml 
Sun Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-portlet-wildcard/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-portlet-wildcard/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- 
tiles/request/branches/TREQ_1_0_X/tiles-request-portlet-wildcard/src/site/site.xml
 (original)
+++ 
tiles/request/branches/TREQ_1_0_X/tiles-request-portlet-wildcard/src/site/site.xml
 Sun Mar 30 21:40:11 2014
@@ -22,24 +22,35 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
 
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +63,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-portlet/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-portlet/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/tiles-request-portlet/src/site/site.xml 
(original)
+++ tiles/request/branches/TREQ_1_0_X/tiles-request-portlet/src/site/site.xml 
Sun Mar 30 21:40:11 2014
@@ -22,24 +22,35 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
 
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +63,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-servlet-wildcard/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-servlet-wildcard/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- 
tiles/request/branches/TREQ_1_0_X/tiles-request-servlet-wildcard/src/site/site.xml
 (original)
+++ 
tiles/request/branches/TREQ_1_0_X/tiles-request-servlet-wildcard/src/site/site.xml
 Sun Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-servlet/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-servlet/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/tiles-request-servlet/src/site/site.xml 
(original)
+++ tiles/request/branches/TREQ_1_0_X/tiles-request-servlet/src/site/site.xml 
Sun Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>

Modified: 
tiles/request/branches/TREQ_1_0_X/tiles-request-velocity/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/tiles-request-velocity/src/site/site.xml?rev=1583206&r1=1583205&r2=1583206&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/tiles-request-velocity/src/site/site.xml 
(original)
+++ tiles/request/branches/TREQ_1_0_X/tiles-request-velocity/src/site/site.xml 
Sun Mar 30 21:40:11 2014
@@ -22,24 +22,34 @@
  */
 -->
 <project name="Apache - Request Microframework">
+     <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+     </skin>
+     <custom>
+        <fluidoSkin>
+        <topBarEnabled>true</topBarEnabled>
+        <sideBarEnabled>false</sideBarEnabled>
+        <searchEnabled>true</searchEnabled>
+        <gitHub>
+            <projectId>apache/tiles-request</projectId>
+            <ribbonOrientation>right</ribbonOrientation>
+            <ribbonColor>darkblue</ribbonColor>
+        </gitHub>
+        </fluidoSkin>
+     </custom>
     <bannerLeft>
-        <name>Apache Software Foundation</name>
-        <src>http://www.apache.org/images/asf-logo.gif</src>
-        <href>http://www.apache.org</href>
-    </bannerLeft>
-    <bannerRight>
         <name>Apache Tiles&#8482;</name>
         <src>http://tiles.apache.org/images/logo.png</src>
         <href>http://tiles.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <src>http://struts.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     <body>
-
-        <links>
-            <item name="Apache" href="http://www.apache.org"; />
-            <item name="Tiles" href="http://tiles.apache.org"; />
-        </links>
-
-
         <menu name="Apache Tiles&#8482;">
             <item
                    name="Tiles Home"
@@ -52,5 +62,11 @@
         <menu ref="modules" />
         <menu ref="reports" />
 
+        <footer>
+            <div class="row span12">
+                Apache Tiles, Tiles, Apache, the Apache feather logo, and the 
Apache Tiles
+                project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </footer>
     </body>
 </project>


Reply via email to