2 <?xml-stylesheet href=
"chrome://communicator/skin/help.css" type=
"text/css"?>
3 <?xml-stylesheet href=
"chrome://navigator/skin" type=
"text/css"?>
4 <?xml-stylesheet href=
"chrome://global/skin" type=
"text/css"?>
5 <?xml-stylesheet href=
"chrome://help/content/platformClasses.css" type=
"text/css"?>
7 <?xul-overlay href=
"chrome://global/content/globalOverlay.xul"?>
8 <?xul-overlay href=
"chrome://help/content/helpContextOverlay.xul"?>
9 <?xul-overlay href=
"chrome://communicator/content/utilityOverlay.xul"?>
10 <?xul-overlay href=
"chrome://navigator/content/platformNavigationBindings.xul"?>
11 <?xul-overlay href=
"chrome://communicator/content/viewZoomOverlay.xul"?>
13 <!DOCTYPE window SYSTEM
"chrome://help/locale/help.dtd">
16 windowtype=
"mozilla:help"
17 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
20 persist=
"width height screenX screenY zlevel"
22 onunload=
"window.XULBrowserWindow.destroy();">
24 <script type=
"application/x-javascript" src=
"chrome://help/content/help.js"/>
25 <script type=
"application/x-javascript" src=
"chrome://navigator/content/sessionHistoryUI.js"/>
26 <script type=
"application/x-javascript" src=
"chrome://communicator/content/findUtils.js"/>
28 <menupopup id=
"backMenu" position=
"after_start"
29 onpopupshowing=
"return createBackMenu(event);" oncommand=
"gotoHistoryIndex(event);"/>
30 <menupopup id=
"forwardMenu" position=
"after_start"
31 onpopupshowing=
"return createForwardMenu(event);" oncommand=
"gotoHistoryIndex(event);"/>
32 <popupset id=
"helpContextSet"/>
33 <broadcasterset id=
"helpBroadcasters">
34 <broadcaster id=
"canGoBack" disabled=
"true"/>
35 <broadcaster id=
"canGoForward" disabled=
"true"/>
37 <commandset id=
"globalEditMenuItems"/>
38 <commandset id=
"selectEditMenuItems">
39 <command id=
"cmd_undo"/>
40 <command id=
"cmd_redo"/>
41 <command id=
"cmd_cut"/>
42 <command id=
"cmd_copy"/>
43 <command id=
"cmd_paste"/>
44 <command id=
"cmd_delete"/>
45 <command id=
"cmd_selectAll"/>
46 <command id=
"cmd_close" oncommand=
"close();"/>
47 <command id=
"Browser:Home" oncommand=
"goHome();"/>
48 <command id=
"Browser:Back" oncommand=
"goBack();" observes=
"canGoBack"/>
49 <command id=
"Browser:Forward" oncommand=
"goForward();" observes=
"canGoForward"/>
50 <command id=
"cmd_copyLink"/>
52 <commandset id=
"clipboardEditMenuItems"/>
53 <commandset id=
"viewZoomCommands"/>
56 <key id=
"printKb" key=
"&printCmd.commandkey;" oncommand=
"print();" modifiers=
"accel"/>
57 <keyset id=
"viewZoomKeys"/>
58 <keyset id=
"navigationKeys">
59 <!-- The stop keybindings are navigator-only -->
60 <key id=
"key_stop" disabled=
"true"/>
61 <key id=
"key_stop2" disabled=
"true"/>
64 key=
"&findOnCmd.commandkey;" oncommand=
"find(false, false);" modifiers=
"accel"/>
65 <key id=
"key_findAgain"
66 key=
"&findAgainCmd.commandkey;" oncommand=
"find(true, false);" modifiers=
"accel"/>
67 <key id=
"key_findPrev"
68 key=
"&findPrevCmd.commandkey;" oncommand=
"find(true, true);" modifiers=
"accel, shift"/>
69 <key id=
"key_findAgain2" keycode=
"&findAgainCmd.commandkey2;" oncommand=
"find(true, false);"/>
70 <key id=
"key_findPrev2" keycode=
"&findPrevCmd.commandkey2;" oncommand=
"find(true, true);" modifiers=
"shift"/>
71 <key id=
"key_viewNextHelpPanel" keycode=
"VK_TAB" oncommand=
"showRelativePanel(true);" modifiers=
"control"/>
72 <key id=
"key_viewPrevHelpPanel" keycode=
"VK_TAB" oncommand=
"showRelativePanel(false);" modifiers=
"control,shift"/>
74 <stringbundle id=
"bundle_viewZoom"/>
75 <stringbundle id=
"findBundle" src=
"chrome://global/locale/finddialog.properties"/>
80 <toolbox id=
"help-toolbox" class=
"toolbox-top" deferattached=
"true">
81 <toolbar id=
"helpToolbar" class=
"toolbar-primary chromeclass-toolbar"
82 grippytooltiptext=
"&toolbar.tooltip;" persist=
"collapsed">
84 <toolbarbutton id=
"helpBackButton" type=
"menu-button" class=
"toolbarbutton-1"
85 label=
"&backButton.label;"
86 oncommand=
"if (event.target==this) goBack(); else gotoHistoryIndex(event);"
87 observes=
"canGoBack" context=
"backMenu"
88 tooltiptext=
"&backButton.tooltip;">
89 <menupopup context=
"" onpopupshowing=
"createBackMenu(event);"/>
91 <toolbarbutton id=
"helpForwardButton" type=
"menu-button" class=
"toolbarbutton-1"
92 label=
"&forwardButton.label;"
93 tooltiptext=
"&forwardButton.tooltip;"
94 oncommand=
"if (event.target==this) goForward(); else gotoHistoryIndex(event);"
95 observes=
"canGoForward" context=
"forwardMenu">
96 <menupopup context=
"" onpopupshowing=
"createForwardMenu(event);"/>
98 <toolbarbutton id=
"helpHomeButton" class=
"toolbarbutton-1"
99 label=
"&homeButton.label;" oncommand=
"goHome();"
100 tooltiptext=
"&homeButton.tooltip;"/>
104 <toolbarbutton id=
"helpPrintButton" class=
"toolbarbutton-1"
105 label=
"&printButton.label;" oncommand=
"print();"
106 tooltiptext=
"&printButton.tooltip;"/>
108 <hbox id=
"throbber-box" align=
"center">
109 <button id=
"navigator-throbber" oncommand=
"goHome();" tooltiptext=
"&helpThrobber.tooltip;"/>
114 <!-- the two help panes (sidebar & content) -->
116 <vbox id=
"helpsidebar-box" persist=
"width">
118 <!-- glossary panel -->
119 <toolbarbutton id=
"help-glossary-btn" class=
"box-texttab"
120 label=
"&glossarytab.label;" oncommand=
"showPanel('help-glossary')"
121 accesskey=
"&glossarytab.accesskey;"/>
122 <tree id=
"help-glossary-panel" class=
"focusring"
123 flex=
"1" hidecolumnpicker=
"true" hidden=
"true"
124 datasources=
"rdf:null" ref=
"urn:root"
125 containment=
"http://home.netscape.com/NC-rdf#subheadings"
126 flags=
"dont-build-content"
127 onselect=
"onselect_loadURI(this);">
131 <content uri=
"?uri"/>
132 <triple subject=
"?uri"
133 predicate=
"http://home.netscape.com/NC-rdf#subheadings"
134 object=
"?subheadings"/>
135 <member container=
"?subheadings" child=
"?subheading"/>
138 <binding subject=
"?subheading"
139 predicate=
"http://home.netscape.com/NC-rdf#name"
145 <treeitem uri=
"?subheading">
147 <treecell label=
"?name"/>
155 <treecol id=
"GlossaryNameColumn" flex=
"1"
161 <toolbarbutton id=
"help-index-btn" class=
"box-texttab"
162 label=
"&indextab.label;" oncommand=
"showPanel('help-index');displayIndex();"
163 accesskey=
"&indextab.accesskey;"/>
165 <tree id=
"help-index-panel" class=
"focusring"
166 flex=
"1" hidecolumnpicker=
"true" hidden=
"true"
167 datasources=
"rdf:null" ref=
"urn:root"
168 containment=
"http://home.netscape.com/NC-rdf#subheadings"
169 flags=
"dont-build-content dont-test-empty"
170 onselect=
"onselect_loadURI(this);">
174 <content uri=
"?uri"/>
175 <triple subject=
"?uri"
176 predicate=
"http://home.netscape.com/NC-rdf#subheadings"
177 object=
"?subheadings"/>
178 <member container=
"?subheadings" child=
"?subheading"/>
181 <binding subject=
"?subheading"
182 predicate=
"http://home.netscape.com/NC-rdf#name"
188 <treeitem uri=
"?subheading">
190 <treecell label=
"?name"/>
198 <treecol id=
"IndexNameColumn" flex=
"1"
202 sortDirection=
"ascending"
207 <!-- search panel -->
208 <toolbarbutton id=
"help-search-btn" class=
"box-texttab"
209 label=
"&searchtab.label;" oncommand=
"showPanel('help-search')"
210 accesskey=
"&searchtab.accesskey;"/>
212 <vbox id=
"help-search-panel" hidden=
"true" flex=
"1">
213 <textbox id=
"findText" type=
"timed" timeout=
"500"
214 oncommand=
"doFind();"/>
215 <tree id=
"help-search-tree" class=
"focusring"
216 flex=
"1" hidecolumnpicker=
"true"
217 datasources=
"rdf:null" ref=
"urn:root"
218 containment=
"http://home.netscape.com/NC-rdf#child"
219 flags=
"dont-build-content"
220 onselect=
"onselect_loadURI(this);">
224 <content uri=
"?uri"/>
225 <member container=
"?uri" child=
"?subheading"/>
229 <binding subject=
"?subheading"
230 predicate=
"http://home.netscape.com/NC-rdf#name"
236 <treeitem uri=
"?subheading">
238 <treecell label=
"?name"/>
247 <treecol id=
"ResultsColumn" flex=
"1"
250 sortDirection=
"ascending"
256 <!-- table of contents panel -->
257 <toolbarbutton id=
"help-toc-btn" class=
"box-texttab"
258 label=
"&toctab.label;" oncommand=
"showPanel('help-toc')"
259 accesskey=
"&toctab.accesskey;"/>
260 <tree id=
"help-toc-panel" class=
"focusring"
261 flex=
"1" hidecolumnpicker=
"true"
262 datasources=
"rdf:null" ref=
"urn:root"
263 containment=
"http://home.netscape.com/NC-rdf#subheadings"
264 flags=
"dont-build-content"
265 onselect=
"onselect_loadURI(this);">
269 <content uri=
"?uri"/>
270 <triple subject=
"?uri"
271 predicate=
"http://home.netscape.com/NC-rdf#subheadings"
272 object=
"?subheadings"/>
273 <member container=
"?subheadings" child=
"?subheading"/>
277 <binding subject=
"?subheading"
278 predicate=
"http://home.netscape.com/NC-rdf#name"
284 <treeitem uri=
"?subheading">
286 <treecell label=
"?name"/>
294 <treecol id=
"NameColumn" flex=
"1"
295 hideheader=
"true" primary=
"true"/>
303 <splitter id=
"helpsidebar-splitter"
305 persist=
"state hidden"
310 <!-- this stuff lifted from navigator.xul -->
311 <vbox id=
"appcontent" flex=
"3">
312 <!-- this box is temporary, pending XBLified <browser> -->
313 <hbox id=
"browser" flex=
"1">
314 <!-- type attribute is used by frame construction to locate iframes
315 intended to hold (html) content -->
316 <browser context=
"helpContextMenu" type=
"content-primary" id=
"help-content"
317 src=
"about:blank" flex=
"1" onclick=
"return contentClick(event);"/>
318 <browser type=
"content" id=
"help-external" collapsed=
"true"/>
323 <!-- Make sure the down-scroll arrow is visible on Mac (bug 56488) -->
324 <statusbar id=
"statusbarDummy" class=
"mac"/>