mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
254 lines
13 KiB
XML
254 lines
13 KiB
XML
<?xml version="1.0"?>
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
#
|
|
# The contents of this file are subject to the Mozilla 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/MPL/
|
|
#
|
|
# 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.org code.
|
|
#
|
|
# The Initial Developer of the Original Code is
|
|
# Netscape Communications Corporation.
|
|
# Portions created by the Initial Developer are Copyright (C) 1998
|
|
# the Initial Developer. All Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
# Ben Goodger <ben@netscape.com>
|
|
# Blake Ross <blaker@netscape.com>
|
|
# Dean Tessman <dean_tessman@hotmail.com>
|
|
# Pierre Chanial <chanial@noos.fr>
|
|
#
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
# the provisions above, a recipient may use your version of this file under
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
#
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://browser/skin/bookmarks/bookmarksManager.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://browser/content/bookmarks/bookmarks.css" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
|
<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
|
|
<!DOCTYPE window SYSTEM "chrome://browser/locale/bookmarks/bookmarks.dtd">
|
|
|
|
<window id="bookmark-window" windowtype="bookmarks:manager"
|
|
title="&bookmarksWindowTitle.label;"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:web="http://home.netscape.com/WEB-rdf#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
width="630" height="400" screenX="20" screenY="20"
|
|
persist="width height screenX screenY sizemode"
|
|
onload="Startup();" onunload="Shutdown();"
|
|
onclose="return closeWindow(false);">
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
|
|
<script type="application/x-javascript" src="chrome://browser/content/utilityOverlay.js"/>
|
|
<script type="application/x-javascript" src="chrome://browser/content/bookmarks/bookmarks.js"/>
|
|
<script type="application/x-javascript" src="chrome://browser/content/bookmarks/bookmarksManager.js"/>
|
|
|
|
<stringbundleset id="stringbundleset"/>
|
|
|
|
<commandset id="editMenuCommands"/>
|
|
<commandset id="CommandUpdate_Bookmarks"
|
|
events="focus,tree-select"
|
|
oncommandupdate="document.getElementById('bookmarks-view').onCommandUpdate();">
|
|
</commandset>
|
|
|
|
<command id="cmd_close" oncommand="closeWindow(true);"/>
|
|
<command id="cmd_bm_open" oncommand="goDoCommand('cmd_bm_open');"/>
|
|
<command id="cmd_bm_openinnewwindow" oncommand="goDoCommand('cmd_bm_openinnewwindow');"/>
|
|
<command id="cmd_bm_openinnewtab" oncommand="goDoCommand('cmd_bm_openinnewtab');"/>
|
|
<command id="cmd_bm_openfolder" oncommand="goDoCommand('cmd_bm_openfolder');"/>
|
|
<command id="cmd_bm_managefolder" oncommand="goDoCommand('cmd_bm_managefolder');"/>
|
|
<command id="cmd_bm_newfolder" oncommand="goDoCommand('cmd_bm_newfolder');"/>
|
|
<command id="cmd_bm_newbookmark" oncommand="goDoCommand('cmd_bm_newbookmark');"/>
|
|
<command id="cmd_bm_newlivemark" oncommand="goDoCommand('cmd_bm_newlivemark');"/>
|
|
<command id="cmd_bm_newseparator" oncommand="goDoCommand('cmd_bm_newseparator');"/>
|
|
<command id="cmd_bm_find" oncommand="goDoCommand('cmd_bm_find');"/>
|
|
<command id="cmd_bm_setnewbookmarkfolder" oncommand="goDoCommand('cmd_bm_setnewbookmarkfolder');"/>
|
|
<command id="cmd_bm_setpersonaltoolbarfolder" oncommand="goDoCommand('cmd_bm_setpersonaltoolbarfolder');"/>
|
|
<command id="cmd_bm_setnewsearchfolder" oncommand="goDoCommand('cmd_bm_setnewsearchfolder');"/>
|
|
<command id="cmd_bm_refreshlivemark" oncommand="goDoCommand('cmd_bm_refreshlivemark');"/>
|
|
<command id="cmd_bm_refreshmicrosummary" oncommand="goDoCommand('cmd_bm_refreshmicrosummary');"/>
|
|
<command id="cmd_bm_properties" oncommand="goDoCommand('cmd_bm_properties');"/>
|
|
<command id="cmd_bm_rename" oncommand="goDoCommand('cmd_bm_rename');"/>
|
|
<command id="cmd_bm_import" oncommand="goDoCommand('cmd_bm_import');"/>
|
|
<command id="cmd_bm_export" oncommand="goDoCommand('cmd_bm_export');"/>
|
|
<command id="cmd_bm_movebookmark" oncommand="goDoCommand('cmd_bm_movebookmark');"/>
|
|
<command id="cmd_bm_sortbyname" oncommand="goDoCommand('cmd_bm_sortbyname');"/>
|
|
|
|
<keyset id="editMenuKeys"/>
|
|
<keyset id="bookmarksManagerKeys">
|
|
<key id="key_close" key="&closeCmd.commandkey;" modifiers="accel" command="cmd_close"/>
|
|
<key keycode="VK_ESCAPE" command="cmd_close"/>
|
|
<key id="bm_key_find" key="&edit.find.keybinding;" modifiers="accel" command="cmd_bm_find"/>
|
|
<key id="bm_key_properties" key="&edit.properties.keybinding;" modifiers="accel" command="cmd_bm_properties"/>
|
|
#ifdef XP_MACOSX
|
|
<key id="key_delete2" keycode="VK_BACK" command="cmd_delete"/>
|
|
#endif
|
|
</keyset>
|
|
|
|
<commandset id="baseMenuCommandSet" />
|
|
<keyset id="baseMenuKeyset" />
|
|
|
|
<toolbox id="bookmarks-toolbox">
|
|
<menubar id="main-menubar">
|
|
<menu label="&fileMenu.label;" accesskey="&fileMenu.accesskey;">
|
|
<menupopup>
|
|
<menuitem label="&menuitem.newBookmark.label;"
|
|
accesskey="&menuitem.newBookmark.accesskey;"
|
|
command="cmd_bm_newbookmark"/>
|
|
<menuitem label="&menuitem.newLivemark.label;"
|
|
accesskey="&menuitem.newLivemark.accesskey;"
|
|
command="cmd_bm_newlivemark"/>
|
|
<menuitem label="&menuitem.newFolder.label;"
|
|
accesskey="&menuitem.newFolder.accesskey;"
|
|
command="cmd_bm_newfolder"/>
|
|
<menuitem label="&menuitem.newSeparator.label;"
|
|
accesskey="&menuitem.newSeparator.accesskey;"
|
|
command="cmd_bm_newseparator"/>
|
|
<menuseparator/>
|
|
<menuitem label="&menuitem.import.label;"
|
|
accesskey="&menuitem.import.accesskey;"
|
|
command="cmd_bm_import"/>
|
|
<menuitem label="&menuitem.export.label;"
|
|
accesskey="&menuitem.export.accesskey;"
|
|
command="cmd_bm_export"/>
|
|
<menuseparator/>
|
|
<menuitem label="&closeCmd.label;" command="cmd_close"
|
|
key="key_close" accesskey="&closeCmd.accesskey;"/>
|
|
</menupopup>
|
|
</menu>
|
|
|
|
<menu id="menu_edit">
|
|
<menupopup>
|
|
<menuitem id="menu_undo"/>
|
|
<menuitem id="menu_redo"/>
|
|
<menuseparator/>
|
|
<menuitem id="menu_cut"/>
|
|
<menuitem id="menu_copy"/>
|
|
<menuitem id="menu_paste"/>
|
|
<menuitem id="menu_delete"/>
|
|
<menuseparator/>
|
|
<menuitem id="menu_selectAll"/>
|
|
<menuseparator/>
|
|
<menuitem label="&command.moveBookmark.label;"
|
|
accesskey="&command.moveBookmark.accesskey;"
|
|
command="cmd_bm_movebookmark"/>
|
|
<menuitem label="&menuitem.personaltoolbarfolder.label;"
|
|
command="cmd_bm_setpersonaltoolbarfolder"
|
|
accesskey="&menuitem.personaltoolbarfolder.accesskey;"/>
|
|
<menuseparator/>
|
|
<menuitem label="&command.refreshLivemark.label;"
|
|
accesskey="&command.refreshLivemark.accesskey;"
|
|
command="cmd_bm_refreshlivemark"/>
|
|
<menuseparator/>
|
|
<menuitem label="&command.properties.label;"
|
|
key="bm_key_properties" accesskey="&command.properties.accesskey;"
|
|
command="cmd_bm_properties"/>
|
|
</menupopup>
|
|
</menu>
|
|
|
|
<menu label="&viewMenu.label;" accesskey="&viewMenu.accesskey;">
|
|
<menupopup onpopupshowing="fillViewMenu(event)"
|
|
oncommand="onViewMenuSortItemSelected(event);">
|
|
<menuitem id="viewCommandToolbar" type="checkbox" class="menuitem-iconic"
|
|
label="&menuitem.view.command.toolbar.label;"
|
|
accesskey="&menuitem.view.command.toolbar.accesskey;"
|
|
oncommand="goToggleToolbar('command-toolbar', 'viewCommandToolbar'); event.stopPropagation();"
|
|
checked="true"/>
|
|
<menu id="descending" label="&menuitem.view.show_columns.label;"
|
|
accesskey="&menuitem.view.show_columns.accesskey;">
|
|
<menupopup id="columnsPopup" onpopupshowing="fillColumnsMenu(event);"
|
|
oncommand="onViewMenuColumnItemSelected(event);"/>
|
|
</menu>
|
|
<menuseparator id="fill-after-this-node"/>
|
|
<menuitem id="natural" label="&menuitem.view.unsorted.label;"
|
|
accesskey="&menuitem.view.unsorted.accesskey;"
|
|
type="radio"
|
|
resource="direction" name="sortSet"/>
|
|
<menuseparator id="fill-before-this-node"/>
|
|
<menuitem id="ascending" label="&sortAscending.label;"
|
|
accesskey="&sortAscending.accesskey;"
|
|
type="radio"
|
|
resource="direction" name="sortDirectionSet"/>
|
|
<menuitem id="descending" label="&sortDescending.label;"
|
|
accesskey="&sortDescending.accesskey;"
|
|
type="radio"
|
|
resource="direction" name="sortDirectionSet"/>
|
|
</menupopup>
|
|
</menu>
|
|
#ifdef XP_MACOSX
|
|
<menu id="windowMenu"/>
|
|
<menupopup id="menu_ToolsPopup"/>
|
|
#endif
|
|
<menu id="helpMenu"/>
|
|
</menubar>
|
|
|
|
<toolbar id="command-toolbar" tbalign="stretch" class="chromeclass-toolbar">
|
|
<toolbarbutton id="newbookmark" label="&menuitem.newBookmark.label;"
|
|
accesskey="&menuitem.newBookmark.accesskey;"
|
|
command="cmd_bm_newbookmark"/>
|
|
<toolbarbutton id="newfolder" label="&menuitem.newFolder.label;"
|
|
accesskey="&menuitem.newFolder.accesskey;"
|
|
command="cmd_bm_newfolder"/>
|
|
<toolbarbutton id="newseparator" label="&menuitem.newSeparator.label;"
|
|
accesskey="&menuitem.newSeparator.accesskey;"
|
|
command="cmd_bm_newseparator"/>
|
|
<toolbarseparator/>
|
|
<toolbarbutton id="moveBookmark" label="&command.moveBookmarkShort.label;"
|
|
accesskey="&command.moveBookmark.accesskey;"
|
|
command="cmd_bm_movebookmark"/>
|
|
<toolbarseparator/>
|
|
<toolbarbutton id="properties" label="&command.properties.label;"
|
|
accesskey="&command.properties.accesskey;"
|
|
command="cmd_bm_properties"/>
|
|
<toolbarbutton id="rename" label="&command.rename.label;"
|
|
accesskey="&command.rename.accesskey;"
|
|
command="cmd_bm_rename"/>
|
|
<toolbarbutton id="delete" label="&command.delete.label;"
|
|
accesskey="&command.delete.accesskey;"
|
|
command="cmd_delete"/>
|
|
</toolbar>
|
|
|
|
<toolbar id="bookmarks-search" align="center" pack="center">
|
|
<label value="&search.label;" accesskey="&search.accesskey;" control="search-box"/>
|
|
<textbox id="search-box" flex="1"
|
|
type="timed" timeout="500"
|
|
oncommand="document.getElementById('bookmarks-view').searchBookmarks(this.value)"/>
|
|
</toolbar>
|
|
</toolbox>
|
|
|
|
<hbox flex="1">
|
|
<bookmarks-tree id="bookmark-folders-view" type="folders" flex="1"
|
|
persist="width" onselect="onViewSelected(event);"/>
|
|
<splitter id="bookmark-views-splitter" collapse="before" persist="state">
|
|
<grippy/>
|
|
</splitter>
|
|
<bookmarks-tree id="bookmarks-view" flex="4" persist="width"
|
|
onselect="onViewSelected(event);"/>
|
|
</hbox>
|
|
<statusbar id="statusbar">
|
|
<statusbarpanel id="statusbar-text" flex="1"/>
|
|
</statusbar>
|
|
|
|
</window>
|
|
|