home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / mail.xpi / bin / chrome / messenger.jar / content / messenger / addressbook / abCardViewOverlay.xul < prev    next >
Extensible Markup Language  |  2001-07-09  |  4KB  |  102 lines

  1. <?xml version="1.0"?> 
  2. <!--
  3. The contents of this file are subject to the Netscape Public
  4. License Version 1.1 (the "License"); you may not use this file
  5. except in compliance with the License. You may obtain a copy of
  6. the License at http://www.mozilla.org/NPL/
  7.  
  8. Software distributed under the License is distributed on an "AS
  9. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10. implied. See the License for the specific language governing
  11. rights and limitations under the License.
  12.  
  13. The Original Code is Mozilla Communicator client code, released
  14. March 31, 1998.
  15.  
  16. The Initial Developer of the Original Code is Netscape
  17. Communications Corporation. Portions created by Netscape are
  18.  Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19. Rights Reserved.
  20. --> 
  21.  
  22. <!DOCTYPE window SYSTEM "chrome://messenger/locale/addressbook/abCardViewOverlay.dtd">
  23.  
  24. <overlay xmlns:html="http://www.w3.org/1999/xhtml"
  25.          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  26.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  27.  
  28.   <script type="application/x-javascript" src="chrome://messenger/content/addressbook/abCardViewOverlay.js"/>
  29.  
  30.   <vbox id="CardViewBox" flex="1">
  31.     
  32.     <vbox id="CardViewInnerBox" flex="1">
  33.         
  34.         <html hide="true" id="CardTitle"/>
  35.  
  36.         <hbox style="width:100%" flex="1">
  37.             
  38.             <vbox flex="1" style="width:200px">
  39.                 <vbox id="cvbName" class="cardViewGroup">
  40.                     <html class="CardViewHeading" hide="true" id="cvhName"/>
  41.                     <html class="CardViewText" hide="true" id="cvDisplayName"/>
  42.                     <html class="CardViewText" hide="true" id="cvNickname"/>
  43.                     <html class="CardViewText" hide="true" id="cvEmail1"/>
  44.                     <html class="CardViewText" hide="true" id="cvEmail2"/>
  45.                 </vbox>
  46.                 
  47.                 <vbox id="cvbHome" class="cardViewGroup">
  48.                     <html class="CardViewHeading" hide="true" id="cvhHome">&home.heading;</html>
  49.                     <html class="CardViewText" hide="true" id="cvHomeAddress"/>
  50.                     <html class="CardViewText" hide="true" id="cvHomeAddress2"/>
  51.                     <html class="CardViewText" hide="true" id="cvHomeCityStZip"/>
  52.                     <html class="CardViewText" hide="true" id="cvHomeCountry"/>
  53.                     <html class="CardViewText" hide="true" id="cvHomeWebPageBox">
  54.                         <html:p><html:a href="" id="cvHomeWebPage"/>
  55.                     </html:p></html>
  56.                 </vbox>
  57.  
  58.                 <vbox id="cvbOther" class="cardViewGroup">
  59.                     <html class="CardViewHeading" hide="true" id="cvhOther">&other.heading;</html>
  60.                     <html class="CardViewText" hide="true" id="cvCustom1"/>
  61.                     <html class="CardViewText" hide="true" id="cvCustom2"/>
  62.                     <html class="CardViewText" hide="true" id="cvCustom3"/>
  63.                     <html class="CardViewText" hide="true" id="cvCustom4"/>
  64.                     <html class="CardViewText" hide="true" id="cvNotes"/>
  65.                 </vbox>
  66.             </vbox>
  67.             
  68.             <spring style="width:20px"/>
  69.  
  70.             <vbox flex="1" style="width:200px">
  71.                 <vbox id="cvbPhone" class="cardViewGroup">
  72.                     <html class="CardViewHeading" hide="true" id="cvhPhone">&phone.heading;</html>
  73.                     <html class="CardViewText" hide="true" id="cvPhWork"/>
  74.                     <html class="CardViewText" hide="true" id="cvPhHome"/>
  75.                     <html class="CardViewText" hide="true" id="cvPhFax"/>
  76.                     <html class="CardViewText" hide="true" id="cvPhCellular"/>
  77.                     <html class="CardViewText" hide="true" id="cvPhPager"/>
  78.                 </vbox>
  79.                 
  80.                 <vbox id="cvbWork" class="cardViewGroup">
  81.                     <html class="CardViewHeading" hide="true" id="cvhWork">&work.heading;</html>
  82.                     <html class="CardViewText" hide="true" id="cvJobTitle"/>
  83.                     <html class="CardViewText" hide="true" id="cvDepartment"/>
  84.                     <html class="CardViewText" hide="true" id="cvCompany"/>
  85.                     <html class="CardViewText" hide="true" id="cvWorkAddress"/>
  86.                     <html class="CardViewText" hide="true" id="cvWorkAddress2"/>
  87.                     <html class="CardViewText" hide="true" id="cvWorkCityStZip"/>
  88.                     <html class="CardViewText" hide="true" id="cvWorkCountry"/>
  89.                     <html class="CardViewText" hide="true" id="cvWorkWebPageBox">
  90.                         <html:p><html:a href="" id="cvWorkWebPage"/>
  91.                     </html:p></html>
  92.                 </vbox>
  93.             </vbox>
  94.  
  95.         </hbox>
  96.  
  97.     </vbox>
  98.  
  99. </vbox>
  100.  
  101. </overlay>
  102.