mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 19:50:12 +01:00
368 lines
15 KiB
XML
368 lines
15 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 Communicator client code, released
|
|
March 31, 1998.
|
|
|
|
The Initial Developer of the Original Code is
|
|
Netscape Communications Corporation.
|
|
Portions created by the Initial Developer are Copyright (C) 1998-1999
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
|
|
Alternatively, the contents of this file may be used under the terms of
|
|
either of 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://messenger/skin/addressbook/cardDialog.css" type="text/css"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://messenger/locale/addressbook/abCardOverlay.dtd">
|
|
|
|
<overlay id="editcardOverlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<stringbundleset id="stringbundleset">
|
|
<stringbundle id="bundle_addressBook" src="chrome://messenger/locale/addressbook/addressBook.properties"/>
|
|
</stringbundleset>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/addressbook/abCommon.js"/>
|
|
<script type="application/x-javascript" src="chrome://messenger/content/addressbook/abCardOverlay.js"/>
|
|
|
|
<vbox id="editcard">
|
|
|
|
<tabbox>
|
|
<tabs id="abTabs">
|
|
<tab label="&Contact.tab;"/>
|
|
<tab label="&Address.tab;"/>
|
|
<tab label="&Other.tab;"/>
|
|
</tabs>
|
|
|
|
<tabpanels id="abTabPanels" flex="1">
|
|
|
|
<!-- ** Name Tab ** -->
|
|
<vbox index="name" flex="1">
|
|
<groupbox flex="1">
|
|
<caption label="&Name.box;"/>
|
|
<vbox>
|
|
|
|
<!-- LOCALIZATION NOTE:
|
|
NameField1, NameField2, PhoneticField1, PhoneticField2
|
|
those fields are either LN or FN depends on the target country.
|
|
They are configurable in the .dtd file.
|
|
-->
|
|
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="&NameField1.id;" value="&NameField1.label;" accesskey="&NameField1.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="&NameField1.id;" flex="1" oninput="GenerateDisplayName()"/>
|
|
|
|
<!-- LOCALIZATION NOTE:
|
|
Fields for phonetic are disabled as default and can be enabled by
|
|
editing "mail.addr_book.show_phonetic_fields"
|
|
-->
|
|
|
|
<spacer id="PhoneticSpacer1" flex="1" hidden="true"/>
|
|
<label id="PhoneticLabel1" control="&PhoneticField1.id;" value="&PhoneticField1.label;" class="CardEditLabel" hidden="true"/>
|
|
<textbox id="&PhoneticField1.id;" flex="1" hidden="true"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="&NameField2.id;" value="&NameField2.label;" accesskey="&NameField2.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="&NameField2.id;" flex="1" oninput="GenerateDisplayName()"/>
|
|
|
|
<!-- LOCALIZATION NOTE:
|
|
Fields for phonetic are disabled as default and can be enabled by
|
|
editing "mail.addr_book.show_phonetic_fields"
|
|
-->
|
|
|
|
<spacer id="PhoneticSpacer2" flex="1" hidden="true"/>
|
|
<label id="PhoneticLabel2" control="&PhoneticField2.id;" value="&PhoneticField2.label;" class="CardEditLabel" hidden="true"/>
|
|
<textbox id="&PhoneticField2.id;" flex="1" hidden="true"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="DisplayName" value="&DisplayName.label;" accesskey="&DisplayName.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="DisplayName" flex="1" oninput="DisplayNameChanged()"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox id="nickNameContainer">
|
|
<spacer flex="1"/>
|
|
<label control="NickName" value="&NickName.label;" accesskey="&NickName.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="NickName" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</groupbox>
|
|
|
|
<groupbox flex="1">
|
|
<caption label="&Internet.box;"/>
|
|
<vbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="PrimaryEmail" value="&PrimaryEmail.label;" accesskey="&PrimaryEmail.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="PrimaryEmail" flex="1" class="uri-element"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox id="secondaryEmailContainer">
|
|
<spacer flex="1"/>
|
|
<label control="SecondEmail" value="&SecondEmail.label;" accesskey="&SecondEmail.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="SecondEmail" flex="1" class="uri-element"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox id="screenNameContainer">
|
|
<spacer flex="1"/>
|
|
<label control="ScreenName" value="&ScreenName.label;" accesskey="&ScreenName.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="ScreenName" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<vbox valign="middle">
|
|
<label control="PreferMailFormatPopup" value="&PreferMailFormat.label;" accesskey="&PreferMailFormat.accesskey;"/>
|
|
</vbox>
|
|
<menulist id="PreferMailFormatPopup">
|
|
<menupopup>
|
|
<!-- 0,1,2 come from nsIAbPreferMailFormat in nsIAbCard.idl -->
|
|
<menuitem value="0" label="&Unknown.label;"/>
|
|
<menuitem value="1" label="&PlainText.label;"/>
|
|
<menuitem value="2" label="&HTML.label;"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</hbox>
|
|
<checkbox id="allowRemoteContent" label="&allowRemoteContent.label;" accesskey="&allowRemoteContent.accesskey;"/>
|
|
</vbox>
|
|
</groupbox>
|
|
|
|
<groupbox flex="1">
|
|
<caption label="&Phones.box;"/>
|
|
<vbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WorkPhone" value="&WorkPhone.label;" accesskey="&WorkPhone.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WorkPhone" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="HomePhone" value="&HomePhone.label;" accesskey="&HomePhone.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="HomePhone" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="FaxNumber" value="&FaxNumber.label;" accesskey="&FaxNumber.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="FaxNumber" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="PagerNumber" value="&PagerNumber.label;" accesskey="&PagerNumber.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="PagerNumber" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="CellularNumber" value="&CellularNumber.label;" accesskey="&CellularNumber.accesskey;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="CellularNumber" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</groupbox>
|
|
</vbox>
|
|
|
|
<!-- ** Address Tab ** -->
|
|
<vbox index="address" flex="1">
|
|
<groupbox id="homeAddressGroup" flex="1">
|
|
<caption label="&Home.box;"/>
|
|
<vbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="HomeAddress" value="&HomeAddress.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="HomeAddress" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="HomeAddress2" value="&HomeAddress2.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="HomeAddress2" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="HomeCity" value="&HomeCity.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="HomeCity" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="HomeState" value="&HomeState.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="HomeState" flex="1"/>
|
|
<spacer class="stateZipSpacer"/>
|
|
<label control="HomeZipCode" value="&HomeZipCode.label;" class="CardEditLabel"/>
|
|
<textbox id="HomeZipCode" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="HomeCountry" value="&HomeCountry.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="HomeCountry" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WebPage2" value="&HomeWebPage.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WebPage2" flex="1" class="uri-element"/>
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</groupbox>
|
|
|
|
<groupbox>
|
|
<caption label="&Work.box;"/>
|
|
<vbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="JobTitle" value="&JobTitle.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="JobTitle" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="Department" value="&Department.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="Department" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="Company" value="&Company.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="Company" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WorkAddress" value="&WorkAddress.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WorkAddress" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WorkAddress2" value="&WorkAddress2.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WorkAddress2" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WorkCity" value="&WorkCity.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WorkCity" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WorkState" value="&WorkState.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WorkState" flex="1"/>
|
|
<spacer class="stateZipSpacer"/>
|
|
<label control="WorkZipCode" value="&WorkZipCode.label;" class="CardEditLabel"/>
|
|
<textbox id="WorkZipCode" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WorkCountry" value="&WorkCountry.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WorkCountry" flex="1"/>
|
|
</hbox>
|
|
</hbox>
|
|
<hbox>
|
|
<spacer flex="1"/>
|
|
<label control="WebPage1" value="&WorkWebPage.label;" class="CardEditLabel"/>
|
|
<hbox class="CardEditWidth">
|
|
<textbox id="WebPage1" flex="1" class="uri-element"/>
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</groupbox>
|
|
</vbox>
|
|
|
|
<!-- ** Other Tab ** -->
|
|
<vbox index="other" flex="1">
|
|
<vbox id="customFields" class="alignBoxWithFieldset">
|
|
<hbox flex="1">
|
|
<label control="Custom1" value="&Custom1.label;" accesskey="&Custom1.accesskey;" class="CardEditLabel"/>
|
|
<textbox id="Custom1" flex="1"/>
|
|
</hbox>
|
|
<hbox flex="1">
|
|
<label control="Custom2" value="&Custom2.label;" accesskey="&Custom2.accesskey;" class="CardEditLabel"/>
|
|
<textbox id="Custom2" flex="1"/>
|
|
</hbox>
|
|
<hbox flex="1">
|
|
<label control="Custom3" value="&Custom3.label;" accesskey="&Custom3.accesskey;" class="CardEditLabel"/>
|
|
<textbox id="Custom3" flex="1"/>
|
|
</hbox>
|
|
<hbox flex="1">
|
|
<label control="Custom4" value="&Custom4.label;" accesskey="&Custom4.accesskey;" class="CardEditLabel"/>
|
|
<textbox id="Custom4" flex="1"/>
|
|
</hbox>
|
|
</vbox>
|
|
|
|
<groupbox flex="1">
|
|
<caption label="&Notes.box;"/>
|
|
<textbox id="Notes" multiline="true" wrap="virtual" flex="1"/>
|
|
</groupbox>
|
|
|
|
</vbox>
|
|
|
|
</tabpanels>
|
|
</tabbox>
|
|
</vbox>
|
|
|
|
</overlay>
|
|
|