home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / komunikace / netscape / nsb-install-8-1-2.exe / chrome / aim.jar / content / aim / icqSearchOverlay.xul < prev    next >
Extensible Markup Language  |  2006-01-06  |  2KB  |  78 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <!DOCTYPE window SYSTEM "chrome://aim/locale/icqSearchOverlay.dtd">
  4. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  5.  
  6. <overlay id="icqSearchOverlay"
  7.      xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  8.  
  9.  
  10. <script type="application/x-javascript" src="chrome://global/content/dialogOverlay.js"/>
  11. <script type="application/x-javascript" src="chrome://aim/content/icqSearch.js"/>
  12.  
  13.  
  14. <hbox id="icqSearch" flex="1">
  15.   <tabbox flex="1">
  16.     <tabs id="icqSearchTabs">
  17.       <tab label="&email.tab;"/>
  18.       <tab label="&name.tab;"/>
  19.       <tab label="&number.tab;"/>
  20.     </tabs>
  21.        
  22.   <tabpanels id="icqTabPanels" flex="1">
  23.  
  24.   <!-- ** Email Tab ** -->
  25.   <vbox index="email" flex="1">
  26.     <label value="&email.title;"/>
  27.     <spacer flex="1"/>
  28.     <groupbox flex="1">
  29.       <caption label="&email.box;"/>
  30.       <hbox>
  31.         <label control="email" value="&email.label;"/>
  32.         <textbox id="email" flex="1"/>
  33.       </hbox> 
  34.     </groupbox>
  35.   </vbox>
  36.  
  37.   <!-- ** Name Tab ** -->
  38.   <vbox index="name" flex="1">
  39.     <groupbox flex="1">
  40.       <caption label="&name.box;"/>
  41.       <vbox flex="1">
  42.         <hbox>
  43.           <label control="nickname" value="&nickname.label;"/>
  44.           <textbox id="nickname" flex="1"/>
  45.         </hbox>
  46.         <hbox>
  47.           <label control="firstname" value="&firstname.label;"/>
  48.           <textbox id="firstname" flex="1"/>
  49.         </hbox>
  50.         <hbox>
  51.           <label control="lastname" value="&lastname.label;"/>
  52.           <textbox id="lastname" flex="1"/>
  53.         </hbox>
  54.       </vbox>
  55.     </groupbox> 
  56.   </vbox>
  57.  
  58.   <!-- ** ICQnumber Tab ** -->
  59.   <vbox index="icqnumber" flex="1">
  60.     <label value="&icqnumber.title;"/>
  61.     <spacer flex="1"/>
  62.     <groupbox flex="1">
  63.       <caption label="&icqnumber.box;"/>
  64.       <hbox>
  65.         <label control="icqnumber" value="&icqnumber.label;"/>
  66.         <textbox id="icqnumber" flex="1"/>
  67.       </hbox>
  68.     </groupbox>
  69.   </vbox>
  70.  
  71.   </tabpanels> 
  72.   </tabbox>
  73.   
  74. </hbox>
  75.  
  76. </overlay>
  77.  
  78.