home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / aim.jar / content / aim / icqPreauthorization.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-29  |  1.1 KB  |  37 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/dialogs.css" type="text/css"?> 
  4. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  5.  
  6. <!DOCTYPE window SYSTEM "chrome://aim/locale/icqPreauthorization.dtd">
  7.  
  8. <window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  9.             xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.             orient="vertical"
  11.         title="&preauth.title;"
  12.             class="dialog">
  13.  
  14. <script src="chrome://aim/content/icqAuthorization.js"/>
  15.  
  16.   <keyset id="keyset"/>
  17.   <vbox flex="1">
  18.     <hbox flex="1">
  19.       <vbox flex="1">
  20.          <label value="&icqnumber.msg;" control="fldIcqNumber"/>
  21.          <textbox id="fldIcqnumber"/>
  22.       </vbox>
  23.       <vbox flex="1">
  24.         <button id="sendButton" label="&send.label;"/>
  25.         <button id="cancelButton" label="&cancel.label;"/>
  26.       </vbox>
  27.     </hbox>
  28.     <hbox flex="1">
  29.        <vbox flex="1">
  30.          <label value="&preauth.msg;" control="fldMsg"/>
  31.          <textbox id="fldMsg" multiline="true"/>
  32.       </vbox>
  33.     </hbox>
  34.   </vbox>
  35.      
  36. </window>
  37.