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 / icqAuthIncoming.xul < prev    next >
Extensible Markup Language  |  2006-01-06  |  2KB  |  60 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/dialogs.css" type="text/css"?> 
  4.  
  5. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  6.  
  7. <!DOCTYPE window SYSTEM "chrome://aim/locale/icqAuthIncoming.dtd">
  8.  
  9. <window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  10.             xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.             orient="vertical"
  12.         title="&authrequest.title;"
  13.         onload="OnLoadAuthRequest()"
  14.         class="dialog">
  15.  
  16. <script src="chrome://aim/content/aimHelpers.js"/>
  17. <script src="chrome://aim/content/icqAuthorization.js"/>
  18. <script language="JavaScript" src="chrome://aim/content/AimIM.js"/>
  19.  
  20.   <keyset id="keyset"/>
  21.   <vbox flex="1">
  22.     <hbox align="center">
  23.       <groupbox>
  24.         <caption  label="&from.label;"/>
  25.            <hbox>
  26. <!--           <label value="&nickname.label;"/>
  27.            <textbox id="nickname" flex="1" />
  28.            <label value="&email.label;"/>
  29.            <textbox id="email" flex="1" />-->
  30.            </hbox>
  31.            <hbox>
  32.              <spacer flex="1"/>
  33.            <label value="&icqnumber.label;"/>
  34.            <textbox id="icqnumber" />
  35.              <spacer flex="1"/>
  36.            </hbox>
  37.       </groupbox>   
  38.     </hbox>
  39.     <hbox flex="1">
  40.       <groupbox>
  41.         <caption  label="&auth.label;"/>
  42.         <description>&auth.msg;</description>
  43.         <textbox id="authMsg" flex="1" readonly="true" rows="5" cols="75" multiline="true" wrap="soft" />
  44.       </groupbox>
  45.     </hbox>
  46.     <hbox flex="1">
  47.       <groupbox>
  48.         <caption  label="&response.label;"/>
  49.         <hbox>
  50.         <button id="closeButton" label="&closeButton.label;" oncommand="onIcqCancel();"/> 
  51.         <button id="sndMsgButton" label="&sndMsgButton.label;" oncommand="onIcqSendMsg();"/> 
  52.         <button id="declineButton" label="&declineButton.label;" oncommand="onIcqDecline();"/> 
  53.         <button id="authButton" label="&authButton.label;" oncommand="onIcqAuthorize();"/> 
  54.         </hbox>
  55.       </groupbox>   
  56.     </hbox>
  57.   </vbox>
  58.      
  59. </window>
  60.