96 lines
3.9 KiB
XML
96 lines
3.9 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/
|
|
|
|
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 Netscape are
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
-->
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://addressbook/locale/abCardViewOverlay.dtd">
|
|
|
|
<overlay xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<html:script language="JavaScript" src="chrome://addressbook/content/abCardViewOverlay.js"/>
|
|
|
|
<box id="CardViewBox" align="vertical" flex="1">
|
|
|
|
<box id="CardViewInnerBox" align="vertical" flex="1">
|
|
|
|
<html:div hide="true" id="CardTitle"/>
|
|
|
|
<box align="horizontal" style="width:100%" flex="1">
|
|
|
|
<box align="vertical" flex="1" style="width:200px">
|
|
<box id="cvbName" class="cardViewGroup" align="vertical">
|
|
<html:div class="CardViewHeading" hide="true" id="cvhName"/>
|
|
<html:div class="CardViewText" hide="true" id="cvDisplayName"/>
|
|
<html:div class="CardViewText" hide="true" id="cvNickname"/>
|
|
<html:div class="CardViewText" hide="true" id="cvEmail1"/>
|
|
<html:div class="CardViewText" hide="true" id="cvEmail2"/>
|
|
</box>
|
|
|
|
<box id="cvbHome" class="cardViewGroup" align="vertical">
|
|
<html:div class="CardViewHeading" hide="true" id="cvhHome">&home.heading;</html:div>
|
|
<html:div class="CardViewText" hide="true" id="cvHomeAddress"/>
|
|
<html:div class="CardViewText" hide="true" id="cvHomeAddress2"/>
|
|
<html:div class="CardViewText" hide="true" id="cvHomeCityStZip"/>
|
|
<html:div class="CardViewText" hide="true" id="cvHomeCountry"/>
|
|
</box>
|
|
|
|
<box id="cvbOther" class="cardViewGroup" align="vertical">
|
|
<html:div class="CardViewHeading" hide="true" id="cvhOther">&other.heading;</html:div>
|
|
<html:div class="CardViewText" hide="true" id="cvCustom1"/>
|
|
<html:div class="CardViewText" hide="true" id="cvCustom2"/>
|
|
<html:div class="CardViewText" hide="true" id="cvCustom3"/>
|
|
<html:div class="CardViewText" hide="true" id="cvCustom4"/>
|
|
<html:div class="CardViewText" hide="true" id="cvNotes"/>
|
|
</box>
|
|
</box>
|
|
|
|
<spring style="width:20px"/>
|
|
|
|
<box align="vertical" flex="1" style="width:200px">
|
|
<box id="cvbPhone" class="cardViewGroup" align="vertical">
|
|
<html:div class="CardViewHeading" hide="true" id="cvhPhone">&phone.heading;</html:div>
|
|
<html:div class="CardViewText" hide="true" id="cvPhWork"/>
|
|
<html:div class="CardViewText" hide="true" id="cvPhHome"/>
|
|
<html:div class="CardViewText" hide="true" id="cvPhFax"/>
|
|
<html:div class="CardViewText" hide="true" id="cvPhCellular"/>
|
|
<html:div class="CardViewText" hide="true" id="cvPhPager"/>
|
|
</box>
|
|
|
|
<box id="cvbWork" class="cardViewGroup" align="vertical">
|
|
<html:div class="CardViewHeading" hide="true" id="cvhWork">&work.heading;</html:div>
|
|
<html:div class="CardViewText" hide="true" id="cvJobTitle"/>
|
|
<html:div class="CardViewText" hide="true" id="cvDepartment"/>
|
|
<html:div class="CardViewText" hide="true" id="cvCompany"/>
|
|
<html:div class="CardViewText" hide="true" id="cvWorkAddress"/>
|
|
<html:div class="CardViewText" hide="true" id="cvWorkAddress2"/>
|
|
<html:div class="CardViewText" hide="true" id="cvWorkCityStZip"/>
|
|
<html:div class="CardViewText" hide="true" id="cvWorkCountry"/>
|
|
</box>
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</overlay>
|