]> source.dussan.org Git - poi.git/commitdiff
final layout (CCD->Community-Code-Docs)
authorNicola Ken Barozzi <nicolaken@apache.org>
Mon, 8 Apr 2002 20:07:01 +0000 (20:07 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Mon, 8 Apr 2002 20:07:01 +0000 (20:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352378 13f79535-47bb-0310-9956-ffa450edef68

index.html

index 272f95f10daa0839c1a8952cf1644760e78abfd3..b35cc6c19d8db26f90c9b4ba5eb43a25a13590d9 100644 (file)
@@ -404,20 +404,23 @@ menu.show();
 menu.showCaption();
 
 //Add submenus
-menu.addItem("STATUS","window.open('status.xml')");
+menu.addItem("COMMUNITY","toggle");
 menu.addItem("DOCS","toggle");
-menu.addItem("MODULE","toggle");
+menu.addItem("CODE","toggle");
 
 
-menu.subMenus[1].addItem("site","window.open('http://jakarta.apache.org/poi/')");
-menu.subMenus[1].addItem("local","window.open('./build/docs/index.html')");
-menu.subMenus[1].addItem("local javadocs","window.open('./build/docs/javadocs/index.html')");
+menu.subMenus[0].addItem("site","window.open('http://jakarta.apache.org/poi/')");
+menu.subMenus[0].addItem("status","window.open('status.xml')");
+
+menu.subMenus[1].addItem("site","window.open('./build/docs/index.html')");
+menu.subMenus[1].addItem("javadocs","window.open('./build/docs/javadocs/index.html')");
 menu.subMenus[1].addItem("test results","window.open('./build/docs/test/index.html')");
 menu.subMenus[1].addItem("code metrics","window.open('./build/docs/metrics/jdepend-report.html')");
 
-menu.subMenus[2].addItem("module.xml","window.open('module.xml')");
-menu.subMenus[2].addItem("layout.xml","window.open('layout.xml')");
-menu.subMenus[2].addItem("build.xml","window.open('build.xml')");
+menu.subMenus[2].addItem("module","window.open('module.xml')");
+menu.subMenus[2].addItem("layout","window.open('layout.xml')");
+menu.subMenus[2].addItem("build","window.open('build.xml')");
+menu.subMenus[2].addItem("properties","window.open('properties.xml')");
 
 /*
 c = menu.subMenus[4].addItem("Cool Sites","toggle");