home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / communicator / profile / profileMigrationProgress.xul < prev    next >
Extensible Markup Language  |  2003-06-08  |  962b  |  31 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://communicator/locale/profile/profileMigrationProgress.dtd" >
  6.  
  7. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  8.     onload="onLoad()"
  9.     title="&window.title;"
  10.     class="dialog"> 
  11.  
  12.   <script type="application/x-javascript" src="chrome://communicator/content/profile/profileMigrationProgress.js"/> 
  13.  
  14.   <keyset id="keyset"/>
  15.  
  16.   <hbox>
  17.       <hbox align="center">
  18.               <image class="message-icon"/>
  19.     </hbox>
  20.         <vbox flex="100%">
  21.                 <label id="info.header" value="&dialogTitle.label;" />
  22.         <label id="info1" flex="100%" value="¤tlyProcessing.text;" />
  23.                 <label id="info2" flex="100%" value="&downloadBeforeUpdate.text;" />
  24.         <hbox id="pm-box">
  25.             <progressmeter id="dialog.progress" mode="undetermined" flex="100%"/>
  26.         </hbox>
  27.        </vbox>
  28.    </hbox>
  29.  
  30. </window>
  31.