diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 20:07:01 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 20:07:01 +0000 |
commit | 52eb369dc4b0f1f71c0c4555ab260bd3a7edf38c (patch) | |
tree | e26b79fcc84fcc30a58f6ac17d3846fc90b7605d /index.html | |
parent | 3bc4151a34b028e24b2477bffdb6cd1b229c4db9 (diff) | |
download | poi-52eb369dc4b0f1f71c0c4555ab260bd3a7edf38c.tar.gz poi-52eb369dc4b0f1f71c0c4555ab260bd3a7edf38c.zip |
final layout (CCD->Community-Code-Docs)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/index.html b/index.html index 272f95f10d..b35cc6c19d 100644 --- a/index.html +++ b/index.html @@ -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"); |