1999-09-17 20:16:36 +00:00
|
|
|
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
1999-07-14 00:03:57 +00:00
|
|
|
|
|
|
|
<!-- The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
2006-09-14 05:50:05 +00:00
|
|
|
Copyright (C) 1998-2000 Netscape Communications Corporation. All
|
1999-07-14 00:03:57 +00:00
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s): ______________________________________. -->
|
|
|
|
|
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
|
|
|
|
1999-09-28 04:40:15 +00:00
|
|
|
<?xul-overlay href="chrome://navigator/content/navigatorOverlay.xul"?>
|
1999-07-22 00:27:14 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
|
2006-09-14 05:49:27 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
2006-09-14 05:47:36 +00:00
|
|
|
<?xul-overlay href="chrome://navigator/content/NavSecurityOverlay.xul"?>
|
2006-09-14 05:50:06 +00:00
|
|
|
<?xul-overlay href="chrome://navigator/content/navExtraOverlay.xul"?>
|
2006-09-14 05:50:29 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
|
1999-07-01 22:56:04 +00:00
|
|
|
|
2006-09-14 05:49:43 +00:00
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
|
|
%brandDTD;
|
|
|
|
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
|
|
|
|
%navigatorDTD;
|
|
|
|
]>
|
1999-09-28 04:40:15 +00:00
|
|
|
|
2006-09-14 05:47:27 +00:00
|
|
|
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
1999-09-14 23:09:15 +00:00
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="Startup()"
|
|
|
|
onunload="Shutdown()"
|
2006-09-14 05:44:24 +00:00
|
|
|
contenttitlesettting="true"
|
1999-09-14 23:09:15 +00:00
|
|
|
title="&mainWindow.title;"
|
|
|
|
titlemodifier="&mainWindow.titlemodifier;"
|
|
|
|
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
1999-09-18 03:32:53 +00:00
|
|
|
viewsourcetitlepreface="&viewsourcetitle.preface;"
|
1999-09-14 23:09:15 +00:00
|
|
|
windowtype="navigator:browser"
|
|
|
|
align="vertical"
|
|
|
|
width="640" height="480"
|
2006-09-14 05:44:01 +00:00
|
|
|
screenX="10" screenY="10"
|
2006-09-14 05:47:34 +00:00
|
|
|
persist="screenX screenY width height sizemode"
|
1999-11-11 05:11:10 +00:00
|
|
|
ondraggesture="return GeneralDrag(event);">
|
1999-09-14 23:09:15 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<script language="javascript" src="chrome://global/content/strres.js"></script>
|
|
|
|
<script language="javascript" src="chrome://navigator/content/navigator.js"></script>
|
|
|
|
<script language="javascript" src="nsContextMenu.js"></script>
|
|
|
|
<script language="javascript" src="tooltip.js"></script>
|
|
|
|
<script language="javascript" src="navigatorDD.js"></script>
|
1999-07-01 22:56:04 +00:00
|
|
|
|
2006-09-14 05:50:13 +00:00
|
|
|
<!-- UI services -->
|
|
|
|
<script language="javascript" src="chrome://navigator/content/sessionHistoryUI.js"></script>
|
|
|
|
<script language="javascript" src="chrome://navigator/content/keywords.js"></script>
|
|
|
|
|
1999-12-01 00:29:27 +00:00
|
|
|
<commands id="commands">
|
|
|
|
<commandset id="globalEditMenuItems"/>
|
2006-09-14 05:44:25 +00:00
|
|
|
<commandset id="selectEditMenuItems"/>
|
|
|
|
<commandset id="undoEditMenuItems"/>
|
1999-12-01 00:29:27 +00:00
|
|
|
</commands>
|
|
|
|
|
1999-09-29 04:29:20 +00:00
|
|
|
<!-- broadcasters are appended from the overlay -->
|
|
|
|
<broadcasterset id="broadcasterset">
|
1999-10-26 00:39:19 +00:00
|
|
|
<broadcaster id="canReload" oncommand="BrowserReallyReload(0);"/>
|
1999-09-29 04:29:20 +00:00
|
|
|
<broadcaster id="canPrint"/>
|
1999-12-01 00:29:27 +00:00
|
|
|
<broadcaster id="args" value=""/>
|
1999-09-29 04:29:20 +00:00
|
|
|
</broadcasterset>
|
|
|
|
|
|
|
|
<!-- keys are appended from the overlay -->
|
|
|
|
<keyset id="keyset"/>
|
|
|
|
|
|
|
|
|
1999-07-14 00:03:57 +00:00
|
|
|
<!-- This needs to go into a xul fragment, but since those don't work now, this stays here !-->
|
2006-09-14 05:49:54 +00:00
|
|
|
<popupset id="aTooltipSet"/>
|
1999-09-09 04:47:21 +00:00
|
|
|
|
1999-09-22 07:20:06 +00:00
|
|
|
<!-- Context menu -->
|
2006-09-14 05:49:41 +00:00
|
|
|
<script language="javascript">
|
1999-10-01 04:43:45 +00:00
|
|
|
// Global variable that holds the nsContextMenu instance.
|
|
|
|
var contextMenu = null;
|
2006-09-14 05:49:41 +00:00
|
|
|
</script>
|
1999-09-16 04:15:40 +00:00
|
|
|
<popupset>
|
1999-10-09 07:58:24 +00:00
|
|
|
<!-- This is the context menu for the content-area of the navigator
|
|
|
|
window. It contains each and every possible menu choice. The
|
|
|
|
appropriate items are hidden/shown upon display, based on what
|
|
|
|
the user has clicked-on.
|
1999-09-16 04:15:40 +00:00
|
|
|
-->
|
|
|
|
<popup id="context"
|
2006-09-14 05:47:46 +00:00
|
|
|
oncreate="contextMenu = new nsContextMenu( this );"
|
1999-10-09 07:58:24 +00:00
|
|
|
ondestroy="contextMenu.onDestroy(); contextMenu = null;">
|
1999-09-16 04:15:40 +00:00
|
|
|
|
1999-09-17 23:53:20 +00:00
|
|
|
<!-- Open ==================================== -->
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-openlink"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&openLinkCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.openLink();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-editlink"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&editLinkCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.editLink();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-openframe"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&openFrameCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.openFrame();"/>
|
1999-09-22 07:20:06 +00:00
|
|
|
<menuseparator id="context-sep-open"/>
|
1999-09-17 23:53:20 +00:00
|
|
|
<!-- Navigation ============================== -->
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-back"
|
1999-09-16 04:15:40 +00:00
|
|
|
value="&goBackCmd.label;"
|
|
|
|
accesskey="&goBackCmd.accesskey;"
|
|
|
|
oncommand="BrowserBack()"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-forward"
|
1999-09-16 04:15:40 +00:00
|
|
|
value="&goForwardCmd.label;"
|
|
|
|
accesskey="&goForwardCmd.accesskey;"
|
|
|
|
oncommand="BrowserForward()"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-reload"
|
1999-09-16 04:15:40 +00:00
|
|
|
value="&reloadCmd.label;"
|
1999-09-17 23:53:20 +00:00
|
|
|
accesskey=""
|
1999-09-16 04:15:40 +00:00
|
|
|
oncommand="BrowserReallyReload(0);"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-stop"
|
1999-09-16 04:15:40 +00:00
|
|
|
value="&stopCmd.label;"
|
1999-09-17 23:53:20 +00:00
|
|
|
accesskey=""
|
1999-09-16 04:15:40 +00:00
|
|
|
oncommand="BrowserStop();"/>
|
|
|
|
<menuseparator/>
|
1999-09-17 23:53:20 +00:00
|
|
|
<!-- View ==================================== -->
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-viewsource"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&viewPageSourceCmd.label;"
|
|
|
|
accesskey=""
|
1999-09-16 04:15:40 +00:00
|
|
|
oncommand="BrowserViewSource();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-viewframesource"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&viewFrameSourceCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.viewFrameSource();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-viewinfo"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&viewPageInfoCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.viewInfo();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-viewframeinfo"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&viewFrameInfoCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.viewFrameInfo();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-viewimage"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&viewImageCmd.label;"
|
|
|
|
accesskey=""
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.viewImage();"/>
|
2006-09-14 05:47:45 +00:00
|
|
|
<menuitem id="context-blockimage"
|
|
|
|
value="&blockImageCmd.label;"
|
|
|
|
accesskey=""
|
|
|
|
oncommand="contextMenu.blockImage();"/>
|
1999-09-17 23:53:20 +00:00
|
|
|
<menuseparator/>
|
|
|
|
<!-- Misc ==================================== -->
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-bookmarkpage"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&bookmarkPageCmd.label;"
|
|
|
|
accesskey="&bookmarkPageCmd.accesskey;"
|
|
|
|
oncommand="BrowserAddBookmark( window.content.location.href,
|
|
|
|
window.content.document.title )"/>
|
2006-09-14 05:47:26 +00:00
|
|
|
<menuseparator/>
|
1999-09-17 23:53:20 +00:00
|
|
|
<!-- Save ==================================== -->
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-savepage"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&savePageCmd.label;"
|
|
|
|
accesskey="&savePageCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.savePage();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-saveframe"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&saveFrameCmd.label;"
|
|
|
|
accesskey="&saveFrameCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.saveFrame();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-savelink"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&saveLinkCmd.label;"
|
|
|
|
accesskey="&saveLinkCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.saveLink();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-saveimage"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&saveImageCmd.label;"
|
|
|
|
accesskey="&saveImageCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.saveImage();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-savebgimage"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&saveBGImageCmd.label;"
|
|
|
|
accesskey="&saveBGImageCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.saveBGImage();"/>
|
1999-09-17 23:53:20 +00:00
|
|
|
<menuseparator/>
|
|
|
|
<!-- Clipboard =============================== -->
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-selectall"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="&selectAllCmd.label;"
|
|
|
|
accesskey="&selectAllCmd.accesskey;"
|
2006-09-14 05:47:15 +00:00
|
|
|
observes="cmd_selectAll"/>
|
2006-09-14 05:48:03 +00:00
|
|
|
<menuitem id="context-cut"
|
|
|
|
value="&cutCmd.label;"
|
|
|
|
accesskey="&cutCmd.accesskey;"
|
|
|
|
observes="cmd_cut"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-copy"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="©Cmd.label;"
|
|
|
|
accesskey="©Cmd.accesskey;"
|
2006-09-14 05:47:15 +00:00
|
|
|
observes="cmd_copy"/>
|
2006-09-14 05:48:03 +00:00
|
|
|
<menuitem id="context-paste"
|
|
|
|
value="&pasteCmd.label;"
|
|
|
|
accesskey="&pasteCmd.accesskey;"
|
|
|
|
observes="cmd_paste"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-copylink"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="©LinkCmd.label;"
|
|
|
|
accesskey="©LinkCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.copyLink();"/>
|
1999-10-09 07:58:24 +00:00
|
|
|
<menuitem id="context-copyimage"
|
1999-09-17 23:53:20 +00:00
|
|
|
value="©ImageCmd.label;"
|
|
|
|
accesskey="©ImageCmd.accesskey;"
|
1999-10-01 04:43:45 +00:00
|
|
|
oncommand="contextMenu.copyImage();"/>
|
1999-09-16 04:15:40 +00:00
|
|
|
</popup>
|
|
|
|
</popupset>
|
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<script language="javascript">
|
1999-07-20 23:40:34 +00:00
|
|
|
var gBookmarkPopup = null;
|
2006-09-14 05:49:41 +00:00
|
|
|
</script>
|
1999-07-20 23:40:34 +00:00
|
|
|
|
2006-09-14 05:50:18 +00:00
|
|
|
<toolbox class="toolbox-top">
|
2006-09-14 05:49:41 +00:00
|
|
|
<!-- Menu -->
|
|
|
|
<menubar id="main-menubar"/>
|
1999-10-26 00:39:19 +00:00
|
|
|
|
2006-09-14 05:49:54 +00:00
|
|
|
<toolbar id="nav-bar" class="toolbar-primary chromeclass-toolbar" persist="collapsed" grippytooltiptext="&navigationBar.tooltip;">
|
2006-09-14 05:50:25 +00:00
|
|
|
<box id="nav-bar-inner" autostretch="never" flex="1" style="min-width: 0px;">
|
2006-09-14 05:50:07 +00:00
|
|
|
<menubutton class="menubutton-dual toolbar" id="back-button" value="&backButton.label;"
|
|
|
|
crop="right" observes="canGoBack" oncommand="gotoHistoryIndex(event);"
|
|
|
|
buttonaction="BrowserBack();" buttontooltiptext="&backButton.tooltip;">
|
2006-09-14 05:49:54 +00:00
|
|
|
<menupopup oncreate="BrowserBackMenu(event);"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</menubutton>
|
2006-09-14 05:50:07 +00:00
|
|
|
<menubutton class="menubutton-dual toolbar" id="forward-button"
|
2006-09-14 05:50:18 +00:00
|
|
|
crop="right" observes="canGoForward"
|
2006-09-14 05:50:07 +00:00
|
|
|
oncommand="gotoHistoryIndex(event);" buttonaction="BrowserForward();"
|
|
|
|
value="&forwardButton.label;" buttontooltiptext="&forwardButton.tooltip;">
|
2006-09-14 05:49:54 +00:00
|
|
|
<menupopup oncreate="BrowserForwardMenu(event);"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</menubutton>
|
2006-09-14 05:49:54 +00:00
|
|
|
<button class="button-toolbar-1 top" id="reload-button" crop="right" observes="canReload" value="&reloadButton.label;" tooltiptext="&reloadButton.tooltip;"/>
|
|
|
|
<button class="button-toolbar-1 top" id="stop-button" crop="right" observes="canStop" onclick="BrowserStop()" value="&stopButton.label;" tooltiptext="&stopButton.tooltip;"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
|
2006-09-14 05:49:54 +00:00
|
|
|
<box class="box-toolbar-group" flex="1">
|
|
|
|
<menubutton class="menubutton-icon button-toolbar-3" id="ubhist-keyword-popup" tooltiptext="&internetKeyword.tooltip;">
|
2006-09-14 05:50:13 +00:00
|
|
|
<menupopup class="button-toolbar-3" oncreate="createUBHistoryMenu(event);" oncommand="executeKeywordCommand(event);"/>
|
2006-09-14 05:49:47 +00:00
|
|
|
</menubutton>
|
|
|
|
|
2006-09-14 05:49:45 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<box autostretch="never" valign="middle" flex="1">
|
|
|
|
<image id="page-proxy-button" ondraggesture="DragProxyIcon(event);"/>
|
2006-09-14 05:50:14 +00:00
|
|
|
<textfield autocomplete="true" timeout="300" class="plain chromeclass-location"
|
2006-09-14 05:50:07 +00:00
|
|
|
searchSessionType="urlbar" id="urlbar" tooltiptext="&locationBar.tooltip;"
|
2006-09-14 05:50:13 +00:00
|
|
|
onkeypress="if( event.which == 13 ) { addToUrlbarHistory(); BrowserLoadURL(); }" flex="1"/>
|
2006-09-14 05:49:54 +00:00
|
|
|
<button class="button-toolbar-3" id="search-button" value="&searchButton.label;"
|
|
|
|
oncommand="OpenSearch('internet',false, document.getElementById('urlbar').value);"
|
|
|
|
tooltiptext="&searchButton.tooltip;"/>
|
2006-09-14 05:50:13 +00:00
|
|
|
<button class="button-toolbar-3" id="go-button" value="&goButton.label;" oncommand="addToUrlbarHistory(); BrowserLoadURL();"
|
2006-09-14 05:49:54 +00:00
|
|
|
tooltiptext="&goButton.tooltip;"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
</box>
|
2006-09-14 05:49:54 +00:00
|
|
|
<button class="plain" id="navigator-throbber" oncommand="goClickThrobber('browser.throbber.url')" tooltiptext="&throbber.tooltip;"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</toolbar>
|
|
|
|
|
|
|
|
<toolbar id="PersonalToolbar" class="chromeclass-directories" persist="collapsed" dragdroparea="innermostBox"
|
2006-09-14 05:49:54 +00:00
|
|
|
ondraggesture="return BeginDragPersonalToolbar(event);"
|
|
|
|
ondragdrop="return DropPersonalToolbar(event);"
|
|
|
|
ondragover="return DragOverPersonalToolbar(event);"
|
|
|
|
grippytooltiptext="&personalBar.tooltip;">
|
2006-09-14 05:49:45 +00:00
|
|
|
|
2006-09-14 05:50:15 +00:00
|
|
|
<!-- "Bookmarks" button on personal toolbar -->
|
|
|
|
<menubutton class="button-toolbar bookmarkfolder" id="PersonalMenu"
|
|
|
|
datasources="rdf:bookmarks rdf:files rdf:localsearch rdf:internetsearch rdf:httpindex"
|
2006-09-14 05:49:41 +00:00
|
|
|
ref="NC:BookmarksRoot" container="true" value="&bookmarksButton.label;"
|
2006-09-14 05:49:54 +00:00
|
|
|
tooltiptext="&bookmarksButton.tooltip;">
|
1999-11-30 00:56:30 +00:00
|
|
|
<template>
|
|
|
|
<rule iscontainer="true">
|
|
|
|
<menupopup>
|
2006-09-14 05:50:15 +00:00
|
|
|
<menu class="menu-iconic bookmarkfolder" uri="rdf:*"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Name" >
|
2006-09-14 05:49:38 +00:00
|
|
|
<menupopup/>
|
1999-11-30 00:56:30 +00:00
|
|
|
</menu>
|
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
|
|
<menupopup>
|
2006-09-14 05:49:38 +00:00
|
|
|
<menuseparator uri="rdf:*"/>
|
1999-11-30 00:56:30 +00:00
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<menupopup>
|
2006-09-14 05:50:15 +00:00
|
|
|
<menuitem class="menuitem-iconic bookmarkitem" uri="rdf:*"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
|
|
oncommand="OpenBookmarkURL(event.target,document.getElementById('PersonalMenu').database)" />
|
1999-11-30 00:56:30 +00:00
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
</template>
|
1999-10-26 00:39:19 +00:00
|
|
|
|
2006-09-14 05:50:15 +00:00
|
|
|
<menupopup>
|
|
|
|
<menuitem accesskey="&addCurPageCmd.accesskey;"
|
|
|
|
key="addBookmarkKb" observes="Browser:AddBookmark"/>
|
|
|
|
<menuitem accesskey="&manBookmarksCmd.accesskey;"
|
|
|
|
key="manBookmarkKb" observes="Browser:ManageBookmark"/>
|
|
|
|
<menuseparator/>
|
|
|
|
</menupopup>
|
2006-09-14 05:49:41 +00:00
|
|
|
</menubutton>
|
2006-09-14 05:44:21 +00:00
|
|
|
|
2006-09-14 05:50:15 +00:00
|
|
|
<!-- Personal toolbar items -->
|
|
|
|
<box id="innermostBox" flex="1" style="min-width: 1px;"
|
|
|
|
datasources="rdf:bookmarks" ref="NC:PersonalToolbarFolder">
|
2006-09-14 05:49:41 +00:00
|
|
|
|
|
|
|
<template>
|
|
|
|
<rule parent="box" iscontainer="true">
|
2006-09-14 05:50:15 +00:00
|
|
|
<menubutton class="button-toolbar bookmarkfolder" uri="rdf:*"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Name">
|
2006-09-14 05:49:41 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menubutton>
|
|
|
|
</rule>
|
2006-09-14 05:49:08 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<rule parent="box">
|
2006-09-14 05:50:15 +00:00
|
|
|
<button class="button-toolbar bookmarkitem" uri="rdf:*"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
|
|
oncommand="OpenBookmarkURL(event.target, document.getElementById('innermostBox').database);"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</rule>
|
|
|
|
|
|
|
|
<rule iscontainer="true">
|
|
|
|
<menupopup>
|
2006-09-14 05:50:15 +00:00
|
|
|
<menu class="menu-iconic bookmarkfolder" uri="rdf:*"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Name">
|
2006-09-14 05:49:41 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menu>
|
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
|
|
|
<menupopup>
|
|
|
|
<menuseparator uri="rdf:*" />
|
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<menupopup>
|
2006-09-14 05:50:15 +00:00
|
|
|
<menuitem class="menuitem-iconic bookmarkitem" uri="rdf:*"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Name"
|
|
|
|
oncommand="OpenBookmarkURL(event.target, document.getElementById('innermostBox').database)"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
</menupopup>
|
|
|
|
</rule>
|
|
|
|
</template>
|
|
|
|
|
2006-09-14 05:50:15 +00:00
|
|
|
<button class="button-toolbar" id="homebutton"
|
|
|
|
value="&homeButton.label;"
|
|
|
|
oncommand="BrowserHome(); event.preventBubble();"/>
|
2006-09-14 05:49:41 +00:00
|
|
|
|
|
|
|
</box>
|
2006-09-14 05:49:44 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
</toolbar>
|
2006-09-14 05:44:21 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
</toolbox>
|
|
|
|
|
2006-09-14 05:49:59 +00:00
|
|
|
<box flex="1" >
|
2006-09-14 05:49:41 +00:00
|
|
|
<box id="sidebar-box" class="chromeclass-extrachrome"/>
|
|
|
|
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" />
|
1999-10-26 00:39:19 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
<box id="appcontent" align="vertical" flex="100%"
|
|
|
|
onclick="if (event.button==2) browserHandleMiddleClick(event);"
|
|
|
|
ondragover="return DragOverContentArea(event);"
|
|
|
|
ondragdrop="return DropOnContentArea(event);"
|
2006-09-14 05:50:05 +00:00
|
|
|
ondraggesture="BeginDragContentArea(event);">
|
2006-09-14 05:49:41 +00:00
|
|
|
|
2006-09-14 05:50:25 +00:00
|
|
|
<!-- this box is temporary, pending XBLified <browser> -->
|
|
|
|
<box id="browser" flex="1">
|
|
|
|
<!-- type attribute is used by frame construction to locate iframes
|
|
|
|
intended to hold (html) content -->
|
|
|
|
<browser context="context" type="content-primary" id="content"
|
|
|
|
src="about:blank" flex="1"/>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<statusbar id="status-bar" class="chromeclass-status"/>
|
1999-10-26 00:39:19 +00:00
|
|
|
|
|
|
|
</box>
|
1999-09-17 23:37:41 +00:00
|
|
|
|
2006-09-14 05:50:25 +00:00
|
|
|
|
2006-09-14 05:49:41 +00:00
|
|
|
</box>
|
1999-09-25 02:53:55 +00:00
|
|
|
|
2006-09-14 05:50:18 +00:00
|
|
|
<toolbox id="taskbar" class="chromeclass-extrachrome toolbox-bottom"/>
|
1999-07-27 02:57:36 +00:00
|
|
|
|
1999-07-01 22:56:04 +00:00
|
|
|
</window>
|