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/icqAuthIncoming.dtd">
-
- <window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- orient="vertical"
- title="&authsent.title;"
- class="dialog">
-
- <script src="chrome://aim/content/icqAuthorization.js"/>
-
- <keyset id="keyset"/>
- <hbox flex="1">
- <vbox flex="1">
- <description>&authsent.msg1;</description>
- <description>&authsent.msg2;</description>
- <description>&authsent.msg3;</description>
- </vbox>
- <seperator/>
- <vbox>
- <spacer flex="1"/>
- <button id="authsentButton" label="&authsentButton.label;" oncommand="window.close();" />
- </vbox>
- </hbox>
- </window>
-