final layout (CCD->Community-Code-Docs)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ef0ef5eca
commit
773f7ff031
19
index.html
19
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");
|
||||
|
Loading…
Reference in New Issue
Block a user