nicolaken    02/04/08 13:07:01

  Modified:    .        index.html
  Log:
  final layout (CCD->Community-Code-Docs)
  
  Revision  Changes    Path
  1.7       +11 -8     jakarta-poi/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/index.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.html        8 Apr 2002 19:11:43 -0000       1.6
  +++ index.html        8 Apr 2002 20:07:01 -0000       1.7
  @@ -404,20 +404,23 @@
   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");
  
  
  


Reply via email to