nicolaken    02/04/08 12:11:43

  Modified:    .        index.html
  Log:
  tweaked layout
  
  Revision  Changes    Path
  1.6       +8 -12     jakarta-poi/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html        8 Apr 2002 13:35:37 -0000       1.5
  +++ index.html        8 Apr 2002 19:11:43 -0000       1.6
  @@ -405,23 +405,19 @@
   
   //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");
  
  
  


Reply via email to