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 / Invite_success.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-29  |  1.1 KB  |  39 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/wizards.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://aim/locale/invite_success.dtd" >
  6.  
  7. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  8.  
  9. <window 
  10.     xmlns:html="http://www.w3.org/1999/xhtml"
  11.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog"
  12.     onload="InviteSuccessOnLoad();"
  13.     orient="vertical"> 
  14.  
  15.        <script language="Javascript" src="chrome://aim/content/Invite_success.js"/>
  16.   
  17.     <script>
  18.         window.title="&iafs.title;";  
  19.      </script>
  20.   
  21.   <popupset id="aTooltipSet"/>
  22.  
  23.   <box orient="vertical" flex="1">
  24.     <label value="&iafs.p1.text;"/>
  25.     <label id="email" value="" />
  26.     <separator/>
  27.     <spacer flex="1"/>
  28.     <label value="&iafs.p3.text;"/>
  29.     
  30.     <separator/>
  31.     <box orient="horizontal" flex="1">
  32.       <button label="&buttonCancel.label;" oncommand="window.close();" tooltip="aTooltip"  tooltiptext="&buttonCancel.tooltip;"/>    
  33.       <button label="&buttonNext.label;" oncommand="ShowFind();window.close();" tooltip="aTooltip"  tooltiptext="&buttonNext.tooltip;"/>
  34.     </box>
  35.   </box>
  36.   
  37. </window>
  38.   
  39.