Author: mck
Date: Wed Nov 13 11:52:29 2013
New Revision: 1541483

URL: http://svn.apache.org/r1541483
Log:
new website style, and update after tiles-3.0.3 release.
proper trademark and logo attribute.

references: 
 - http://thread.gmane.org/gmane.comp.apache.tiles.devel/602
 - http://svn.apache.org/viewvc?view=revision&revision=1539491
 - http://thread.gmane.org/gmane.comp.apache.tiles.devel/599
 - http://www.apache.org/foundation/marks/pmcs#graphics

Modified:
    tiles/framework/branches/TILES_3_0_X/assembly/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-api/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-compat/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-core/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-el/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-extras/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-freemarker/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-jsp/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-mvel/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-ognl/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-servlet/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-template/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-test-pom/src/site/site.xml
    
tiles/framework/branches/TILES_3_0_X/tiles-test-pom/tiles-test/src/site/site.xml
    tiles/framework/branches/TILES_3_0_X/tiles-velocity/src/site/site.xml

Modified: tiles/framework/branches/TILES_3_0_X/assembly/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/assembly/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/assembly/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/assembly/src/site/site.xml Wed Nov 13 
11:52:29 2013
@@ -22,19 +22,65 @@
  */
 -->
 <project name="Apache Tiles - Assembly">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.html"/>
         </menu>
 
         ${modules}
         ${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/framework/branches/TILES_3_0_X/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/src/site/site.xml Wed Nov 13 11:52:29 
2013
@@ -22,43 +22,63 @@
  */
 -->
 <project name="Apache Tiles - Framework">
+     <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</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="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 project start page"
-                   href="./index.html"/>
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
             <item
                    name="Security bulletins"
-                   href="security/index.html"/>
+                   href="/framework/security/index.html"/>
             <item
                    name="Download"
                    href="http://tiles.apache.org/download.html"/>
         </menu>
-        <menu name="Documentation">
+        <menu name="User Documentation">
             <item
                     name="What's new"
                     href="whats-new.html"/>
             <item
+                    name="Getting Started"
+                    href="getting_started.html"/>
+            <item
                     name="Tutorial"
                     href="tutorial/index.html"
                     collapse="true">
@@ -140,14 +160,11 @@
                     name="Wiki"
                     href="http://cwiki.apache.org/TILES/"/>
             <item
-                    name="Migration"
+                    name="Struts Migration"
                     href="migration/index.html"/>
         </menu>
         <menu name="Reference">
             <item
-                    name="Getting Started"
-                    href="getting_started.html"/>
-            <item
                     name="Configuration reference"
                     href="config-reference.html"/>
             <item
@@ -182,5 +199,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/framework/branches/TILES_3_0_X/tiles-api/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-api/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-api/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-api/src/site/site.xml Wed Nov 13 
11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - API">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-compat/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-compat/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-compat/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-compat/src/site/site.xml Wed Nov 
13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Compatibility Library">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-core/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-core/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-core/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-core/src/site/site.xml Wed Nov 
13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Core Library">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-el/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-el/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-el/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-el/src/site/site.xml Wed Nov 13 
11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - EL Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-extras/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-extras/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-extras/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-extras/src/site/site.xml Wed Nov 
13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Extras">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-freemarker/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-freemarker/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-freemarker/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-freemarker/src/site/site.xml Wed 
Nov 13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Freemarker Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-jsp/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-jsp/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-jsp/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-jsp/src/site/site.xml Wed Nov 13 
11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - JSP support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-mvel/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-mvel/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-mvel/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-mvel/src/site/site.xml Wed Nov 
13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - MVEL Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-ognl/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-ognl/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-ognl/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-ognl/src/site/site.xml Wed Nov 
13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - OGNL Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-servlet/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-servlet/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-servlet/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-servlet/src/site/site.xml Wed 
Nov 13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Servlet Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-template/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-template/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-template/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-template/src/site/site.xml Wed 
Nov 13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Template Technologies Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-test-pom/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-test-pom/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-test-pom/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-test-pom/src/site/site.xml Wed 
Nov 13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Test Webapp Module Collector">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-test-pom/tiles-test/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-test-pom/tiles-test/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- 
tiles/framework/branches/TILES_3_0_X/tiles-test-pom/tiles-test/src/site/site.xml
 (original)
+++ 
tiles/framework/branches/TILES_3_0_X/tiles-test-pom/tiles-test/src/site/site.xml
 Wed Nov 13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Test web application">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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/framework/branches/TILES_3_0_X/tiles-velocity/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/tiles-velocity/src/site/site.xml?rev=1541483&r1=1541482&r2=1541483&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/tiles-velocity/src/site/site.xml 
(original)
+++ tiles/framework/branches/TILES_3_0_X/tiles-velocity/src/site/site.xml Wed 
Nov 13 11:52:29 2013
@@ -22,19 +22,64 @@
  */
 -->
 <project name="Apache Tiles - Velocity Support">
+     <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</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"
-                   href="../../index.html"/>
+                   name="Welcome"
+                   href="/index.html"/>
             <item
-                   name="Parent module"
-                   href="../index.html"/>
+                    name="Tiles 3.0.x"
+                    href="/framework/index.html"/>
+            <item
+                    name="Autotag 1.0.x"
+                    href="/tiles-autotag/index.html"/>
+            <item
+                    name="Request 1.0.x"
+                    href="/tiles-request/index.html"/>
+            <item
+                   name="Security bulletins"
+                   href="/framework/security/index.html"/>
+            <item
+                   name="Download"
+                   href="http://tiles.apache.org/download.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>


Reply via email to