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 / icqAuthSent.xul < prev    next >
Extensible Markup Language  |  2006-01-06  |  950b  |  30 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/icqAuthIncoming.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="&authsent.title;"
  12.         class="dialog">
  13.  
  14. <script src="chrome://aim/content/icqAuthorization.js"/>
  15.  
  16.   <keyset id="keyset"/>
  17.   <hbox flex="1">
  18.     <vbox flex="1">
  19.       <description>&authsent.msg1;</description>
  20.       <description>&authsent.msg2;</description>    
  21.       <description>&authsent.msg3;</description>    
  22.     </vbox>
  23.     <seperator/>
  24.     <vbox>
  25.       <spacer flex="1"/>
  26.       <button id="authsentButton" label="&authsentButton.label;" oncommand="window.close();" />
  27.     </vbox>
  28.   </hbox>
  29. </window>
  30.