Author: mck
Date: Thu Aug 11 11:36:44 2016
New Revision: 1755950
URL: http://svn.apache.org/viewvc?rev=1755950&view=rev
Log:
fix version numbers in dropdown menu (or just remove them since they're not
needed)
Modified:
tiles/autotag/trunk/src/site/site.xml
Modified: tiles/autotag/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/tiles/autotag/trunk/src/site/site.xml?rev=1755950&r1=1755949&r2=1755950&view=diff
==============================================================================
--- tiles/autotag/trunk/src/site/site.xml (original)
+++ tiles/autotag/trunk/src/site/site.xml Thu Aug 11 11:36:44 2016
@@ -22,31 +22,48 @@
*/
-->
<project name="Apache - Tiles Autotags">
+ <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™</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://www.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™">
<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"
+ href="/tiles-autotag/index.html"/>
<item
- name="Tiles Autotag"
- href="./index.html"/>
+ name="Request"
+ href="/tiles-request/index.html"/>
<item
name="Download"
href="http://tiles.apache.org/download.html"/>
@@ -78,5 +95,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>