You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/03/23 01:01:22 UTC

svn commit: r387975 - /forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Author: thorsten
Date: Wed Mar 22 16:01:19 2006
New Revision: 387975

URL: http://svn.apache.org/viewcvs?rev=387975&view=rev
Log:
Updating the forrestbar to distinguish the -dev features and added comments to easier build for 0.7.

Modified:
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul?rev=387975&r1=387974&r2=387975&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Wed Mar 22 16:01:19 2006
@@ -71,6 +71,20 @@
 
       <toolbarbutton class="forrestbar" label="Devs." id="forrestbar-devs" hidden="false" type="menu">
         <menupopup>
+          <menuitem label="Cocoon Profiler howto" onclick="navigate('http://forrest.apache.org/docs/dev/howto/howto-dev.html#debug');" />
+          <menuitem label="Cocoon Profiler access" onclick="navigate('http://localhost:8888/cprofile.html');" />
+          <menuseparator/>
+          <menuitem label="Docs for development version" onclick="navigate('http://forrest.apache.org/docs/dev/');" />
+         
+        </menupopup>
+      </toolbarbutton>
+        <!-- Following is dispatcher trunk specific 
+          Comment for 0.7 builds
+          START
+          -->
+      <toolbarseparator/>
+      <toolbarbutton class="forrestbar" label="dispatcher-dev " id="forrestbar-dispatcher-dev" hidden="false" type="menu">
+        <menupopup>
           <menuitem label="Intermediate format" onclick="viewXML('.source.rewritten.xml');" />
           <menuitem label="Body" onclick="viewXML('.body.xml');" />
           <menuitem label="Table of Content" onclick="viewXML('.toc.xml');" />
@@ -80,25 +94,18 @@
           <menuitem label="Title" onclick="viewXML('.title.xml');" />
           <menuseparator/>
           <menuitem label="structurer" onclick="setDispatcherCall(true);viewXML('prepare.structurer.html.');setDispatcherCall(false);"/>
-          <menuitem label="structurer-xsl" onclick="setDispatcherCall(true);viewXML('structurer-xsl.html.');setDispatcherCall(false);"/>
           <menuseparator/>
           <menuitem label="ls.contracts" onclick="navigate('http://localhost:8888/ls.contracts.html');" />
           <menuitem label="ls.contracts.project" onclick="navigate('http://localhost:8888/ls.contracts.project.html');" />
-          <menuseparator/>
-          <menuitem label="Cocoon Profiler howto" onclick="navigate('http://forrest.apache.org/docs/dev/howto/howto-dev.html#debug');" />
-          <menuitem label="Cocoon Profiler access" onclick="navigate('http://localhost:8888/cprofile.html');" />
-          <menuseparator/>
-          <menuitem label="Docs for development version" onclick="navigate('http://forrest.apache.org/docs/dev/');" />
-         
         </menupopup>
       </toolbarbutton>
-
+        <!--
+          END
+          -->
       <toolbarseparator/>
-
       <toolbaritem class="forrestbar" id="forrestbar-search">
         <label value="Search:"/>
         <textbox id="forrestbar-input" onkeydown="if (event.which == 13) {searchDev('aims', 'forrestbar-input');}" hidden="false"/>
-        
         <toolbarbutton label="Search" hidden="false" type="menu">
           <menupopup>
             <menuitem label="Dev (MARC)" onclick="searchDev('aims', 'forrestbar-input');" hidden="false"/>
@@ -107,13 +114,20 @@
             <menuitem label="Forrest Site" onclick="searchSite('forrestbar-input');" hidden="false"/>
           </menupopup>
         </toolbarbutton>
-        
-        <toolbarbutton label="contracts" hidden="false" type="menu">
+        <toolbarseparator/>
+        <!-- Following is dispatcher trunk specific 
+          Comment for 0.7 builds
+          START
+          -->
+        <toolbarbutton label="contracts-dev " hidden="false" type="menu">
           <menupopup>
              <menuitem label="resolve-contract" onclick="contract('resolve.contract.html.','forrestbar-input');"/>
              <menuitem label="prepare-contract" onclick="contract('prepare.contract.html.','forrestbar-input');"/>
           </menupopup>
         </toolbarbutton>
+        <!--
+          END
+          -->
         <!--
         These buttons re for use with the publisher plugin, however, they are
         commented out at this stage because the plugin does not provide