mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
519 lines
17 KiB
XML
519 lines
17 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
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/
|
|
|
|
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
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
%brandDTD;
|
|
<!ENTITY % walletviewerDTD SYSTEM "chrome://communicator/locale/wallet/WalletViewer.dtd" >
|
|
%walletviewerDTD;
|
|
]>
|
|
|
|
<window debug="false" xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="color-dialog"
|
|
orient="vertical"
|
|
style="overflow: auto;"
|
|
onload="parent.initPanel();">
|
|
|
|
<script type="application/x-javascript">
|
|
<![CDATA[
|
|
var _elementIDs = ["name",
|
|
"home.postalcode",
|
|
"home.phone", "home.phone.number", "home.altphone", "home.altphone.number",
|
|
"home.fax", "home.fax.number", "home.mobile", "home.mobile.number",
|
|
"home.pager", "home.pager.number",
|
|
"billto.name",
|
|
"billto.postalcode",
|
|
"billto.phone", "billto.phone.number", "billto.altphone", "billto.altphone.number",
|
|
"billto.fax", "billto.fax.number", "billto.mobile", "billto.mobile.number",
|
|
"billto.pager", "billto.pager.number",
|
|
"shipto.name",
|
|
"shipto.postalcode",
|
|
"shipto.phone", "shipto.phone.number", "shipto.altphone", "shipto.altphone.number",
|
|
"shipto.fax", "shipto.fax.number", "shipto.mobile", "shipto.mobile.number",
|
|
"shipto.pager", "shipto.pager.number",
|
|
"card.expdate", "socsec", "bdate", "anniv"];
|
|
|
|
]]>
|
|
</script>
|
|
|
|
<script type="application/x-javascript"
|
|
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
|
|
|
|
|
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
|
<label value="&concatPrimary.title;"/>
|
|
<grid class="indent" flex="1">
|
|
<columns>
|
|
<column/>
|
|
<column flex="1"/>
|
|
</columns>
|
|
<rows>
|
|
|
|
<row hidden="true">
|
|
<html>&concatName.label;</html>
|
|
<menulist id="name" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatZipcode.label;</html>
|
|
<menulist id="home.postalcode" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatPhone.label;</html>
|
|
<menulist id="home.phone" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatPhonenumber.label;</html>
|
|
<menulist id="home.phone.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatAltPhone.label;</html>
|
|
<menulist id="home.altphone" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatAltPhonenumber.label;</html>
|
|
<menulist id="home.altphone.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatFax.label;</html>
|
|
<menulist id="home.fax" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatFaxnumber.label;</html>
|
|
<menulist id="home.fax.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatMobile.label;</html>
|
|
<menulist id="home.mobile" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatMobilenumber.label;</html>
|
|
<menulist id="home.mobile.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatPager.label;</html>
|
|
<menulist id="home.pager" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatPagernumber.label;</html>
|
|
<menulist id="home.pager.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
</titledbox>
|
|
|
|
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
|
<label value="&concatShipping.title;"/>
|
|
<grid class="indent">
|
|
<columns>
|
|
<column/>
|
|
<column flex="1"/>
|
|
</columns>
|
|
<rows>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoName.label;</html>
|
|
<menulist id="shipto.name" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoZipcode.label;</html>
|
|
<menulist id="shipto.postalcode" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoPhone.label;</html>
|
|
<menulist id="shipto.phone" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoPhonenumber.label;</html>
|
|
<menulist id="shipto.phone.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoAltPhone.label;</html>
|
|
<menulist id="shipto.altphone" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoAltPhonenumber.label;</html>
|
|
<menulist id="shipto.altphone.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoFax.label;</html>
|
|
<menulist id="shipto.fax" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoFaxnumber.label;</html>
|
|
<menulist id="shipto.fax.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoMobile.label;</html>
|
|
<menulist id="shipto.mobile" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoMobilenumber.label;</html>
|
|
<menulist id="shipto.mobile.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoPager.label;</html>
|
|
<menulist id="shipto.pager" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatShiptoPagernumber.label;</html>
|
|
<menulist id="shipto.pager.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
</titledbox>
|
|
|
|
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
|
<label value="&concatBilling.title;"/>
|
|
<grid class="indent">
|
|
<columns>
|
|
<column/>
|
|
<column flex="1"/>
|
|
</columns>
|
|
<rows>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoName.label;</html>
|
|
<menulist id="billto.name" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoZipcode.label;</html>
|
|
<menulist id="billto.postalcode" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoPhone.label;</html>
|
|
<menulist id="billto.phone" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoPhonenumber.label;</html>
|
|
<menulist id="billto.phone.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoAltPhone.label;</html>
|
|
<menulist id="billto.altphone" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoAltPhonenumber.label;</html>
|
|
<menulist id="billto.altphone.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoFax.label;</html>
|
|
<menulist id="billto.fax" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoFaxnumber.label;</html>
|
|
<menulist id="billto.fax.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoMobile.label;</html>
|
|
<menulist id="billto.mobile" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoMobilenumber.label;</html>
|
|
<menulist id="billto.mobile.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoPager.label;</html>
|
|
<menulist id="billto.pager" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBilltoPagernumber.label;</html>
|
|
<menulist id="billto.pager.number" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
</titledbox>
|
|
|
|
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
|
<label value="&concatOther.title;"/>label
|
|
<grid class="indent">
|
|
<columns>
|
|
<column/>
|
|
<column flex="1"/>
|
|
</columns>
|
|
<rows>
|
|
|
|
<row hidden="true">
|
|
<html>&concatCardExpdate.label;</html>
|
|
<menulist id="card.expdate" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatSocSec.label;</html>
|
|
<menulist id="socsec" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatBdate.label;</html>
|
|
<menulist id="bdate" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<row hidden="true">
|
|
<html>&concatAnniv.label;</html>
|
|
<menulist id="anniv" editable="true"
|
|
onchange="Append(this)" onmousedown="Append(this)">
|
|
<menupopup>
|
|
<menuitem label="" len="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
</titledbox>
|
|
|
|
</window>
|