From 52eb369dc4b0f1f71c0c4555ab260bd3a7edf38c Mon Sep 17 00:00:00 2001 From: Nicola Ken Barozzi Date: Mon, 8 Apr 2002 20:07:01 +0000 Subject: [PATCH] final layout (CCD->Community-Code-Docs) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352378 13f79535-47bb-0310-9956-ffa450edef68 --- index.html | 19 +++++++++++-------- 1 file 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"); -- 2.39.5