gecko-dev/extensions/wallet/editor/WalletMisc.xul

173 строки
6.5 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"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % walletviewerDTD SYSTEM "chrome://communicator/locale/wallet/WalletViewer.dtd" >
%walletviewerDTD;
]>
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="parent.initPanel();">
<script type="application/x-javascript">
<![CDATA[
var _elementIDs = ["socsec.prefix", "socsec.middle", "socsec.suffix",
"license.number", "license.state", "mothersmaidenname",
"bdate.month", "bdate.day", "bdate.year",
"anniv.month", "anniv.day", "anniv.year"];
]]>
</script>
<script type="application/x-javascript"
src="chrome://communicator/content/wallet/WalletViewer.js"/>
<groupbox>
<caption label="&misc.title;"/>
<grid class="indent" flex="1">
<columns>
<column/>
<column flex="1"/>
</columns>
<rows>
<row align="center">
<description>&miscSS.label;</description>
<hbox>
<menulist id="socsec.prefix" editable="true" disableautoselect="true" flex="33%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<label value="__"/>
<menulist id="socsec.middle" editable="true" disableautoselect="true" flex="24%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<label value="__"/>
<menulist id="socsec.suffix" editable="true" disableautoselect="true" flex="43%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
</hbox>
</row>
<row align="center">
<description>&miscLicense.label;</description>
<hbox align="center">
<menulist id="license.number" editable="true" disableautoselect="true" flex="70" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<spacer style="width: 5px;"/>
<label value="&miscLicenseState.label;" />
<menulist id="license.state" editable="true" disableautoselect="true" flex="30" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
</hbox>
</row>
<row align="center">
<description>&miscMaiden.label;</description>
<menulist id="mothersmaidenname" editable="true" disableautoselect="true"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
</row>
<row align="center">
<description>&miscBirthday.label;</description>
<hbox align="center">
<label value="&miscBirthdayMonth.label;" />
<menulist id="bdate.month" editable="true" disableautoselect="true" flex="40%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<label value="&miscBirthdayDay.label;" />
<menulist id="bdate.day" editable="true" disableautoselect="true" flex="20%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<label value="&miscBirthdayYear.label;" />
<menulist id="bdate.year" editable="true" disableautoselect="true" flex="40%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
</hbox>
</row>
<row align="center">
<description>&miscAnniv.label;</description>
<hbox align="center">
<label value="&miscAnnivMonth.label;" />
<menulist id="anniv.month" editable="true" disableautoselect="true" flex="40%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<label value="&miscAnnivDay.label;" />
<menulist id="anniv.day" editable="true" disableautoselect="true" flex="20%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
<label value="&miscAnnivYear.label;" />
<menulist id="anniv.year" editable="true" disableautoselect="true" flex="40%" width="0"
onchange="Append(this)">
<menupopup onpopupshowing="Append(this.parentNode)">
<menuitem label="" len="0"/>
</menupopup>
</menulist>
</hbox>
</row>
</rows>
</grid>
</groupbox>
</page>