home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://aim/skin/dialogs.css" type="text/css"?>
-
- <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/AimConfirmAccount.dtd" >
-
- <window
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- class="dialog" id="AimConfirmAccount" style="width: 35em;"
- windowtype="Aim:AimConfirmAccount" width="300" height="230"
- title="&AimConfirmAccountTitle.title;"
- onload="AimConfirmAccountWndOnLoad();">
-
- <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
- <script language="JavaScript" src="chrome://aim/content/Aim.js" />
- <script language="JavaScript" src="chrome://aim/content/AimConfirmAccount.js"/>
-
-
- <vbox id="pwdprogress" flex="1" align="center" pack="center">
- <label value="&progress.label;"/>
- <progressmeter mode="undetermined" width="50"/>
- </vbox>
-
- </window>
-