gecko-dev/mailnews/addrbook/resources/content/selectaddress.xul

42 строки
1.3 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://addressbook/skin/" type="text/css"?>
<!DOCTYPE window
[
<!ENTITY selectAddressWindow.title "Select Addresses">
<!-- menu items: the . means that the menu item isn't implemented yet -->
<!-- File menu items -->
<!-- Toolbar items -->
<!ENTITY search.label "Show names containing:">
]>
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&selectAddressWindow.title;"
style="width:100%;height:100%">
<html:script language="JavaScript" src="chrome://addressbook/content/addressbook.js"/>
<box id="header" align="vertical" style="width:100%;height:100%">
<box align="horizontal">
<spring style="width: 10px"/>
<html:p>&search.label;</html:p>
<spring style="width: 5px"/>
<html:input id="searchtext" type="text" style="min-width: 200px; min-height: 22px"/>
<spring flex="100%"/>
<titledbutton id="stop" value="Stop" class="push" onclick="SelectAddressStopButton()" />
<spring style="width: 10px"/>
</box>
<html:iframe src="chrome://addressbook/content/selectaddress.html" name="bigframe" flex="100%" />
</box>
</window>