home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / messenger.jar / content / messenger / addressbook / abResultsPaneOverlay.xul < prev    next >
Extensible Markup Language  |  2005-07-29  |  6KB  |  131 lines

  1. <?xml version="1.0"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is Mozilla addressbook.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Seth Spitzer <sspitzer@netscape.com>.
  19.    - Portions created by the Initial Developer are Copyright (C) 2001
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -
  24.    - Alternatively, the contents of this file may be used under the terms of
  25.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  26.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.    - in which case the provisions of the GPL or the LGPL are applicable instead
  28.    - of those above. If you wish to allow use of your version of this file only
  29.    - under the terms of either the GPL or the LGPL, and not to allow others to
  30.    - use your version of this file under the terms of the MPL, indicate your
  31.    - decision by deleting the provisions above and replace them with the notice
  32.    - and other provisions required by the LGPL or the GPL. If you do not delete
  33.    - the provisions above, a recipient may use your version of this file under
  34.    - the terms of any one of the MPL, the GPL or the LGPL.
  35.    -
  36.    - ***** END LICENSE BLOCK ***** -->
  37.  
  38. <?xml-stylesheet href="chrome://messenger/skin/addressbook/abResultsPane.css" type="text/css"?>
  39.  
  40. <!DOCTYPE overlay SYSTEM "chrome://messenger/locale/addressbook/abResultsPaneOverlay.dtd">
  41.  
  42. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  43.  
  44. <overlay
  45.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  46.  
  47. <script type="application/x-javascript" src="chrome://messenger/content/addressbook/abResultsPane.js"/>
  48. <script type="application/x-javascript" src="chrome://global/content/nsTransferable.js"/>
  49. <script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
  50. <script type="application/x-javascript" src="chrome://messenger/content/addressbook/abDragDrop.js"/>
  51.  
  52. <tree id="abResultsTree" flex="1" enableColumnDrag="true" class="plain"
  53.     onclick="AbResultsPaneOnClick(event);"
  54.     onselect="this.view.selectionChanged();"
  55.     sortCol="GeneratedName"
  56.     persist="sortCol height">
  57.  
  58.   <treecols id="abResultsTreeCols">
  59.   <!-- these column ids must match up to the mork column names, except for GeneratedName, see nsIAddrDatabase.idl -->
  60.   <treecol id="GeneratedName" class="sortDirectionIndicator" 
  61.              persist="hidden ordinal width sortDirection" flex="1" 
  62.              label="&GeneratedName.label;" primary="true"/>
  63.   <splitter class="tree-splitter"/>
  64.   <treecol id="PrimaryEmail" class="sortDirectionIndicator" 
  65.       persist="hidden ordinal width sortDirection"  flex="1" label="&PrimaryEmail.label;"/>
  66.   <splitter class="tree-splitter"/>
  67.   <treecol id="_AimScreenName" class="sortDirectionIndicator" 
  68.       persist="hidden ordinal width sortDirection"  flex="1" label="&ScreenName.label;"/>
  69.   <splitter class="tree-splitter"/>
  70.   <treecol id="Company" class="sortDirectionIndicator" 
  71.       persist="hidden ordinal width sortDirection" flex="1" label="&Company.label;"/>
  72.   <splitter class="tree-splitter"/>
  73.   <treecol id="NickName" class="sortDirectionIndicator" 
  74.       persist="hidden ordinal width sortDirection" 
  75.     hiddenbydefault="true"
  76.     flex="1" label="&NickName.label;"/>
  77.   <splitter class="tree-splitter"/>
  78.     <treecol id="SecondEmail" class="sortDirectionIndicator" 
  79.       persist="hidden ordinal width sortDirection" 
  80.     hiddenbydefault="true"
  81.       flex="1" label="&SecondEmail.label;"/>
  82.   <splitter class="tree-splitter"/>
  83.     <treecol id="Department" class="sortDirectionIndicator" 
  84.       persist="hidden ordinal width sortDirection"  
  85.     hiddenbydefault="true"
  86.       flex="1" label="&Department.label;"/>
  87.   <splitter class="tree-splitter"/>
  88.     <treecol id="JobTitle" class="sortDirectionIndicator" 
  89.       persist="hidden ordinal width sortDirection" 
  90.     hiddenbydefault="true"
  91.       flex="1" label="&JobTitle.label;"/>
  92.   <splitter class="tree-splitter"/>
  93.   <treecol id="CellularNumber" class="sortDirectionIndicator" 
  94.       persist="hidden ordinal width sortDirection" 
  95.     hiddenbydefault="true"
  96.     flex="1" label="&CellularNumber.label;"/>
  97.   <splitter class="tree-splitter"/>
  98.     <treecol id="PagerNumber" class="sortDirectionIndicator" 
  99.       persist="hidden ordinal width sortDirection" 
  100.     hiddenbydefault="true"
  101.       flex="1" label="&PagerNumber.label;"/>
  102.   <splitter class="tree-splitter"/>
  103.     <treecol id="FaxNumber" class="sortDirectionIndicator" 
  104.       persist="hidden ordinal width sortDirection" 
  105.     hiddenbydefault="true"
  106.       flex="1" label="&FaxNumber.label;"/>
  107.   <splitter class="tree-splitter"/>
  108.     <treecol id="HomePhone" class="sortDirectionIndicator" 
  109.       persist="hidden ordinal width sortDirection" 
  110.     hiddenbydefault="true"
  111.       flex="1" label="&HomePhone.label;"/>
  112.     <splitter class="tree-splitter"/>
  113.     <treecol id="WorkPhone" class="sortDirectionIndicator" 
  114.       persist="hidden ordinal width sortDirection"  flex="1" label="&WorkPhone.label;"/>
  115.     
  116.     <!-- LOCALIZATION NOTE: _PhoneticName may be enabled for Japanese builds. -->
  117.     <!--
  118.     <treecol id="_PhoneticName" class="sortDirectionIndicator" 
  119.       persist="hidden ordinal width sortDirection" 
  120.       hiddenbydefault="true"
  121.       flex="1" label="&_PhoneticName.label;"/>
  122.     <splitter class="tree-splitter"/>
  123.      -->
  124.  
  125.   </treecols>
  126.   <treechildren ondraggesture="nsDragAndDrop.startDrag(event, abResultsPaneObserver);"/>
  127. </tree>
  128.  
  129. </overlay>
  130.  
  131.