diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 19:11:43 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 19:11:43 +0000 |
commit | 3a6a562722268f427d4652512717977d1feb4d48 (patch) | |
tree | 62e8f6d9526e6eea8c7c4a2651d28b0736d757da /index.html | |
parent | 3e909037ffd7cbf5e76a4509187a26bcca6caa30 (diff) | |
download | poi-3a6a562722268f427d4652512717977d1feb4d48.tar.gz poi-3a6a562722268f427d4652512717977d1feb4d48.zip |
tweaked layout
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352375 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/index.html b/index.html index 1ea18a26e8..272f95f10d 100644 --- a/index.html +++ b/index.html @@ -405,23 +405,19 @@ menu.showCaption(); //Add submenus menu.addItem("STATUS","window.open('status.xml')"); -menu.addItem("BUILD","toggle"); menu.addItem("DOCS","toggle"); menu.addItem("MODULE","toggle"); -menu.subMenus[1].addItem("build.xml","window.open('build.xml')"); -//menu.subMenus[1].addItem("log.xml","window.open('log.xml')"); +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[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("site","window.open('http://jakarta.apache.org/poi/')"); -menu.subMenus[2].addItem("local","window.open('./build/docs/index.html')"); -menu.subMenus[2].addItem("local javadocs","window.open('./build/docs/javadocs/index.html')"); -menu.subMenus[2].addItem("test results","window.open('./build/docs/test/index.html')"); -menu.subMenus[2].addItem("code metrics","window.open('./build/docs/metrics/jdepend-report.html')"); - -menu.subMenus[3].addItem("module.xml","window.open('module.xml')"); -menu.subMenus[3].addItem("layout.xml","window.open('layout.xml')"); +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')"); /* c = menu.subMenus[4].addItem("Cool Sites","toggle"); |