You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/12/27 19:32:47 UTC

svn commit: r1053128 - in /incubator/aries/branches/site/trunk/templates: navigation.mdtext standard.html

Author: zoe
Date: Mon Dec 27 18:32:47 2010
New Revision: 1053128

URL: http://svn.apache.org/viewvc?rev=1053128&view=rev
Log:
ARIES-502 add the navigation menus

Modified:
    incubator/aries/branches/site/trunk/templates/navigation.mdtext
    incubator/aries/branches/site/trunk/templates/standard.html

Modified: incubator/aries/branches/site/trunk/templates/navigation.mdtext
URL: http://svn.apache.org/viewvc/incubator/aries/branches/site/trunk/templates/navigation.mdtext?rev=1053128&r1=1053127&r2=1053128&view=diff
==============================================================================
--- incubator/aries/branches/site/trunk/templates/navigation.mdtext (original)
+++ incubator/aries/branches/site/trunk/templates/navigation.mdtext Mon Dec 27 18:32:47 2010
@@ -1,34 +1,129 @@
-- <h3>[Overview](overview.html)</h3>
-    - <h4>[Board Reports](boardreports.html)</h4>
-    - <h4>[Site Map](sitemap.html)</h4>
-- <h3>[Documentation](documentation.html)</h3>
-    - <h4>[Programming Model](ariesprogrammingmodel.html)</h4>
-    - <h4>[Pointers to OSGi specs](pointerstoosgispecifications.html)</h4>
-    - <h4>[Integrators Guide](integrators-guide.html)</h4>
-    - <h4>[Articles](articles.html)</h4>
-    - <h4>[Slides](https://svn.apache.org/repos/asf/incubator/aries/slides/)</h4>
-    - <h4>[Tutorials](tutorials.html)</h4>
-- <h3>[Downloads](downloads.html)</h3>
-- <h3>[Community](community.html)</h3>
-    - <h4>[Getting Involved](gettinginvolved.html)</h4>
-    - <h4>[Who we are](people.html)</h4>
-    - <h4>[Mailing lists](mailinglists.html)</h4>
-    - <h4>[Aries Group Blog](http://blogs.apache.org/aries/)</h4>
-- <h3>[Development](development.html)</h3>
-    - <h4>[Source Control ](https://svn.apache.org/repos/asf/incubator/aries/)</h4>
-    - <h4>[Bug Tracking](https://issues.apache.org/jira/browse/ARIES)</h4>
-    - <h4>[Building Aries ](buildingaries.html)</h4>
-    - <h4>[Releasing Aries ](releasingaries.html)</h4>
-    - <h4>[OSGi Compliance Tests ](compliancetesting.html)</h4>
-    - <h4>[Build System](http://hudson.zones.apache.org/hudson/)</h4>
-    - <h4>[Web Site Maintenance ](maintainingthewebpages.html)</h4>
-- <h3>[Modules](modules.html)</h3>
-    - <h4>[Samples](samples.html)</h4>
-    - <h4>[Blueprint](blueprint.html)</h4>
-    - <h4>[JNDI](jndiproject.html)</h4>
-    - <h4>[JPA](jpaproject.html)</h4>
-    - <h4>[Applications](applications.html)</h4>
-    - <h4>[Transactions](transactionsproject.html)</h4>
-    - <h4>[EBA Maven Plugin ](-ebamavenpluginproject.html)</h4>
-    - <h4>[SPI Fly](spi-fly.html)</h4>
-- <h3> [Sponsorship](sponsorship.html)</h3>
+<div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+<div id="overview" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="/overview/boardreports.html">Board Reports</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/overview/news.html">News</a> 
+	</div>
+</div>
+<div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+<div id="documentation" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/documentation/pointerstoosgispecifications.html">Pointers to OSGi specs</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/documentation/integrators-guide.html">Integrators Guide</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/documentation/articles.html">Articles</a> 
+	</div>
+	<div class="menuitem">
+		<a href="https://svn.apache.org/repos/asf/incubator/aries/slides/">Slides</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/documentation/tutorials.html">Tutorials</a> 
+	</div>
+</div>
+<div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+<div id="downloads" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="/downloads/currentrelease.html">Current Release</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/downloads/ct/current-release/testresults.html">Compliance Tests</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/downloads/releasenotes.html">Release Notes</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/downloads/archived-releases.html">Archived Releases</a> 
+	</div>
+</div>
+<div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+<div id="community" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="/community/overview.html">Community</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/community/gettinginvolved.html">Getting Involved</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/community/people.html">Who we are</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/community/mailinglists.html">Mailing lists</a> 
+	</div>
+	<div class="menuitem">
+		<a href="http://blogs.apache.org/aries/">Aries Group Blog</a> 
+	</div>
+</div>
+<div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+<div id="development" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="https://svn.apache.org/repos/asf/incubator/aries/">Source Control</a> 
+	</div>
+	<div class="menuitem">
+		<a href="https://issues.apache.org/jira/browse/ARIES">Bug Tracking</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/development/buildingaries.html">Building Aries </a> 
+	</div>
+	<div class="menuitem">
+		<a href="/development/maven-best-practice-in-aries.html">Maven best practice</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/development/moduledependencies.html">Module Dependencies</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/development/releasingaries.html">Releasing Aries </a> 
+	</div>
+	<div class="menuitem">
+		<a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
+	</div>
+	<div class="menuitem">
+		<a href="http://hudson.zones.apache.org/hudson/">Build System</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/development/maintainingthewebpages.html">Web Site Maintenance </a> 
+	</div>
+</div>
+<div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+<div id="modules" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="/modules/samples.html">Samples</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/blueprint.html">Blueprint</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/jndiproject.html">JNDI</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/jpaproject.html">JPA</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/applications.html">Applications</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/transactionsproject.html">Transactions</a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/ebamavenpluginproject.html">EBA Maven Plugin </a> 
+	</div>
+	<div class="menuitem">
+		<a href="/modules/spi-fly.html">SPI Fly</a> 
+	</div>
+</div>
+<div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+<div id="sponsorship" class="menuitemgroup">
+	<div class="menuitem">
+		<a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
+	</div>
+	<div class="menuitem">
+		<a href="http://www.apache.org/foundation/sponsorship.html">Sponsoring Apache</a> 
+	</div>
+</div>

Modified: incubator/aries/branches/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/incubator/aries/branches/site/trunk/templates/standard.html?rev=1053128&r1=1053127&r2=1053128&view=diff
==============================================================================
--- incubator/aries/branches/site/trunk/templates/standard.html (original)
+++ incubator/aries/branches/site/trunk/templates/standard.html Mon Dec 27 18:32:47 2010
@@ -17,16 +17,15 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="resources/site.css"></link>
-    <script src="resources/space.js" type="text/javascript"></script>
-    </script><script src="resources/getMenu.js" language="javascript" type="text/javascript"></script>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    </script><script src="/resources/menus.js" language="javascript" type="text/javascript"></script>
 	<meta name="keywords" content="..."/>
 	<meta name="description" content="..." />
     <title>
 		Apache Aries - {% block title %}{{ headers.title }}{% endblock %}
     </title>
   </head>
-<body onload="init()">
+<body onload="SetMenu()">
 
 <table width="100%" cellpadding="0" cellspacing="0">
   <tr width="100%">
@@ -44,10 +43,10 @@
 			<table border="0" cellpadding="0" cellspacing="0" width="100%">
 				<tr>
 					<td align="left" class="topbardiv" nowrap="">
-						<a href="http://incubator.apache.org/aries/" title="Apache Aries"> <img border="0" src="images/Arieslogo_Horizontal.gif"> </a>
+						<a href="http://incubator.apache.org/aries/" title="Apache Aries"> <img border="0" src="/images/Arieslogo_Horizontal.gif"> </a>
 					</td>
 					<td align="right" nowrap="">
-						<a href="http://www.apache.org/" title="The Apache Software Foundation"> <img border="0" src="images/apache_feather.png"> </a>
+						<a href="http://www.apache.org/" title="The Apache Software Foundation"> <img border="0" src="/images/apache_feather.png"> </a>
       				</td>
 				</tr>
 			</table>