Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!DOCTYPE html [
<!ENTITY % abResultsPaneDTD SYSTEM "chrome://messenger/locale/addressbook/abResultsPane.dtd">
%abResultsPaneDTD;
<!ENTITY % SearchDialogDTD SYSTEM "chrome://messenger/locale/SearchDialog.dtd">
%SearchDialogDTD;
<!ENTITY % searchTermDTD SYSTEM "chrome://messenger/locale/searchTermOverlay.dtd">
%searchTermDTD;
]>
windowtype="mailnews:absearch"
lightweightthemes="true"
persist="screenX screenY width height sizemode"
style="min-width: 52em; min-height: 34em;"
scrolling="false">
<head>
<title>&abSearchDialogTitle.label;</title>
<link rel="localization" href="messenger/addressbook/aboutAddressBook.ftl" />
<link rel="localization" href="messenger/treeView.ftl" />
</head>
<keyset id="mailKeys">
<key key="&closeCmd.key;" modifiers="accel" oncommand="onSearchStop(); window.close();"/>
<key keycode="VK_ESCAPE" oncommand="onSearchStop(); window.close();"/>
</keyset>
<commandset id="AbCommands">
<command id="cmd_properties" oncommand="onProperties();"/>
<command id="cmd_compose" oncommand="onCompose();"/>
<command id="cmd_deleteCard" oncommand="onDelete();"/>
</commandset>
<vbox id="searchTerms" class="themeable-brighttext" persist="height">
<vbox>
<hbox align="center">
<label value="&abSearchHeading.label;" accesskey="&abSearchHeading.accesskey;" control="abPopup"/>
<menulist is="menulist-addrbooks" id="abPopup"
oncommand="SelectDirectory(this.value);"
alladdressbooks="true"
flex="1"/>
<spacer style="flex: 3 3;"/>
<button id="search-button" oncommand="onSearchButton(event);" default="true"/>
</hbox>
<hbox align="center">
<spacer flex="1"/>
<button id="reset-button" label="&resetButton.label;" oncommand="onAbSearchReset(event);" accesskey="&resetButton.accesskey;"/>
</hbox>
</vbox>
<hbox flex="1">
<vbox id="searchTermListBox" flex="1">
#include ../../../../mailnews/search/content/searchTerm.inc.xhtml
</hbox>
</vbox>
<splitter id="gray_horizontal_splitter" orient="vertical"/>
<vbox id="searchResults" persist="height">
<vbox id="searchResultListBox">
<html:auto-tree-view id="abResultsTree"
onkeypress="AbResultsPaneKeyPress(event);"
onselect="this.view.selectionChanged();">
</html:auto-tree-view>
</vbox>
<hbox align="start">
<button label="&propertiesButton.label;"
accesskey="&propertiesButton.accesskey;"
command="cmd_properties"/>
<button label="&composeButton.label;"
accesskey="&composeButton.accesskey;"
command="cmd_compose"/>
<button label="&deleteCardButton.label;"
accesskey="&deleteCardButton.accesskey;"
command="cmd_deleteCard"/>
</hbox>
</vbox>
<hbox id="status-bar" class="statusbar chromeclass-status" role="status">
<label id="statusText" class="statusbarpanel" crop="end" flex="1"/>
</hbox>
</html:body>
</html>